1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html><head><title>QFileDialog Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
td.postheader { font-family: sans-serif }
tr.address { font-family: sans-serif }
body { background: #ffffff; color: black; }
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">  </td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QFileDialog Class Reference<br /><sup><sup>[<a href="qtgui.html">QtGui</a> module]</sup></sup></h1><p>The QFileDialog class provides a dialog that allow users to select files or directories. <a href="#details">More...</a></p>
<p>Inherits <a href="qdialog.html">QDialog</a>.</p><h3>Types</h3><ul><li><div class="fn" />enum <b><a href="qfiledialog.html#AcceptMode-enum">AcceptMode</a></b> { AcceptOpen, AcceptSave }</li><li><div class="fn" />enum <b><a href="qfiledialog.html#DialogLabel-enum">DialogLabel</a></b> { LookIn, FileName, FileType, Accept, Reject }</li><li><div class="fn" />enum <b><a href="qfiledialog.html#FileMode-enum">FileMode</a></b> { AnyFile, ExistingFile, Directory, ExistingFiles, DirectoryOnly }</li><li><div class="fn" />enum <b><a href="qfiledialog.html#Option-enum">Option</a></b> { ShowDirsOnly, DontResolveSymlinks, DontConfirmOverwrite, DontUseSheet, ..., HideNameFilterDetails }</li><li><div class="fn" />class <b><a href="qfiledialog-options.html">Options</a></b></li><li><div class="fn" />enum <b><a href="qfiledialog.html#ViewMode-enum">ViewMode</a></b> { Detail, List }</li></ul><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qfiledialog.html#QFileDialog">__init__</a></b> (<i>self</i>, QWidget, Qt.WindowFlags)</li><li><div class="fn" /><b><a href="qfiledialog.html#QFileDialog-2">__init__</a></b> (<i>self</i>, QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString())</li><li><div class="fn" /><b><a href="qfiledialog.html#accept">accept</a></b> (<i>self</i>)</li><li><div class="fn" />AcceptMode <b><a href="qfiledialog.html#acceptMode">acceptMode</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qfiledialog.html#changeEvent">changeEvent</a></b> (<i>self</i>, QEvent)</li><li><div class="fn" />bool <b><a href="qfiledialog.html#confirmOverwrite">confirmOverwrite</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#defaultSuffix">defaultSuffix</a></b> (<i>self</i>)</li><li><div class="fn" />QDir <b><a href="qfiledialog.html#directory">directory</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qfiledialog.html#done">done</a></b> (<i>self</i>, int)</li><li><div class="fn" />FileMode <b><a href="qfiledialog.html#fileMode">fileMode</a></b> (<i>self</i>)</li><li><div class="fn" />QDir.Filters <b><a href="qfiledialog.html#filter">filter</a></b> (<i>self</i>)</li><li><div class="fn" />QStringList <b><a href="qfiledialog.html#filters">filters</a></b> (<i>self</i>)</li><li><div class="fn" />QStringList <b><a href="qfiledialog.html#history">history</a></b> (<i>self</i>)</li><li><div class="fn" />QFileIconProvider <b><a href="qfiledialog.html#iconProvider">iconProvider</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qfiledialog.html#isNameFilterDetailsVisible">isNameFilterDetailsVisible</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qfiledialog.html#isReadOnly">isReadOnly</a></b> (<i>self</i>)</li><li><div class="fn" />QAbstractItemDelegate <b><a href="qfiledialog.html#itemDelegate">itemDelegate</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#labelText">labelText</a></b> (<i>self</i>, DialogLabel)</li><li><div class="fn" />QStringList <b><a href="qfiledialog.html#nameFilters">nameFilters</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qfiledialog.html#open">open</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qfiledialog.html#open-2">open</a></b> (<i>self</i>, QObject, SLOT()SLOT())</li><li><div class="fn" /><b><a href="qfiledialog.html#open-3">open</a></b> (<i>self</i>, callable)</li><li><div class="fn" />Options <b><a href="qfiledialog.html#options">options</a></b> (<i>self</i>)</li><li><div class="fn" />QAbstractProxyModel <b><a href="qfiledialog.html#proxyModel">proxyModel</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qfiledialog.html#resolveSymlinks">resolveSymlinks</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qfiledialog.html#restoreState">restoreState</a></b> (<i>self</i>, QByteArray)</li><li><div class="fn" />QByteArray <b><a href="qfiledialog.html#saveState">saveState</a></b> (<i>self</i>)</li><li><div class="fn" />QStringList <b><a href="qfiledialog.html#selectedFiles">selectedFiles</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#selectedFilter">selectedFilter</a></b> (<i>self</i>)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#selectedNameFilter">selectedNameFilter</a></b> (<i>self</i>)</li><li><div class="fn" /><b><a href="qfiledialog.html#selectFile">selectFile</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#selectFilter">selectFilter</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#selectNameFilter">selectNameFilter</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#setAcceptMode">setAcceptMode</a></b> (<i>self</i>, AcceptMode)</li><li><div class="fn" /><b><a href="qfiledialog.html#setConfirmOverwrite">setConfirmOverwrite</a></b> (<i>self</i>, bool)</li><li><div class="fn" /><b><a href="qfiledialog.html#setDefaultSuffix">setDefaultSuffix</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#setDirectory">setDirectory</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#setDirectory-2">setDirectory</a></b> (<i>self</i>, QDir)</li><li><div class="fn" /><b><a href="qfiledialog.html#setFileMode">setFileMode</a></b> (<i>self</i>, FileMode)</li><li><div class="fn" /><b><a href="qfiledialog.html#setFilter">setFilter</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#setFilter-2">setFilter</a></b> (<i>self</i>, QDir.Filters)</li><li><div class="fn" /><b><a href="qfiledialog.html#setFilters">setFilters</a></b> (<i>self</i>, QStringList)</li><li><div class="fn" /><b><a href="qfiledialog.html#setHistory">setHistory</a></b> (<i>self</i>, QStringList)</li><li><div class="fn" /><b><a href="qfiledialog.html#setIconProvider">setIconProvider</a></b> (<i>self</i>, QFileIconProvider)</li><li><div class="fn" /><b><a href="qfiledialog.html#setItemDelegate">setItemDelegate</a></b> (<i>self</i>, QAbstractItemDelegate)</li><li><div class="fn" /><b><a href="qfiledialog.html#setLabelText">setLabelText</a></b> (<i>self</i>, DialogLabel, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#setNameFilter">setNameFilter</a></b> (<i>self</i>, QString)</li><li><div class="fn" /><b><a href="qfiledialog.html#setNameFilterDetailsVisible">setNameFilterDetailsVisible</a></b> (<i>self</i>, bool)</li><li><div class="fn" /><b><a href="qfiledialog.html#setNameFilters">setNameFilters</a></b> (<i>self</i>, QStringList)</li><li><div class="fn" /><b><a href="qfiledialog.html#setOption">setOption</a></b> (<i>self</i>, Option, bool <i>on</i> = True)</li><li><div class="fn" /><b><a href="qfiledialog.html#setOptions">setOptions</a></b> (<i>self</i>, Options)</li><li><div class="fn" /><b><a href="qfiledialog.html#setProxyModel">setProxyModel</a></b> (<i>self</i>, QAbstractProxyModel)</li><li><div class="fn" /><b><a href="qfiledialog.html#setReadOnly">setReadOnly</a></b> (<i>self</i>, bool)</li><li><div class="fn" /><b><a href="qfiledialog.html#setResolveSymlinks">setResolveSymlinks</a></b> (<i>self</i>, bool)</li><li><div class="fn" /><b><a href="qfiledialog.html#setSidebarUrls">setSidebarUrls</a></b> (<i>self</i>, list-of-QUrl)</li><li><div class="fn" /><b><a href="qfiledialog.html#setViewMode">setViewMode</a></b> (<i>self</i>, ViewMode)</li><li><div class="fn" /><b><a href="qfiledialog.html#setVisible">setVisible</a></b> (<i>self</i>, bool)</li><li><div class="fn" />list-of-QUrl <b><a href="qfiledialog.html#sidebarUrls">sidebarUrls</a></b> (<i>self</i>)</li><li><div class="fn" />bool <b><a href="qfiledialog.html#testOption">testOption</a></b> (<i>self</i>, Option)</li><li><div class="fn" />ViewMode <b><a href="qfiledialog.html#viewMode">viewMode</a></b> (<i>self</i>)</li></ul><h3>Static Methods</h3><ul><li><div class="fn" />QString <b><a href="qfiledialog.html#getExistingDirectory">getExistingDirectory</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), Options <i>options</i> = QFileDialog.ShowDirsOnly)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#getOpenFileName">getOpenFileName</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), Options <i>options</i> = 0)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#getOpenFileName-2">getOpenFileName</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>selectedFilter</i> = None, Options <i>options</i> = 0)</li><li><div class="fn" />(QString, QString) <b><a href="qfiledialog.html#getOpenFileNameAndFilter">getOpenFileNameAndFilter</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>initialFilter</i> = QString(), Options <i>options</i> = 0)</li><li><div class="fn" />QStringList <b><a href="qfiledialog.html#getOpenFileNames">getOpenFileNames</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), Options <i>options</i> = 0)</li><li><div class="fn" />QStringList <b><a href="qfiledialog.html#getOpenFileNames-2">getOpenFileNames</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>selectedFilter</i> = None, Options <i>options</i> = 0)</li><li><div class="fn" />(QString, QString) <b><a href="qfiledialog.html#getOpenFileNamesAndFilter">getOpenFileNamesAndFilter</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>initialFilter</i> = QString(), Options <i>options</i> = 0)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#getSaveFileName">getSaveFileName</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), Options <i>options</i> = 0)</li><li><div class="fn" />QString <b><a href="qfiledialog.html#getSaveFileName-2">getSaveFileName</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>selectedFilter</i> = None, Options <i>options</i> = 0)</li><li><div class="fn" />(QString, QString) <b><a href="qfiledialog.html#getSaveFileNameAndFilter">getSaveFileNameAndFilter</a></b> (QWidget <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>initialFilter</i> = QString(), Options <i>options</i> = 0)</li></ul><h3>Qt Signals</h3><ul><li><div class="fn" />void <b><a href="qfiledialog.html#currentChanged">currentChanged</a></b> (const QString&)</li><li><div class="fn" />void <b><a href="qfiledialog.html#directoryEntered">directoryEntered</a></b> (const QString&)</li><li><div class="fn" />void <b><a href="qfiledialog.html#fileSelected">fileSelected</a></b> (const QString&)</li><li><div class="fn" />void <b><a href="qfiledialog.html#filesSelected">filesSelected</a></b> (const QStringList&)</li><li><div class="fn" />void <b><a href="qfiledialog.html#filterSelected">filterSelected</a></b> (const QString&)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QFileDialog class provides a dialog that allow users to select files or directories.</p>
<p>The QFileDialog class enables a user to traverse the file system in order to select one or many files or a directory.</p>
<p>The easiest way to create a QFileDialog is to use the static functions. On Windows, Mac OS X, KDE and GNOME, these static functions will call the native file dialog when possible.</p>
<pre> fileName = QFileDialog.getOpenFileName(this,
tr("Open Image"), "/home/jana", tr("Image Files (*.png *.jpg *.bmp)"));</pre>
<p>In the above example, a modal QFileDialog is created using a static function. The dialog initially displays the contents of the "/home/jana" directory, and displays files matching the patterns given in the string "Image Files (*.png *.jpg *.bmp)". The parent of the file dialog is set to <i>this</i>, and the window title is set to "Open Image".</p>
<p>If you want to use multiple filters, separate each one with <i>two</i> semicolons. For example:</p>
<pre> "Images (*.png *.xpm *.jpg);;Text files (*.txt);;XML files (*.xml)"</pre>
<p>You can create your own QFileDialog without using the static functions. By calling <a href="qfiledialog.html#fileMode-prop">setFileMode</a>(), you can specify what the user must select in the dialog:</p>
<pre> QFileDialog dialog(this);
dialog.setFileMode(QFileDialog.AnyFile);</pre>
<p>In the above example, the mode of the file dialog is set to <a href="qfiledialog.html#FileMode-enum">AnyFile</a>, meaning that the user can select any file, or even specify a file that doesn't exist. This mode is useful for creating a "Save As" file dialog. Use <a href="qfiledialog.html#FileMode-enum">ExistingFile</a> if the user must select an existing file, or <a href="qfiledialog.html#FileMode-enum">Directory</a> if only a directory may be selected. See the <a href="qfiledialog.html#FileMode-enum">QFileDialog.FileMode</a> enum for the complete list of modes.</p>
<p>The <a href="qfiledialog.html#fileMode-prop">fileMode</a> property contains the mode of operation for the dialog; this indicates what types of objects the user is expected to select. Use <a href="qfiledialog.html#setNameFilter">setNameFilter</a>() to set the dialog's file filter. For example:</p>
<pre> dialog.setNameFilter(tr("Images (*.png *.xpm *.jpg)"));</pre>
<p>In the above example, the filter is set to <tt>"Images (*.png *.xpm *.jpg)"</tt>, this means that only files with the extension <tt>png</tt>, <tt>xpm</tt>, or <tt>jpg</tt> will be shown in the QFileDialog. You can apply several filters by using <a href="qfiledialog.html#setNameFilters">setNameFilters</a>(). Use <a href="qfiledialog.html#selectNameFilter">selectNameFilter</a>() to select one of the filters you've given as the file dialog's default filter.</p>
<p>The file dialog has two view modes: <a href="qfiledialog.html#ViewMode-enum">List</a> and <a href="qfiledialog.html#ViewMode-enum">Detail</a>. <a href="qfiledialog.html#ViewMode-enum">List</a> presents the contents of the current directory as a list of file and directory names. <a href="qfiledialog.html#ViewMode-enum">Detail</a> also displays a list of file and directory names, but provides additional information alongside each name, such as the file size and modification date. Set the mode with <a href="qfiledialog.html#viewMode-prop">setViewMode</a>():</p>
<pre> dialog.setViewMode(QFileDialog.Detail);</pre>
<p>The last important function you will need to use when creating your own file dialog is <a href="qfiledialog.html#selectedFiles">selectedFiles</a>().</p>
<pre> QStringList fileNames;
if (dialog.exec())
fileNames = dialog.selectedFiles();</pre>
<p>In the above example, a modal file dialog is created and shown. If the user clicked OK, the file they selected is put in <tt>fileName</tt>.</p>
<p>The dialog's working directory can be set with <a href="qfiledialog.html#setDirectory">setDirectory</a>(). Each file in the current directory can be selected using the <a href="qfiledialog.html#selectFile">selectFile</a>() function.</p>
<p>The <a href="dialogs-standarddialogs.html">Standard Dialogs</a> example shows how to use QFileDialog as well as other built-in Qt dialogs.</p>
<p>See also <a href="qdir.html">QDir</a>, <a href="qfileinfo.html">QFileInfo</a>, <a href="qfile.html">QFile</a>, <a href="qprintdialog.html">QPrintDialog</a>, <a href="qcolordialog.html">QColorDialog</a>, <a href="qfontdialog.html">QFontDialog</a>, <a href="dialogs-standarddialogs.html">Standard Dialogs Example</a>, and <a href="mainwindows-application.html">Application Example</a>.</p>
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="AcceptMode-enum" />QFileDialog.AcceptMode</h3><p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="40%">
<tr><th width="60%">Constant</th><th width="40%">Value</th></tr>
<tr><td valign="top"><tt>QFileDialog.AcceptOpen</tt></td><td align="center" valign="top"><tt>0</tt></td></tr>
<tr><td valign="top"><tt>QFileDialog.AcceptSave</tt></td><td align="center" valign="top"><tt>1</tt></td></tr>
</table></p>
<a name="//apple_ref/cpp/tag/QFileDialog/DialogLabel" />
<a name="//apple_ref/cpp/econst/QFileDialog/LookIn" />
<a name="//apple_ref/cpp/econst/QFileDialog/FileName" />
<a name="//apple_ref/cpp/econst/QFileDialog/FileType" />
<a name="//apple_ref/cpp/econst/QFileDialog/Accept" />
<a name="//apple_ref/cpp/econst/QFileDialog/Reject" />
<h3 class="fn"><a name="DialogLabel-enum" />QFileDialog.DialogLabel</h3><p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="40%">
<tr><th width="60%">Constant</th><th width="40%">Value</th></tr>
<tr><td valign="top"><tt>QFileDialog.LookIn</tt></td><td align="center" valign="top"><tt>0</tt></td></tr>
<tr><td valign="top"><tt>QFileDialog.FileName</tt></td><td align="center" valign="top"><tt>1</tt></td></tr>
<tr><td valign="top"><tt>QFileDialog.FileType</tt></td><td align="center" valign="top"><tt>2</tt></td></tr>
<tr><td valign="top"><tt>QFileDialog.Accept</tt></td><td align="center" valign="top"><tt>3</tt></td></tr>
<tr><td valign="top"><tt>QFileDialog.Reject</tt></td><td align="center" valign="top"><tt>4</tt></td></tr>
</table></p>
<a name="//apple_ref/cpp/tag/QFileDialog/FileMode" />
<a name="//apple_ref/cpp/econst/QFileDialog/AnyFile" />
<a name="//apple_ref/cpp/econst/QFileDialog/ExistingFile" />
<a name="//apple_ref/cpp/econst/QFileDialog/Directory" />
<a name="//apple_ref/cpp/econst/QFileDialog/ExistingFiles" />
<a name="//apple_ref/cpp/econst/QFileDialog/DirectoryOnly" />
<h3 class="fn"><a name="FileMode-enum" />QFileDialog.FileMode</h3><p>This enum is used to indicate what the user may select in the file dialog; i.e. what the dialog will return if the user clicks OK.</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QFileDialog.AnyFile</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The name of a file, whether it exists or not.</td></tr>
<tr><td valign="top"><tt>QFileDialog.ExistingFile</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">The name of a single existing file.</td></tr>
<tr><td valign="top"><tt>QFileDialog.Directory</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">The name of a directory. Both files and directories are displayed.</td></tr>
<tr><td valign="top"><tt>QFileDialog.ExistingFiles</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">The names of zero or more existing files.</td></tr>
</table></p>
<p>This value is obsolete since Qt 4.5:</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QFileDialog.DirectoryOnly</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Use <tt>Directory</tt> and setOption(<a href="qfiledialog.html#Option-enum">ShowDirsOnly</a>, true) instead.</td></tr>
</table></p>
<p>See also <a href="qfiledialog.html#fileMode-prop">setFileMode</a>().</p>
<a name="//apple_ref/cpp/tdef/QFileDialog/Mode" />
<h3 class="fn"><a name="Option-enum" />QFileDialog.Option</h3><p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QFileDialog.ShowDirsOnly</tt></td><td align="center" valign="top"><tt>0x00000001</tt></td><td valign="top">Only show directories in the file dialog. By default both files and directories are shown. (Valid only in the <a href="qfiledialog.html#FileMode-enum">Directory</a> file mode.)</td></tr>
<tr><td valign="top"><tt>QFileDialog.DontResolveSymlinks</tt></td><td align="center" valign="top"><tt>0x00000002</tt></td><td valign="top">Don't resolve symlinks in the file dialog. By default symlinks are resolved.</td></tr>
<tr><td valign="top"><tt>QFileDialog.DontConfirmOverwrite</tt></td><td align="center" valign="top"><tt>0x00000004</tt></td><td valign="top">Don't ask for confirmation if an existing file is selected. By default confirmation is requested.</td></tr>
<tr><td valign="top"><tt>QFileDialog.DontUseNativeDialog</tt></td><td align="center" valign="top"><tt>0x00000010</tt></td><td valign="top">Don't use the native file dialog. By default, the native file dialog is used unless you use a subclass of <a href="qfiledialog.html">QFileDialog</a> that contains the <a href="qobject.html#Q_OBJECT">Q_OBJECT</a> macro.</td></tr>
<tr><td valign="top"><tt>QFileDialog.ReadOnly</tt></td><td align="center" valign="top"><tt>0x00000020</tt></td><td valign="top">Indicates that the model is readonly.</td></tr>
<tr><td valign="top"><tt>QFileDialog.HideNameFilterDetails</tt></td><td align="center" valign="top"><tt>0x00000040</tt></td><td valign="top">Indicates if the is hidden or not. This value is obsolete and does nothing since Qt 4.5:</td></tr>
<tr><td valign="top"><tt>QFileDialog.DontUseSheet</tt></td><td align="center" valign="top"><tt>0x00000008</tt></td><td valign="top">In previous versions of Qt, the static functions would create a sheet by default if the static function was given a parent. This is no longer supported in Qt 4.5, The static functions will always be an application modal dialog. If you want to use sheets, use <a href="qfiledialog.html#open">QFileDialog.open</a>() instead.</td></tr>
</table></p>
<p>The Options type is a typedef for <a href="qflags.html">QFlags</a><Option>. It stores an OR combination of Option values.</p>
<a name="//apple_ref/cpp/tag/QFileDialog/ViewMode" />
<a name="//apple_ref/cpp/econst/QFileDialog/Detail" />
<a name="//apple_ref/cpp/econst/QFileDialog/List" />
<h3 class="fn"><a name="ViewMode-enum" />QFileDialog.ViewMode</h3><p>This enum describes the view mode of the file dialog; i.e. what information about each file will be displayed.</p>
<p><table border="1" cellpadding="2" cellspacing="1" class="valuelist" width="100%">
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
<tr><td valign="top"><tt>QFileDialog.Detail</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">Displays an icon, a name, and details for each item in the directory.</td></tr>
<tr><td valign="top"><tt>QFileDialog.List</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Displays only an icon and a name for each item in the directory.</td></tr>
</table></p>
<p>See also <a href="qfiledialog.html#viewMode-prop">setViewMode</a>().</p>
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QFileDialog" />QFileDialog.__init__ (<i>self</i>, <a href="qwidget.html">QWidget</a>, <a href="qt-windowflags.html">Qt.WindowFlags</a>)</h3><p>The <i>QWidget</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Constructs a file dialog with the given <i>parent</i> and widget <i>flags</i>.</p>
<h3 class="fn"><a name="QFileDialog-2" />QFileDialog.__init__ (<i>self</i>, <a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString())</h3><p>The <i>parent</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Constructs a file dialog with the given <i>parent</i> and <i>caption</i> that initially displays the contents of the specified <i>directory</i>. The contents of the directory are filtered before being shown in the dialog, using a semicolon-separated list of filters specified by <i>filter</i>.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/~QFileDialog" />
<h3 class="fn"><a name="accept" />QFileDialog.accept (<i>self</i>)</h3><p>Reimplemented from <a href="qdialog.html#accept">QDialog.accept</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/changeEvent" />
<h3 class="fn"><a name="acceptMode" /><a href="qfiledialog.html#AcceptMode-enum">AcceptMode</a> QFileDialog.acceptMode (<i>self</i>)</h3><h3 class="fn"><a name="changeEvent" />QFileDialog.changeEvent (<i>self</i>, <a href="qevent.html">QEvent</a>)</h3><p>Reimplemented from <a href="qwidget.html#changeEvent">QWidget.changeEvent</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/currentChanged" />
<h3 class="fn"><a name="confirmOverwrite" />bool QFileDialog.confirmOverwrite (<i>self</i>)</h3><h3 class="fn"><a name="defaultSuffix" />QString QFileDialog.defaultSuffix (<i>self</i>)</h3><h3 class="fn"><a name="directory" /><a href="qdir.html">QDir</a> QFileDialog.directory (<i>self</i>)</h3><p>Returns the directory currently being displayed in the dialog.</p>
<p>See also <a href="qfiledialog.html#setDirectory">setDirectory</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/directoryEntered" />
<h3 class="fn"><a name="done" />QFileDialog.done (<i>self</i>, int)</h3><p>Reimplemented from <a href="qdialog.html#done">QDialog.done</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/fileSelected" />
<h3 class="fn"><a name="fileMode" /><a href="qfiledialog.html#FileMode-enum">FileMode</a> QFileDialog.fileMode (<i>self</i>)</h3><h3 class="fn"><a name="filter" /><a href="qdir-filters.html">QDir.Filters</a> QFileDialog.filter (<i>self</i>)</h3><p>Returns the filter that is used when displaying files.</p>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#setFilter">setFilter</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/filterSelected" />
<h3 class="fn"><a name="filters" />QStringList QFileDialog.filters (<i>self</i>)</h3><h3 class="fn"><a name="getExistingDirectory" />QString QFileDialog.getExistingDirectory (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = QFileDialog.ShowDirsOnly)</h3><p>This is a convenience static function that will return an existing directory selected by the user.</p>
<pre> QString dir = QFileDialog.getExistingDirectory(this, tr("Open Directory"),
"/home",
QFileDialog.ShowDirsOnly
| QFileDialog.DontResolveSymlinks);</pre>
<p>This function creates a modal file dialog with the given <i>parent</i> widget. If <i>parent</i> is not 0, the dialog will be shown centered over the parent widget.</p>
<p>The dialog's working directory is set to <i>dir</i>, and the caption is set to <i>caption</i>. Either of these may be an empty string in which case the current directory and a default caption will be used respectively.</p>
<p>The <i>options</i> argument holds various options about how to run the dialog, see the <a href="qfiledialog.html#Option-enum">QFileDialog.Option</a> enum for more information on the flags you can pass. To ensure a native file dialog, <a href="qfiledialog.html#Option-enum">ShowDirsOnly</a> must be set.</p>
<p>On Windows and Mac OS X, this static function will use the native file dialog and not a <a href="qfiledialog.html">QFileDialog</a>. On Windows CE, if the device has no native file dialog, a <a href="qfiledialog.html">QFileDialog</a> will be used.</p>
<p>On Unix/X11, the normal behavior of the file dialog is to resolve and follow symlinks. For example, if <tt>/usr/tmp</tt> is a symlink to <tt>/var/tmp</tt>, the file dialog will change to <tt>/var/tmp</tt> after entering <tt>/usr/tmp</tt>. If <i>options</i> includes <a href="qfiledialog.html#Option-enum">DontResolveSymlinks</a>, the file dialog will treat symlinks as regular directories.</p>
<p>On Windows the dialog will spin a blocking modal event loop that will not dispatch any QTimers, and if <i>parent</i> is not 0 then it will position the dialog just below the parent's title bar.</p>
<p><b>Warning:</b> Do not delete <i>parent</i> during the execution of the dialog. If you want to do this, you should create the dialog yourself using one of the <a href="qfiledialog.html">QFileDialog</a> constructors.</p>
<p>See also <a href="qfiledialog.html#getOpenFileName">getOpenFileName</a>(), <a href="qfiledialog.html#getOpenFileNames">getOpenFileNames</a>(), and <a href="qfiledialog.html#getSaveFileName">getSaveFileName</a>().</p>
<a name="//apple_ref/cpp/clm/QFileDialog/getOpenFileName" />
<h3 class="fn"><a name="getOpenFileName" />QString QFileDialog.getOpenFileName (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><p>This is a convenience static function that returns an existing file selected by the user. If the user presses Cancel, it returns a null string.</p>
<pre> QString fileName = QFileDialog.getOpenFileName(this, tr("Open File"),
"/home",
tr("Images (*.png *.xpm *.jpg)"));</pre>
<p>The function creates a modal file dialog with the given <i>parent</i> widget. If <i>parent</i> is not 0, the dialog will be shown centered over the parent widget.</p>
<p>The file dialog's working directory will be set to <i>dir</i>. If <i>dir</i> includes a file name, the file will be selected. Only files that match the given <i>filter</i> are shown. The filter selected is set to <i>selectedFilter</i>. The parameters <i>dir</i>, <i>selectedFilter</i>, and <i>filter</i> may be empty strings. If you want multiple filters, separate them with ';;', for example:</p>
<pre> "Images (*.png *.xpm *.jpg);;Text files (*.txt);;XML files (*.xml)"</pre>
<p>The <i>options</i> argument holds various options about how to run the dialog, see the <a href="qfiledialog.html#Option-enum">QFileDialog.Option</a> enum for more information on the flags you can pass.</p>
<p>The dialog's caption is set to <i>caption</i>. If <i>caption</i> is not specified then a default caption will be used.</p>
<p>On Windows and Mac OS X, this static function will use the native file dialog and not a <a href="qfiledialog.html">QFileDialog</a>.</p>
<p>On Windows the dialog will spin a blocking modal event loop that will not dispatch any QTimers, and if <i>parent</i> is not 0 then it will position the dialog just below the parent's title bar.</p>
<p>On Unix/X11, the normal behavior of the file dialog is to resolve and follow symlinks. For example, if <tt>/usr/tmp</tt> is a symlink to <tt>/var/tmp</tt>, the file dialog will change to <tt>/var/tmp</tt> after entering <tt>/usr/tmp</tt>. If <i>options</i> includes <a href="qfiledialog.html#Option-enum">DontResolveSymlinks</a>, the file dialog will treat symlinks as regular directories.</p>
<p><b>Warning:</b> Do not delete <i>parent</i> during the execution of the dialog. If you want to do this, you should create the dialog yourself using one of the <a href="qfiledialog.html">QFileDialog</a> constructors.</p>
<p>See also <a href="qfiledialog.html#getOpenFileNames">getOpenFileNames</a>(), <a href="qfiledialog.html#getSaveFileName">getSaveFileName</a>(), and <a href="qfiledialog.html#getExistingDirectory">getExistingDirectory</a>().</p>
<a name="//apple_ref/cpp/clm/QFileDialog/getOpenFileNames" />
<h3 class="fn"><a name="getOpenFileName-2" />QString QFileDialog.getOpenFileName (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>selectedFilter</i> = None, <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><h3 class="fn"><a name="getOpenFileNameAndFilter" />(QString, QString) QFileDialog.getOpenFileNameAndFilter (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>initialFilter</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><h3 class="fn"><a name="getOpenFileNames" />QStringList QFileDialog.getOpenFileNames (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><p>This is a convenience static function that will return one or more existing files selected by the user.</p>
<pre> QStringList files = QFileDialog.getOpenFileNames(
this,
"Select one or more files to open",
"/home",
"Images (*.png *.xpm *.jpg)");</pre>
<p>This function creates a modal file dialog with the given <i>parent</i> widget. If <i>parent</i> is not 0, the dialog will be shown centered over the parent widget.</p>
<p>The file dialog's working directory will be set to <i>dir</i>. If <i>dir</i> includes a file name, the file will be selected. The filter is set to <i>filter</i> so that only those files which match the filter are shown. The filter selected is set to <i>selectedFilter</i>. The parameters <i>dir</i>, <i>selectedFilter</i> and <i>filter</i> may be empty strings. If you need multiple filters, separate them with ';;', for instance:</p>
<pre> "Images (*.png *.xpm *.jpg);;Text files (*.txt);;XML files (*.xml)"</pre>
<p>The dialog's caption is set to <i>caption</i>. If <i>caption</i> is not specified then a default caption will be used.</p>
<p>On Windows and Mac OS X, this static function will use the native file dialog and not a <a href="qfiledialog.html">QFileDialog</a>.</p>
<p>On Windows the dialog will spin a blocking modal event loop that will not dispatch any QTimers, and if <i>parent</i> is not 0 then it will position the dialog just below the parent's title bar.</p>
<p>On Unix/X11, the normal behavior of the file dialog is to resolve and follow symlinks. For example, if <tt>/usr/tmp</tt> is a symlink to <tt>/var/tmp</tt>, the file dialog will change to <tt>/var/tmp</tt> after entering <tt>/usr/tmp</tt>. The <i>options</i> argument holds various options about how to run the dialog, see the <a href="qfiledialog.html#Option-enum">QFileDialog.Option</a> enum for more information on the flags you can pass.</p>
<p><b>Note:</b> If you want to iterate over the list of files, you should iterate over a copy. For example:</p>
<pre> QStringList list = files;
QStringList.Iterator it = list.begin();
while(it != list.end()) {
myProcessing(*it);
++it;
}</pre>
<p><b>Warning:</b> Do not delete <i>parent</i> during the execution of the dialog. If you want to do this, you should create the dialog yourself using one of the <a href="qfiledialog.html">QFileDialog</a> constructors.</p>
<p>See also <a href="qfiledialog.html#getOpenFileName">getOpenFileName</a>(), <a href="qfiledialog.html#getSaveFileName">getSaveFileName</a>(), and <a href="qfiledialog.html#getExistingDirectory">getExistingDirectory</a>().</p>
<a name="//apple_ref/cpp/clm/QFileDialog/getSaveFileName" />
<h3 class="fn"><a name="getOpenFileNames-2" />QStringList QFileDialog.getOpenFileNames (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>selectedFilter</i> = None, <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><h3 class="fn"><a name="getOpenFileNamesAndFilter" />(QString, QString) QFileDialog.getOpenFileNamesAndFilter (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>initialFilter</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><h3 class="fn"><a name="getSaveFileName" />QString QFileDialog.getSaveFileName (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><p>This is a convenience static function that will return a file name selected by the user. The file does not have to exist.</p>
<p>It creates a modal file dialog with the given <i>parent</i> widget. If <i>parent</i> is not 0, the dialog will be shown centered over the parent widget.</p>
<pre> QString fileName = QFileDialog.getSaveFileName(this, tr("Save File"),
"/home/jana/untitled.png",
tr("Images (*.png *.xpm *.jpg)"));</pre>
<p>The file dialog's working directory will be set to <i>dir</i>. If <i>dir</i> includes a file name, the file will be selected. Only files that match the <i>filter</i> are shown. The filter selected is set to <i>selectedFilter</i>. The parameters <i>dir</i>, <i>selectedFilter</i>, and <i>filter</i> may be empty strings. Multiple filters are separated with ';;'. For instance:</p>
<pre> "Images (*.png *.xpm *.jpg);;Text files (*.txt);;XML files (*.xml)"</pre>
<p>The <i>options</i> argument holds various options about how to run the dialog, see the <a href="qfiledialog.html#Option-enum">QFileDialog.Option</a> enum for more information on the flags you can pass.</p>
<p>The default filter can be chosen by setting <i>selectedFilter</i> to the desired value.</p>
<p>The dialog's caption is set to <i>caption</i>. If <i>caption</i> is not specified, a default caption will be used.</p>
<p>On Windows and Mac OS X, this static function will use the native file dialog and not a <a href="qfiledialog.html">QFileDialog</a>.</p>
<p>On Windows the dialog will spin a blocking modal event loop that will not dispatch any QTimers, and if <i>parent</i> is not 0 then it will position the dialog just below the parent's title bar. On Mac OS X, with its native file dialog, the filter argument is ignored.</p>
<p>On Unix/X11, the normal behavior of the file dialog is to resolve and follow symlinks. For example, if <tt>/usr/tmp</tt> is a symlink to <tt>/var/tmp</tt>, the file dialog will change to <tt>/var/tmp</tt> after entering <tt>/usr/tmp</tt>. If <i>options</i> includes <a href="qfiledialog.html#Option-enum">DontResolveSymlinks</a> the file dialog will treat symlinks as regular directories.</p>
<p><b>Warning:</b> Do not delete <i>parent</i> during the execution of the dialog. If you want to do this, you should create the dialog yourself using one of the <a href="qfiledialog.html">QFileDialog</a> constructors.</p>
<p>See also <a href="qfiledialog.html#getOpenFileName">getOpenFileName</a>(), <a href="qfiledialog.html#getOpenFileNames">getOpenFileNames</a>(), and <a href="qfiledialog.html#getExistingDirectory">getExistingDirectory</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/history" />
<h3 class="fn"><a name="getSaveFileName-2" />QString QFileDialog.getSaveFileName (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>selectedFilter</i> = None, <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><h3 class="fn"><a name="getSaveFileNameAndFilter" />(QString, QString) QFileDialog.getSaveFileNameAndFilter (<a href="qwidget.html">QWidget</a> <i>parent</i> = None, QString <i>caption</i> = QString(), QString <i>directory</i> = QString(), QString <i>filter</i> = QString(), QString <i>initialFilter</i> = QString(), <a href="qfiledialog-options.html">Options</a> <i>options</i> = 0)</h3><h3 class="fn"><a name="history" />QStringList QFileDialog.history (<i>self</i>)</h3><p>Returns the browsing history of the filedialog as a list of paths.</p>
<p>See also <a href="qfiledialog.html#setHistory">setHistory</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/iconProvider" />
<h3 class="fn"><a name="iconProvider" /><a href="qfileiconprovider.html">QFileIconProvider</a> QFileDialog.iconProvider (<i>self</i>)</h3><p>Returns the icon provider used by the filedialog.</p>
<p>See also <a href="qfiledialog.html#setIconProvider">setIconProvider</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/itemDelegate" />
<h3 class="fn"><a name="isNameFilterDetailsVisible" />bool QFileDialog.isNameFilterDetailsVisible (<i>self</i>)</h3><h3 class="fn"><a name="isReadOnly" />bool QFileDialog.isReadOnly (<i>self</i>)</h3><h3 class="fn"><a name="itemDelegate" /><a href="qabstractitemdelegate.html">QAbstractItemDelegate</a> QFileDialog.itemDelegate (<i>self</i>)</h3><p>Returns the item delegate used to render the items in the views in the filedialog.</p>
<p>See also <a href="qfiledialog.html#setItemDelegate">setItemDelegate</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/labelText" />
<h3 class="fn"><a name="labelText" />QString QFileDialog.labelText (<i>self</i>, <a href="qfiledialog.html#DialogLabel-enum">DialogLabel</a>)</h3><p>Returns the text shown in the filedialog in the specified <i>label</i>.</p>
<p>See also <a href="qfiledialog.html#setLabelText">setLabelText</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/nameFilters" />
<h3 class="fn"><a name="nameFilters" />QStringList QFileDialog.nameFilters (<i>self</i>)</h3><p>Returns the file type filters that are in operation on this file dialog.</p>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#setNameFilters">setNameFilters</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/open" />
<h3 class="fn"><a name="open" />QFileDialog.open (<i>self</i>)</h3><p>This is an overloaded function.</p>
<p>This function connects one of its signals to the slot specified by <i>receiver</i> and <i>member</i>. The specific signal depends is <a href="qfiledialog.html#filesSelected">filesSelected</a>() if <a href="qfiledialog.html#fileMode-prop">fileMode</a> is <a href="qfiledialog.html#FileMode-enum">ExistingFiles</a> and <a href="qfiledialog.html#fileSelected">fileSelected</a>() if <a href="qfiledialog.html#fileMode-prop">fileMode</a> is anything else.</p>
<p>The signal will be disconnected from the slot when the dialog is closed.</p>
<p>This function was introduced in Qt 4.5.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/proxyModel" />
<h3 class="fn"><a name="open-2" />QFileDialog.open (<i>self</i>, <a href="qobject.html">QObject</a>, SLOT()SLOT())</h3><h3 class="fn"><a name="open-3" />QFileDialog.open (<i>self</i>, callable)</h3><h3 class="fn"><a name="options" /><a href="qfiledialog-options.html">Options</a> QFileDialog.options (<i>self</i>)</h3><h3 class="fn"><a name="proxyModel" /><a href="qabstractproxymodel.html">QAbstractProxyModel</a> QFileDialog.proxyModel (<i>self</i>)</h3><p>Returns the proxy model used by the file dialog. By default no proxy is set.</p>
<p>See also <a href="qfiledialog.html#setProxyModel">setProxyModel</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/restoreState" />
<h3 class="fn"><a name="resolveSymlinks" />bool QFileDialog.resolveSymlinks (<i>self</i>)</h3><h3 class="fn"><a name="restoreState" />bool QFileDialog.restoreState (<i>self</i>, <a href="qbytearray.html">QByteArray</a>)</h3><p>Restores the dialogs's layout, history and current directory to the <i>state</i> specified.</p>
<p>Typically this is used in conjunction with <a href="qsettings.html">QSettings</a> to restore the size from a past session.</p>
<p>Returns false if there are errors</p>
<p>This function was introduced in Qt 4.3.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/saveState" />
<h3 class="fn"><a name="saveState" /><a href="qbytearray.html">QByteArray</a> QFileDialog.saveState (<i>self</i>)</h3><p>Saves the state of the dialog's layout, history and current directory.</p>
<p>Typically this is used in conjunction with <a href="qsettings.html">QSettings</a> to remember the size for a future session. A version number is stored as part of the data.</p>
<p>This function was introduced in Qt 4.3.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/selectFile" />
<h3 class="fn"><a name="selectedFiles" />QStringList QFileDialog.selectedFiles (<i>self</i>)</h3><p>Returns a list of strings containing the absolute paths of the selected files in the dialog. If no files are selected, or the mode is not <a href="qfiledialog.html#FileMode-enum">ExistingFiles</a> or <a href="qfiledialog.html#FileMode-enum">ExistingFile</a>, selectedFiles() contains the current path in the viewport.</p>
<p>See also <a href="qfiledialog.html#selectedNameFilter">selectedNameFilter</a>() and <a href="qfiledialog.html#selectFile">selectFile</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/selectedNameFilter" />
<h3 class="fn"><a name="selectedFilter" />QString QFileDialog.selectedFilter (<i>self</i>)</h3><h3 class="fn"><a name="selectedNameFilter" />QString QFileDialog.selectedNameFilter (<i>self</i>)</h3><p>Returns the filter that the user selected in the file dialog.</p>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#selectedFiles">selectedFiles</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setDirectory" />
<h3 class="fn"><a name="selectFile" />QFileDialog.selectFile (<i>self</i>, QString)</h3><p>Selects the given <i>filename</i> in the file dialog.</p>
<p>See also <a href="qfiledialog.html#selectedFiles">selectedFiles</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/selectNameFilter" />
<h3 class="fn"><a name="selectFilter" />QFileDialog.selectFilter (<i>self</i>, QString)</h3><h3 class="fn"><a name="selectNameFilter" />QFileDialog.selectNameFilter (<i>self</i>, QString)</h3><p>Sets the current file type <i>filter</i>. Multiple filters can be passed in <i>filter</i> by separating them with semicolons or spaces.</p>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#setNameFilter">setNameFilter</a>(), <a href="qfiledialog.html#setNameFilters">setNameFilters</a>(), and <a href="qfiledialog.html#selectedNameFilter">selectedNameFilter</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/selectedFiles" />
<h3 class="fn"><a name="setAcceptMode" />QFileDialog.setAcceptMode (<i>self</i>, <a href="qfiledialog.html#AcceptMode-enum">AcceptMode</a>)</h3><h3 class="fn"><a name="setConfirmOverwrite" />QFileDialog.setConfirmOverwrite (<i>self</i>, bool)</h3><h3 class="fn"><a name="setDefaultSuffix" />QFileDialog.setDefaultSuffix (<i>self</i>, QString)</h3><h3 class="fn"><a name="setDirectory" />QFileDialog.setDirectory (<i>self</i>, QString)</h3><p>Sets the file dialog's current <i>directory</i>.</p>
<p>See also <a href="qfiledialog.html#directory">directory</a>().</p>
<h3 class="fn"><a name="setDirectory-2" />QFileDialog.setDirectory (<i>self</i>, <a href="qdir.html">QDir</a>)</h3><p>This is an overloaded function.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setFilter" />
<h3 class="fn"><a name="setFileMode" />QFileDialog.setFileMode (<i>self</i>, <a href="qfiledialog.html#FileMode-enum">FileMode</a>)</h3><h3 class="fn"><a name="setFilter" />QFileDialog.setFilter (<i>self</i>, QString)</h3><p>Sets the filter used by the model to <i>filters</i>. The filter is used to specify the kind of files that should be shown.</p>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#filter">filter</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setHistory" />
<h3 class="fn"><a name="setFilter-2" />QFileDialog.setFilter (<i>self</i>, <a href="qdir-filters.html">QDir.Filters</a>)</h3><h3 class="fn"><a name="setFilters" />QFileDialog.setFilters (<i>self</i>, QStringList)</h3><h3 class="fn"><a name="setHistory" />QFileDialog.setHistory (<i>self</i>, QStringList)</h3><p>Sets the browsing history of the filedialog to contain the given <i>paths</i>.</p>
<p>See also <a href="qfiledialog.html#history">history</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setIconProvider" />
<h3 class="fn"><a name="setIconProvider" />QFileDialog.setIconProvider (<i>self</i>, <a href="qfileiconprovider.html">QFileIconProvider</a>)</h3><p>Sets the icon provider used by the filedialog to the specified <i>provider</i>.</p>
<p>See also <a href="qfiledialog.html#iconProvider">iconProvider</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setItemDelegate" />
<h3 class="fn"><a name="setItemDelegate" />QFileDialog.setItemDelegate (<i>self</i>, <a href="qabstractitemdelegate.html">QAbstractItemDelegate</a>)</h3><p>Sets the item delegate used to render items in the views in the file dialog to the given <i>delegate</i>.</p>
<p><b>Warning:</b> You should not share the same instance of a delegate between views. Doing so can cause incorrect or unintuitive editing behavior since each view connected to a given delegate may receive the <a href="qabstractitemdelegate.html#closeEditor">closeEditor()</a> signal, and attempt to access, modify or close an editor that has already been closed.</p>
<p>Note that the model used is <a href="qfilesystemmodel.html">QFileSystemModel</a>. It has custom item data roles, which is described by the <a href="qfilesystemmodel.html#Roles-enum">Roles</a> enum. You can use a <a href="qfileiconprovider.html">QFileIconProvider</a> if you only want custom icons.</p>
<p>See also <a href="qfiledialog.html#itemDelegate">itemDelegate</a>(), <a href="qfiledialog.html#setIconProvider">setIconProvider</a>(), and <a href="qfilesystemmodel.html">QFileSystemModel</a>.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setLabelText" />
<h3 class="fn"><a name="setLabelText" />QFileDialog.setLabelText (<i>self</i>, <a href="qfiledialog.html#DialogLabel-enum">DialogLabel</a>, QString)</h3><p>Sets the <i>text</i> shown in the filedialog in the specified <i>label</i>.</p>
<p>See also <a href="qfiledialog.html#labelText">labelText</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setNameFilter" />
<h3 class="fn"><a name="setNameFilter" />QFileDialog.setNameFilter (<i>self</i>, QString)</h3><p>Sets the filter used in the file dialog to the given <i>filter</i>.</p>
<p>If <i>filter</i> contains a pair of parentheses containing one or more of <b>anything*something</b>, separated by spaces, then only the text contained in the parentheses is used as the filter. This means that these calls are all equivalent:</p>
<pre> dialog.setNameFilter("All C++ files (*.cpp *.cc *.C *.cxx *.c++)");
dialog.setNameFilter("*.cpp *.cc *.C *.cxx *.c++");</pre>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#setNameFilters">setNameFilters</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setNameFilters" />
<h3 class="fn"><a name="setNameFilterDetailsVisible" />QFileDialog.setNameFilterDetailsVisible (<i>self</i>, bool)</h3><h3 class="fn"><a name="setNameFilters" />QFileDialog.setNameFilters (<i>self</i>, QStringList)</h3><p>Sets the <i>filters</i> used in the file dialog.</p>
<pre> QStringList filters;
filters << "Image files (*.png *.xpm *.jpg)"
<< "Text files (*.txt)"
<< "Any files (*)";
QFileDialog dialog(this);
dialog.setNameFilters(filters);
dialog.exec();</pre>
<p>This function was introduced in Qt 4.4.</p>
<p>See also <a href="qfiledialog.html#nameFilters">nameFilters</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setOption" />
<h3 class="fn"><a name="setOption" />QFileDialog.setOption (<i>self</i>, <a href="qfiledialog.html#Option-enum">Option</a>, bool <i>on</i> = True)</h3><p>Sets the given <i>option</i> to be enabled if <i>on</i> is true; otherwise, clears the given <i>option</i>.</p>
<p>This function was introduced in Qt 4.5.</p>
<p>See also <a href="qfiledialog.html#options-prop">options</a> and <a href="qfiledialog.html#testOption">testOption</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setProxyModel" />
<h3 class="fn"><a name="setOptions" />QFileDialog.setOptions (<i>self</i>, <a href="qfiledialog-options.html">Options</a>)</h3><h3 class="fn"><a name="setProxyModel" />QFileDialog.setProxyModel (<i>self</i>, <a href="qabstractproxymodel.html">QAbstractProxyModel</a>)</h3><p>The <i>QAbstractProxyModel</i> argument has it's ownership transferred to Qt.</p><p>Sets the model for the views to the given <i>proxyModel</i>. This is useful if you want to modify the underlying model; for example, to add columns, filter data or add drives.</p>
<p>Any existing proxy model will be removed, but not deleted. The file dialog will take ownership of the <i>proxyModel</i>.</p>
<p>This function was introduced in Qt 4.3.</p>
<p>See also <a href="qfiledialog.html#proxyModel">proxyModel</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setSidebarUrls" />
<h3 class="fn"><a name="setReadOnly" />QFileDialog.setReadOnly (<i>self</i>, bool)</h3><h3 class="fn"><a name="setResolveSymlinks" />QFileDialog.setResolveSymlinks (<i>self</i>, bool)</h3><h3 class="fn"><a name="setSidebarUrls" />QFileDialog.setSidebarUrls (<i>self</i>, list-of-QUrl)</h3><p>Sets the <i>urls</i> that are located in the sidebar.</p>
<p>For instance:</p>
<pre> QList<QUrl> urls;
urls << QUrl.fromLocalFile("/home/gvatteka/dev/qt-45")
<< QUrl.fromLocalFile(QDesktopServices.storageLocation(QDesktopServices.MusicLocation));
QFileDialog dialog;
dialog.setSidebarUrls(urls);
dialog.setFileMode(QFileDialog.AnyFile);
if(dialog.exec()) {
<span class="comment">// ...</span>
}</pre>
<p>The file dialog will then look like this:</p>
<p align="center"><img src="images/filedialogurls.png" /></p><p>This function was introduced in Qt 4.3.</p>
<p>See also <a href="qfiledialog.html#sidebarUrls">sidebarUrls</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/setVisible" />
<h3 class="fn"><a name="setViewMode" />QFileDialog.setViewMode (<i>self</i>, <a href="qfiledialog.html#ViewMode-enum">ViewMode</a>)</h3><h3 class="fn"><a name="setVisible" />QFileDialog.setVisible (<i>self</i>, bool)</h3><p>Reimplemented from <a href="qwidget.html#visible-prop">QWidget.setVisible</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/sidebarUrls" />
<h3 class="fn"><a name="sidebarUrls" />list-of-QUrl QFileDialog.sidebarUrls (<i>self</i>)</h3><p>Returns a list of urls that are currently in the sidebar</p>
<p>This function was introduced in Qt 4.3.</p>
<p>See also <a href="qfiledialog.html#setSidebarUrls">setSidebarUrls</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/testOption" />
<h3 class="fn"><a name="testOption" />bool QFileDialog.testOption (<i>self</i>, <a href="qfiledialog.html#Option-enum">Option</a>)</h3><p>Returns true if the given <i>option</i> is enabled; otherwise, returns false.</p>
<p>This function was introduced in Qt 4.5.</p>
<p>See also <a href="qfiledialog.html#options-prop">options</a> and <a href="qfiledialog.html#setOption">setOption</a>().</p>
<p /><h3 class="fn"><a name="viewMode" /><a href="qfiledialog.html#ViewMode-enum">ViewMode</a> QFileDialog.viewMode (<i>self</i>)</h3><hr /><h2>Qt Signal Documentation</h2><h3 class="fn"><a name="currentChanged" />void currentChanged (const QString&)</h3><p>This is the default overload of this signal.</p><p>When the current file changes, this signal is emitted with the new file name as the <i>path</i> parameter.</p>
<p>See also <a href="qfiledialog.html#filesSelected">filesSelected</a>().</p>
<a name="//apple_ref/cpp/instm/QFileDialog/directory" />
<h3 class="fn"><a name="directoryEntered" />void directoryEntered (const QString&)</h3><p>This is the default overload of this signal.</p><p>This signal is emitted when the user enters a <i>directory</i>.</p>
<p>This function was introduced in Qt 4.3.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/done" />
<h3 class="fn"><a name="fileSelected" />void fileSelected (const QString&)</h3><p>This is the default overload of this signal.</p><p>When the selection changes and the dialog is accepted, this signal is emitted with the (possibly empty) selected <i>file</i>.</p>
<p>See also <a href="qfiledialog.html#currentChanged">currentChanged</a>() and <a href="qdialog.html#DialogCode-enum">QDialog.Accepted</a>.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/filesSelected" />
<h3 class="fn"><a name="filesSelected" />void filesSelected (const QStringList&)</h3><p>This is the default overload of this signal.</p><p>When the selection changes and the dialog is accepted, this signal is emitted with the (possibly empty) list of <i>selected</i> files.</p>
<p>See also <a href="qfiledialog.html#currentChanged">currentChanged</a>() and <a href="qdialog.html#DialogCode-enum">QDialog.Accepted</a>.</p>
<a name="//apple_ref/cpp/instm/QFileDialog/filter" />
<h3 class="fn"><a name="filterSelected" />void filterSelected (const QString&)</h3><p>This is the default overload of this signal.</p><p>This signal is emitted when the user selects a <i>filter</i>.</p>
<p>This function was introduced in Qt 4.3.</p>
<a name="//apple_ref/cpp/clm/QFileDialog/getExistingDirectory" />
<address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt 4.7.3 for X11</td><td align="center" width="50%">Copyright © <a href="http://www.riverbankcomputing.com">Riverbank Computing Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt 4.6.2</td></tr></table></div></address></body></html>
|