src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html

branch
eric7
changeset 9240
183220dc5492
parent 9209
b99e7fd55fd3
child 9255
79ec5473519d
equal deleted inserted replaced
9239:3c605ab5a8c7 9240:183220dc5492
45 <h3>Derived from</h3> 45 <h3>Derived from</h3>
46 QDialog, Ui_FileDialogWizardDialog 46 QDialog, Ui_FileDialogWizardDialog
47 <h3>Class Attributes</h3> 47 <h3>Class Attributes</h3>
48 48
49 <table> 49 <table>
50 <tr><td>None</td></tr> 50 <tr><td>EricTypes</td></tr><tr><td>PyQtTypes</td></tr>
51 </table> 51 </table>
52 <h3>Class Methods</h3> 52 <h3>Class Methods</h3>
53 53
54 <table> 54 <table>
55 <tr><td>None</td></tr> 55 <tr><td>None</td></tr>
115 <dl> 115 <dl>
116 116
117 <dt><i>dialogVariant</i> (int)</dt> 117 <dt><i>dialogVariant</i> (int)</dt>
118 <dd> 118 <dd>
119 variant of the file dialog to be generated 119 variant of the file dialog to be generated
120 (-1 = EricFileDialog, 0 = unknown, 5 = PyQt5, 6 = PyQt6) 120 (-2 = EricFileDialog (pathlib.Path based), -1 = EricFileDialog (string
121 based), 0 = unknown, 5 = PyQt5, 6 = PyQt6)
121 </dd> 122 </dd>
122 <dt><i>parent</i> (QWidget)</dt> 123 <dt><i>parent</i> (QWidget)</dt>
123 <dd> 124 <dd>
124 parent widget 125 parent widget
125 </dd> 126 </dd>

eric ide

mercurial