eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html

branch
eric7
changeset 8763
a99f822a3da7
parent 8596
d64760b2da50
child 9175
21e2be5f0b41
equal deleted inserted replaced
8761:f05818ae6431 8763:a99f822a3da7
37 37
38 <p> 38 <p>
39 Class implementing the setup.py wizard dialog. 39 Class implementing the setup.py wizard dialog.
40 </p> 40 </p>
41 <p> 41 <p>
42 It displays a dialog for entering the parameters 42 It displays a dialog for entering the parameters for the setup.py code
43 for the EricMessageBox code generator. 43 generator.
44 </p> 44 </p>
45 <h3>Derived from</h3> 45 <h3>Derived from</h3>
46 QDialog, Ui_SetupWizardDialog 46 QDialog, Ui_SetupWizardDialog
47 <h3>Class Attributes</h3> 47 <h3>Class Attributes</h3>
48 48
137 <tr> 137 <tr>
138 <td><a href="#SetupWizardDialog.on_modulesList_itemSelectionChanged">on_modulesList_itemSelectionChanged</a></td> 138 <td><a href="#SetupWizardDialog.on_modulesList_itemSelectionChanged">on_modulesList_itemSelectionChanged</a></td>
139 <td>Private slot to handle a change of selected items of the modules list.</td> 139 <td>Private slot to handle a change of selected items of the modules list.</td>
140 </tr> 140 </tr>
141 <tr> 141 <tr>
142 <td><a href="#SetupWizardDialog.on_packageRootDirButton_clicked">on_packageRootDirButton_clicked</a></td>
143 <td>Private slot to select the packages root directory via a directory selection dialog.</td>
144 </tr>
145 <tr>
146 <td><a href="#SetupWizardDialog.on_packageRootEdit_textChanged">on_packageRootEdit_textChanged</a></td>
147 <td>Private slot handling the entering of a packages root.</td>
148 </tr>
149 <tr>
150 <td><a href="#SetupWizardDialog.on_projectButton_clicked">on_projectButton_clicked</a></td> 142 <td><a href="#SetupWizardDialog.on_projectButton_clicked">on_projectButton_clicked</a></td>
151 <td>Private slot to populate some fields with data retrieved from the current project.</td> 143 <td>Private slot to populate some fields with data retrieved from the current project.</td>
152 </tr> 144 </tr>
153 <tr> 145 <tr>
154 <td><a href="#SetupWizardDialog.on_scriptsList_itemSelectionChanged">on_scriptsList_itemSelectionChanged</a></td> 146 <td><a href="#SetupWizardDialog.on_scriptsList_itemSelectionChanged">on_scriptsList_itemSelectionChanged</a></td>
155 <td>Private slot to handle a change of selected items of the scripts list.</td> 147 <td>Private slot to handle a change of selected items of the scripts list.</td>
156 </tr>
157 <tr>
158 <td><a href="#SetupWizardDialog.on_sourceDirectoryButton_clicked">on_sourceDirectoryButton_clicked</a></td>
159 <td>Private slot to select the packages root directory via a directory selection dialog.</td>
160 </tr> 148 </tr>
161 </table> 149 </table>
162 <h3>Static Methods</h3> 150 <h3>Static Methods</h3>
163 151
164 <table> 152 <table>
377 365
378 <p> 366 <p>
379 Private slot to handle a change of selected items of the 367 Private slot to handle a change of selected items of the
380 modules list. 368 modules list.
381 </p> 369 </p>
382 <a NAME="SetupWizardDialog.on_packageRootDirButton_clicked" ID="SetupWizardDialog.on_packageRootDirButton_clicked"></a>
383 <h4>SetupWizardDialog.on_packageRootDirButton_clicked</h4>
384 <b>on_packageRootDirButton_clicked</b>(<i></i>)
385
386 <p>
387 Private slot to select the packages root directory via a
388 directory selection dialog.
389 </p>
390 <a NAME="SetupWizardDialog.on_packageRootEdit_textChanged" ID="SetupWizardDialog.on_packageRootEdit_textChanged"></a>
391 <h4>SetupWizardDialog.on_packageRootEdit_textChanged</h4>
392 <b>on_packageRootEdit_textChanged</b>(<i>txt</i>)
393
394 <p>
395 Private slot handling the entering of a packages root.
396 </p>
397 <dl>
398
399 <dt><i>txt</i></dt>
400 <dd>
401 text of the line edit (string)
402 </dd>
403 </dl>
404 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a> 370 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a>
405 <h4>SetupWizardDialog.on_projectButton_clicked</h4> 371 <h4>SetupWizardDialog.on_projectButton_clicked</h4>
406 <b>on_projectButton_clicked</b>(<i></i>) 372 <b>on_projectButton_clicked</b>(<i></i>)
407 373
408 <p> 374 <p>
415 381
416 <p> 382 <p>
417 Private slot to handle a change of selected items of the 383 Private slot to handle a change of selected items of the
418 scripts list. 384 scripts list.
419 </p> 385 </p>
420 <a NAME="SetupWizardDialog.on_sourceDirectoryButton_clicked" ID="SetupWizardDialog.on_sourceDirectoryButton_clicked"></a>
421 <h4>SetupWizardDialog.on_sourceDirectoryButton_clicked</h4>
422 <b>on_sourceDirectoryButton_clicked</b>(<i></i>)
423
424 <p>
425 Private slot to select the packages root directory via a
426 directory selection dialog.
427 </p>
428 <div align="right"><a href="#top">Up</a></div> 386 <div align="right"><a href="#top">Up</a></div>
429 <hr /> 387 <hr />
430 </body></html> 388 </body></html>

eric ide

mercurial