64 <td>Constructor</td> |
64 <td>Constructor</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#FileDialogWizardDialog.__adjustOptions">__adjustOptions</a></td> |
66 <td><a href="#FileDialogWizardDialog.__adjustOptions">__adjustOptions</a></td> |
67 <td>Private method to adjust the file dialog options.</td> |
67 <td>Private method to adjust the file dialog options.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#FileDialogWizardDialog.__getCode4">__getCode4</a></td> |
|
70 <td>Private method to get the source code for Qt4/Qt5.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td> |
69 <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td> |
73 <td>Private slot to enable/disable the confirmation check box.</td> |
70 <td>Private slot to enable/disable the confirmation check box.</td> |
74 </tr><tr> |
71 </tr><tr> |
75 <td><a href="#FileDialogWizardDialog.__toggleGroupsAndTest">__toggleGroupsAndTest</a></td> |
72 <td><a href="#FileDialogWizardDialog.__toggleGroupsAndTest">__toggleGroupsAndTest</a></td> |
76 <td>Private slot to enable/disable certain groups and the test button.</td> |
73 <td>Private slot to enable/disable certain groups and the test button.</td> |
77 </tr><tr> |
74 </tr><tr> |
|
75 <td><a href="#FileDialogWizardDialog.__toggleInitialFilter">__toggleInitialFilter</a></td> |
|
76 <td>Private slot to enable/disable the initial filter elements.</td> |
|
77 </tr><tr> |
78 <td><a href="#FileDialogWizardDialog.getCode">getCode</a></td> |
78 <td><a href="#FileDialogWizardDialog.getCode">getCode</a></td> |
79 <td>Public method to get the source code.</td> |
79 <td>Public method to get the source code for Qt4 and Qt5.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#FileDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
81 <td><a href="#FileDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
82 <td>Private method to test the selected options.</td> |
82 <td>Private method to test the selected options.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#FileDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
84 <td><a href="#FileDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
85 <td>Private slot called by a button of the button box clicked.</td> |
85 <td>Private slot called by a button of the button box clicked.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged">on_pyqtComboBox_currentIndexChanged</a></td> |
|
88 <td>Private slot to setup the dialog for the selected PyQt variant.</td> |
86 </tr> |
89 </tr> |
87 </table> |
90 </table> |
88 <h3>Static Methods</h3> |
91 <h3>Static Methods</h3> |
89 <table> |
92 <table> |
90 <tr><td>None</td></tr> |
93 <tr><td>None</td></tr> |
91 </table> |
94 </table> |
92 <a NAME="FileDialogWizardDialog.__init__" ID="FileDialogWizardDialog.__init__"></a> |
95 <a NAME="FileDialogWizardDialog.__init__" ID="FileDialogWizardDialog.__init__"></a> |
93 <h4>FileDialogWizardDialog (Constructor)</h4> |
96 <h4>FileDialogWizardDialog (Constructor)</h4> |
94 <b>FileDialogWizardDialog</b>(<i>parent=None</i>) |
97 <b>FileDialogWizardDialog</b>(<i>pyqtVariant, parent=None</i>) |
95 <p> |
98 <p> |
96 Constructor |
99 Constructor |
97 </p><dl> |
100 </p><dl> |
98 <dt><i>parent</i></dt> |
101 <dt><i>pyqtVariant</i></dt> |
|
102 <dd> |
|
103 variant of PyQt (integer; 0, 4 or 5) |
|
104 </dd><dt><i>parent</i></dt> |
99 <dd> |
105 <dd> |
100 parent widget (QWidget) |
106 parent widget (QWidget) |
101 </dd> |
107 </dd> |
102 </dl><a NAME="FileDialogWizardDialog.__adjustOptions" ID="FileDialogWizardDialog.__adjustOptions"></a> |
108 </dl><a NAME="FileDialogWizardDialog.__adjustOptions" ID="FileDialogWizardDialog.__adjustOptions"></a> |
103 <h4>FileDialogWizardDialog.__adjustOptions</h4> |
109 <h4>FileDialogWizardDialog.__adjustOptions</h4> |
112 </dl><dl> |
118 </dl><dl> |
113 <dt>Returns:</dt> |
119 <dt>Returns:</dt> |
114 <dd> |
120 <dd> |
115 modified options (QFileDialog.Options) |
121 modified options (QFileDialog.Options) |
116 </dd> |
122 </dd> |
117 </dl><a NAME="FileDialogWizardDialog.__getCode4" ID="FileDialogWizardDialog.__getCode4"></a> |
|
118 <h4>FileDialogWizardDialog.__getCode4</h4> |
|
119 <b>__getCode4</b>(<i>indLevel, indString</i>) |
|
120 <p> |
|
121 Private method to get the source code for Qt4/Qt5. |
|
122 </p><dl> |
|
123 <dt><i>indLevel</i></dt> |
|
124 <dd> |
|
125 indentation level (int) |
|
126 </dd><dt><i>indString</i></dt> |
|
127 <dd> |
|
128 string used for indentation (space or tab) (string) |
|
129 </dd> |
|
130 </dl><dl> |
|
131 <dt>Returns:</dt> |
|
132 <dd> |
|
133 generated code (string) |
|
134 </dd> |
|
135 </dl><a NAME="FileDialogWizardDialog.__toggleConfirmCheckBox" ID="FileDialogWizardDialog.__toggleConfirmCheckBox"></a> |
123 </dl><a NAME="FileDialogWizardDialog.__toggleConfirmCheckBox" ID="FileDialogWizardDialog.__toggleConfirmCheckBox"></a> |
136 <h4>FileDialogWizardDialog.__toggleConfirmCheckBox</h4> |
124 <h4>FileDialogWizardDialog.__toggleConfirmCheckBox</h4> |
137 <b>__toggleConfirmCheckBox</b>(<i></i>) |
125 <b>__toggleConfirmCheckBox</b>(<i></i>) |
138 <p> |
126 <p> |
139 Private slot to enable/disable the confirmation check box. |
127 Private slot to enable/disable the confirmation check box. |
140 </p><a NAME="FileDialogWizardDialog.__toggleGroupsAndTest" ID="FileDialogWizardDialog.__toggleGroupsAndTest"></a> |
128 </p><a NAME="FileDialogWizardDialog.__toggleGroupsAndTest" ID="FileDialogWizardDialog.__toggleGroupsAndTest"></a> |
141 <h4>FileDialogWizardDialog.__toggleGroupsAndTest</h4> |
129 <h4>FileDialogWizardDialog.__toggleGroupsAndTest</h4> |
142 <b>__toggleGroupsAndTest</b>(<i></i>) |
130 <b>__toggleGroupsAndTest</b>(<i></i>) |
143 <p> |
131 <p> |
144 Private slot to enable/disable certain groups and the test button. |
132 Private slot to enable/disable certain groups and the test button. |
145 </p><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a> |
133 </p><a NAME="FileDialogWizardDialog.__toggleInitialFilter" ID="FileDialogWizardDialog.__toggleInitialFilter"></a> |
|
134 <h4>FileDialogWizardDialog.__toggleInitialFilter</h4> |
|
135 <b>__toggleInitialFilter</b>(<i>id</i>) |
|
136 <p> |
|
137 Private slot to enable/disable the initial filter elements. |
|
138 </p><dl> |
|
139 <dt><i>id</i></dt> |
|
140 <dd> |
|
141 id of the clicked button (integer) |
|
142 </dd> |
|
143 </dl><a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a> |
146 <h4>FileDialogWizardDialog.getCode</h4> |
144 <h4>FileDialogWizardDialog.getCode</h4> |
147 <b>getCode</b>(<i>indLevel, indString</i>) |
145 <b>getCode</b>(<i>indLevel, indString</i>) |
148 <p> |
146 <p> |
149 Public method to get the source code. |
147 Public method to get the source code for Qt4 and Qt5. |
150 </p><dl> |
148 </p><dl> |
151 <dt><i>indLevel</i></dt> |
149 <dt><i>indLevel</i></dt> |
152 <dd> |
150 <dd> |
153 indentation level (int) |
151 indentation level (int) |
154 </dd><dt><i>indString</i></dt> |
152 </dd><dt><i>indString</i></dt> |