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

branch
eric7
changeset 10437
2f70ca07f0af
parent 9255
79ec5473519d
child 10479
856476537696
equal deleted inserted replaced
10436:f6881d10e995 10437:2f70ca07f0af
162 Private slot to enable/disable the initial filter elements and the 162 Private slot to enable/disable the initial filter elements and the
163 results entries. 163 results entries.
164 </p> 164 </p>
165 <dl> 165 <dl>
166 166
167 <dt><i>checkedId</i></dt> 167 <dt><i>checkedId</i> (int)</dt>
168 <dd> 168 <dd>
169 id of the clicked button (integer) 169 id of the clicked button
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a> 172 <a NAME="FileDialogWizardDialog.getCode" ID="FileDialogWizardDialog.getCode"></a>
173 <h4>FileDialogWizardDialog.getCode</h4> 173 <h4>FileDialogWizardDialog.getCode</h4>
174 <b>getCode</b>(<i>indLevel, indString</i>) 174 <b>getCode</b>(<i>indLevel, indString</i>)
176 <p> 176 <p>
177 Public method to get the source code for Qt6. 177 Public method to get the source code for Qt6.
178 </p> 178 </p>
179 <dl> 179 <dl>
180 180
181 <dt><i>indLevel</i></dt> 181 <dt><i>indLevel</i> (int)</dt>
182 <dd> 182 <dd>
183 indentation level (int) 183 indentation level
184 </dd> 184 </dd>
185 <dt><i>indString</i></dt> 185 <dt><i>indString</i> (str)</dt>
186 <dd> 186 <dd>
187 string used for indentation (space or tab) (string) 187 string used for indentation (space or tab)
188 </dd> 188 </dd>
189 </dl> 189 </dl>
190 <dl> 190 <dl>
191 <dt>Return:</dt> 191 <dt>Return:</dt>
192 <dd> 192 <dd>
193 generated code (string) 193 generated code
194 </dd>
195 </dl>
196 <dl>
197 <dt>Return Type:</dt>
198 <dd>
199 str
194 </dd> 200 </dd>
195 </dl> 201 </dl>
196 <a NAME="FileDialogWizardDialog.on_bTest_clicked" ID="FileDialogWizardDialog.on_bTest_clicked"></a> 202 <a NAME="FileDialogWizardDialog.on_bTest_clicked" ID="FileDialogWizardDialog.on_bTest_clicked"></a>
197 <h4>FileDialogWizardDialog.on_bTest_clicked</h4> 203 <h4>FileDialogWizardDialog.on_bTest_clicked</h4>
198 <b>on_bTest_clicked</b>(<i></i>) 204 <b>on_bTest_clicked</b>(<i></i>)
207 <p> 213 <p>
208 Private slot called by a button of the button box clicked. 214 Private slot called by a button of the button box clicked.
209 </p> 215 </p>
210 <dl> 216 <dl>
211 217
212 <dt><i>button</i></dt> 218 <dt><i>button</i> (QAbstractButton)</dt>
213 <dd> 219 <dd>
214 button that was clicked (QAbstractButton) 220 button that was clicked
215 </dd> 221 </dd>
216 </dl> 222 </dl>
217 <a NAME="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged" ID="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged"></a> 223 <a NAME="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged" ID="FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged"></a>
218 <h4>FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged</h4> 224 <h4>FileDialogWizardDialog.on_pyqtComboBox_currentIndexChanged</h4>
219 <b>on_pyqtComboBox_currentIndexChanged</b>(<i>index</i>) 225 <b>on_pyqtComboBox_currentIndexChanged</b>(<i>index</i>)

eric ide

mercurial