Documentation/Source/eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html

changeset 3122
4bcf6c0f4432
parent 2387
2d119e79ab54
child 3124
a01e410893ac
--- a/Documentation/Source/eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html	Sun Dec 01 14:31:58 2013 +0100
+++ b/Documentation/Source/eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html	Sun Dec 01 17:25:29 2013 +0100
@@ -66,23 +66,26 @@
 <td><a href="#FileDialogWizardDialog.__adjustOptions">__adjustOptions</a></td>
 <td>Private method to adjust the file dialog options.</td>
 </tr><tr>
-<td><a href="#FileDialogWizardDialog.__getCode4">__getCode4</a></td>
-<td>Private method to get the source code for Qt4/Qt5.</td>
-</tr><tr>
 <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td>
 <td>Private slot to enable/disable the confirmation check box.</td>
 </tr><tr>
 <td><a href="#FileDialogWizardDialog.__toggleGroupsAndTest">__toggleGroupsAndTest</a></td>
 <td>Private slot to enable/disable certain groups and the test button.</td>
 </tr><tr>
+<td><a href="#FileDialogWizardDialog.__toggleInitialFilter">__toggleInitialFilter</a></td>
+<td>Private slot to enable/disable the initial filter elements.</td>
+</tr><tr>
 <td><a href="#FileDialogWizardDialog.getCode">getCode</a></td>
-<td>Public method to get the source code.</td>
+<td>Public method to get the source code for Qt4 and Qt5.</td>
 </tr><tr>
 <td><a href="#FileDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td>
 <td>Private method to test the selected options.</td>
 </tr><tr>
 <td><a href="#FileDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 <td>Private slot called by a button of the button box clicked.</td>
+</tr><tr>
+<td><a href="#FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged">on_pyqtComboBox_currentIndexChanged</a></td>
+<td>Private slot to setup the dialog for the selected PyQt variant.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -91,11 +94,14 @@
 </table>
 <a NAME="FileDialogWizardDialog.__init__" ID="FileDialogWizardDialog.__init__"></a>
 <h4>FileDialogWizardDialog (Constructor)</h4>
-<b>FileDialogWizardDialog</b>(<i>parent=None</i>)
+<b>FileDialogWizardDialog</b>(<i>pyqtVariant, parent=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>parent</i></dt>
+<dt><i>pyqtVariant</i></dt>
+<dd>
+variant of PyQt (integer; 0, 4 or 5)
+</dd><dt><i>parent</i></dt>
 <dd>
 parent widget (QWidget)
 </dd>
@@ -114,24 +120,6 @@
 <dd>
 modified options (QFileDialog.Options)
 </dd>
-</dl><a NAME="FileDialogWizardDialog.__getCode4" ID="FileDialogWizardDialog.__getCode4"></a>
-<h4>FileDialogWizardDialog.__getCode4</h4>
-<b>__getCode4</b>(<i>indLevel, indString</i>)
-<p>
-        Private method to get the source code for Qt4/Qt5.
-</p><dl>
-<dt><i>indLevel</i></dt>
-<dd>
-indentation level (int)
-</dd><dt><i>indString</i></dt>
-<dd>
-string used for indentation (space or tab) (string)
-</dd>
-</dl><dl>
-<dt>Returns:</dt>
-<dd>
-generated code (string)
-</dd>
 </dl><a NAME="FileDialogWizardDialog.__toggleConfirmCheckBox" ID="FileDialogWizardDialog.__toggleConfirmCheckBox"></a>
 <h4>FileDialogWizardDialog.__toggleConfirmCheckBox</h4>
 <b>__toggleConfirmCheckBox</b>(<i></i>)
@@ -142,11 +130,21 @@
 <b>__toggleGroupsAndTest</b>(<i></i>)
 <p>
         Private slot to enable/disable certain groups and the test button.
-</p><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a>
+</p><a NAME="FileDialogWizardDialog.__toggleInitialFilter" ID="FileDialogWizardDialog.__toggleInitialFilter"></a>
+<h4>FileDialogWizardDialog.__toggleInitialFilter</h4>
+<b>__toggleInitialFilter</b>(<i>id</i>)
+<p>
+        Private slot to enable/disable the initial filter elements.
+</p><dl>
+<dt><i>id</i></dt>
+<dd>
+id of the clicked button (integer)
+</dd>
+</dl><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a>
 <h4>FileDialogWizardDialog.getCode</h4>
 <b>getCode</b>(<i>indLevel, indString</i>)
 <p>
-        Public method to get the source code.
+        Public method to get the source code for Qt4 and Qt5.
 </p><dl>
 <dt><i>indLevel</i></dt>
 <dd>
@@ -175,6 +173,16 @@
 <dd>
 button that was clicked (QAbstractButton)
 </dd>
+</dl><a NAME="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged" ID="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged"></a>
+<h4>FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged</h4>
+<b>on_pyqtComboBox_currentIndexChanged</b>(<i>txt</i>)
+<p>
+        Private slot to setup the dialog for the selected PyQt variant.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+text of the selected combo box entry (string)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial