5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog</h1> |
9 <h1>eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the setup.py wizard dialog. |
11 Module implementing the setup.py wizard dialog. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#SetupWizardDialog">SetupWizardDialog</a></td> |
22 <td><a href="#SetupWizardDialog">SetupWizardDialog</a></td> |
25 <td>Class implementing the setup.py wizard dialog.</td> |
23 <td>Class implementing the setup.py wizard dialog.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="SetupWizardDialog" ID="SetupWizardDialog"></a> |
34 <a NAME="SetupWizardDialog" ID="SetupWizardDialog"></a> |
36 <h2>SetupWizardDialog</h2> |
35 <h2>SetupWizardDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the setup.py wizard dialog. |
37 Class implementing the setup.py wizard dialog. |
40 </p> |
38 </p> |
41 <p> |
39 <p> |
42 It displays a dialog for entering the parameters for the setup.py code |
40 It displays a dialog for entering the parameters for the setup.py code |
43 generator. |
41 generator. |
44 </p> |
42 </p> |
|
43 |
45 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
46 QDialog, Ui_SetupWizardDialog |
45 QDialog, Ui_SetupWizardDialog |
47 <h3>Class Attributes</h3> |
46 <h3>Class Attributes</h3> |
48 |
|
49 <table> |
47 <table> |
50 <tr><td>None</td></tr> |
48 <tr><td>None</td></tr> |
51 </table> |
49 </table> |
|
50 |
52 <h3>Class Methods</h3> |
51 <h3>Class Methods</h3> |
53 |
|
54 <table> |
52 <table> |
55 <tr><td>None</td></tr> |
53 <tr><td>None</td></tr> |
56 </table> |
54 </table> |
|
55 |
57 <h3>Methods</h3> |
56 <h3>Methods</h3> |
58 |
57 <table> |
59 <table> |
|
60 |
|
61 <tr> |
58 <tr> |
62 <td><a href="#SetupWizardDialog.__init__">SetupWizardDialog</a></td> |
59 <td><a href="#SetupWizardDialog.__init__">SetupWizardDialog</a></td> |
63 <td>Constructor</td> |
60 <td>Constructor</td> |
64 </tr> |
61 </tr> |
65 <tr> |
62 <tr> |
330 </dd> |
328 </dd> |
331 </dl> |
329 </dl> |
332 <a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a> |
330 <a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a> |
333 <h4>SetupWizardDialog.__populateClassifiers</h4> |
331 <h4>SetupWizardDialog.__populateClassifiers</h4> |
334 <b>__populateClassifiers</b>(<i></i>) |
332 <b>__populateClassifiers</b>(<i></i>) |
335 |
|
336 <p> |
333 <p> |
337 Private method to populate the classifiers. |
334 Private method to populate the classifiers. |
338 </p> |
335 </p> |
|
336 |
339 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a> |
337 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a> |
340 <h4>SetupWizardDialog.accept</h4> |
338 <h4>SetupWizardDialog.accept</h4> |
341 <b>accept</b>(<i></i>) |
339 <b>accept</b>(<i></i>) |
342 |
|
343 <p> |
340 <p> |
344 Public slot to handle pressing the OK button. |
341 Public slot to handle pressing the OK button. |
345 </p> |
342 </p> |
|
343 |
346 <a NAME="SetupWizardDialog.on_addEntryPointButton_clicked" ID="SetupWizardDialog.on_addEntryPointButton_clicked"></a> |
344 <a NAME="SetupWizardDialog.on_addEntryPointButton_clicked" ID="SetupWizardDialog.on_addEntryPointButton_clicked"></a> |
347 <h4>SetupWizardDialog.on_addEntryPointButton_clicked</h4> |
345 <h4>SetupWizardDialog.on_addEntryPointButton_clicked</h4> |
348 <b>on_addEntryPointButton_clicked</b>(<i></i>) |
346 <b>on_addEntryPointButton_clicked</b>(<i></i>) |
349 |
|
350 <p> |
347 <p> |
351 Private slot to add an entry point to the list. |
348 Private slot to add an entry point to the list. |
352 </p> |
349 </p> |
|
350 |
353 <a NAME="SetupWizardDialog.on_addExludePatternButton_clicked" ID="SetupWizardDialog.on_addExludePatternButton_clicked"></a> |
351 <a NAME="SetupWizardDialog.on_addExludePatternButton_clicked" ID="SetupWizardDialog.on_addExludePatternButton_clicked"></a> |
354 <h4>SetupWizardDialog.on_addExludePatternButton_clicked</h4> |
352 <h4>SetupWizardDialog.on_addExludePatternButton_clicked</h4> |
355 <b>on_addExludePatternButton_clicked</b>(<i></i>) |
353 <b>on_addExludePatternButton_clicked</b>(<i></i>) |
356 |
|
357 <p> |
354 <p> |
358 Private slot to add an exclude pattern to the list. |
355 Private slot to add an exclude pattern to the list. |
359 </p> |
356 </p> |
|
357 |
360 <a NAME="SetupWizardDialog.on_addModuleButton_clicked" ID="SetupWizardDialog.on_addModuleButton_clicked"></a> |
358 <a NAME="SetupWizardDialog.on_addModuleButton_clicked" ID="SetupWizardDialog.on_addModuleButton_clicked"></a> |
361 <h4>SetupWizardDialog.on_addModuleButton_clicked</h4> |
359 <h4>SetupWizardDialog.on_addModuleButton_clicked</h4> |
362 <b>on_addModuleButton_clicked</b>(<i></i>) |
360 <b>on_addModuleButton_clicked</b>(<i></i>) |
363 |
|
364 <p> |
361 <p> |
365 Private slot to add Python modules to the list. |
362 Private slot to add Python modules to the list. |
366 </p> |
363 </p> |
|
364 |
367 <a NAME="SetupWizardDialog.on_deleteEntryPointButton_clicked" ID="SetupWizardDialog.on_deleteEntryPointButton_clicked"></a> |
365 <a NAME="SetupWizardDialog.on_deleteEntryPointButton_clicked" ID="SetupWizardDialog.on_deleteEntryPointButton_clicked"></a> |
368 <h4>SetupWizardDialog.on_deleteEntryPointButton_clicked</h4> |
366 <h4>SetupWizardDialog.on_deleteEntryPointButton_clicked</h4> |
369 <b>on_deleteEntryPointButton_clicked</b>(<i></i>) |
367 <b>on_deleteEntryPointButton_clicked</b>(<i></i>) |
370 |
|
371 <p> |
368 <p> |
372 Private slot to delete the selected entry point items. |
369 Private slot to delete the selected entry point items. |
373 </p> |
370 </p> |
|
371 |
374 <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a> |
372 <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a> |
375 <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4> |
373 <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4> |
376 <b>on_deleteExcludePatternButton_clicked</b>(<i></i>) |
374 <b>on_deleteExcludePatternButton_clicked</b>(<i></i>) |
377 |
|
378 <p> |
375 <p> |
379 Private slot to delete the selected exclude pattern items. |
376 Private slot to delete the selected exclude pattern items. |
380 </p> |
377 </p> |
|
378 |
381 <a NAME="SetupWizardDialog.on_deleteModuleButton_clicked" ID="SetupWizardDialog.on_deleteModuleButton_clicked"></a> |
379 <a NAME="SetupWizardDialog.on_deleteModuleButton_clicked" ID="SetupWizardDialog.on_deleteModuleButton_clicked"></a> |
382 <h4>SetupWizardDialog.on_deleteModuleButton_clicked</h4> |
380 <h4>SetupWizardDialog.on_deleteModuleButton_clicked</h4> |
383 <b>on_deleteModuleButton_clicked</b>(<i></i>) |
381 <b>on_deleteModuleButton_clicked</b>(<i></i>) |
384 |
|
385 <p> |
382 <p> |
386 Private slot to delete the selected module items. |
383 Private slot to delete the selected module items. |
387 </p> |
384 </p> |
|
385 |
388 <a NAME="SetupWizardDialog.on_editEntryPointButton_clicked" ID="SetupWizardDialog.on_editEntryPointButton_clicked"></a> |
386 <a NAME="SetupWizardDialog.on_editEntryPointButton_clicked" ID="SetupWizardDialog.on_editEntryPointButton_clicked"></a> |
389 <h4>SetupWizardDialog.on_editEntryPointButton_clicked</h4> |
387 <h4>SetupWizardDialog.on_editEntryPointButton_clicked</h4> |
390 <b>on_editEntryPointButton_clicked</b>(<i></i>) |
388 <b>on_editEntryPointButton_clicked</b>(<i></i>) |
391 |
|
392 <p> |
389 <p> |
393 Private slot to edit the selected entry point. |
390 Private slot to edit the selected entry point. |
394 </p> |
391 </p> |
|
392 |
395 <a NAME="SetupWizardDialog.on_entryPointsList_itemSelectionChanged" ID="SetupWizardDialog.on_entryPointsList_itemSelectionChanged"></a> |
393 <a NAME="SetupWizardDialog.on_entryPointsList_itemSelectionChanged" ID="SetupWizardDialog.on_entryPointsList_itemSelectionChanged"></a> |
396 <h4>SetupWizardDialog.on_entryPointsList_itemSelectionChanged</h4> |
394 <h4>SetupWizardDialog.on_entryPointsList_itemSelectionChanged</h4> |
397 <b>on_entryPointsList_itemSelectionChanged</b>(<i></i>) |
395 <b>on_entryPointsList_itemSelectionChanged</b>(<i></i>) |
398 |
|
399 <p> |
396 <p> |
400 Private slot to handle a change of selected items of the |
397 Private slot to handle a change of selected items of the |
401 entry points list. |
398 entry points list. |
402 </p> |
399 </p> |
|
400 |
403 <a NAME="SetupWizardDialog.on_excludePatternEdit_returnPressed" ID="SetupWizardDialog.on_excludePatternEdit_returnPressed"></a> |
401 <a NAME="SetupWizardDialog.on_excludePatternEdit_returnPressed" ID="SetupWizardDialog.on_excludePatternEdit_returnPressed"></a> |
404 <h4>SetupWizardDialog.on_excludePatternEdit_returnPressed</h4> |
402 <h4>SetupWizardDialog.on_excludePatternEdit_returnPressed</h4> |
405 <b>on_excludePatternEdit_returnPressed</b>(<i></i>) |
403 <b>on_excludePatternEdit_returnPressed</b>(<i></i>) |
406 |
|
407 <p> |
404 <p> |
408 Private slot handling a press of the return button of the |
405 Private slot handling a press of the return button of the |
409 exclude pattern edit. |
406 exclude pattern edit. |
410 </p> |
407 </p> |
|
408 |
411 <a NAME="SetupWizardDialog.on_excludePatternEdit_textChanged" ID="SetupWizardDialog.on_excludePatternEdit_textChanged"></a> |
409 <a NAME="SetupWizardDialog.on_excludePatternEdit_textChanged" ID="SetupWizardDialog.on_excludePatternEdit_textChanged"></a> |
412 <h4>SetupWizardDialog.on_excludePatternEdit_textChanged</h4> |
410 <h4>SetupWizardDialog.on_excludePatternEdit_textChanged</h4> |
413 <b>on_excludePatternEdit_textChanged</b>(<i>txt</i>) |
411 <b>on_excludePatternEdit_textChanged</b>(<i>txt</i>) |
414 |
|
415 <p> |
412 <p> |
416 Private slot to handle a change of the exclude pattern text. |
413 Private slot to handle a change of the exclude pattern text. |
417 </p> |
414 </p> |
|
415 |
418 <dl> |
416 <dl> |
419 |
417 |
420 <dt><i>txt</i> (str)</dt> |
418 <dt><i>txt</i> (str)</dt> |
421 <dd> |
419 <dd> |
422 text of the line edit |
420 text of the line edit |
423 </dd> |
421 </dd> |
424 </dl> |
422 </dl> |
425 <a NAME="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ID="SetupWizardDialog.on_excludePatternList_itemSelectionChanged"></a> |
423 <a NAME="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ID="SetupWizardDialog.on_excludePatternList_itemSelectionChanged"></a> |
426 <h4>SetupWizardDialog.on_excludePatternList_itemSelectionChanged</h4> |
424 <h4>SetupWizardDialog.on_excludePatternList_itemSelectionChanged</h4> |
427 <b>on_excludePatternList_itemSelectionChanged</b>(<i></i>) |
425 <b>on_excludePatternList_itemSelectionChanged</b>(<i></i>) |
428 |
|
429 <p> |
426 <p> |
430 Private slot to handle a change of selected items of the |
427 Private slot to handle a change of selected items of the |
431 exclude pattern list. |
428 exclude pattern list. |
432 </p> |
429 </p> |
|
430 |
433 <a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a> |
431 <a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a> |
434 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4> |
432 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4> |
435 <b>on_modulesList_itemSelectionChanged</b>(<i></i>) |
433 <b>on_modulesList_itemSelectionChanged</b>(<i></i>) |
436 |
|
437 <p> |
434 <p> |
438 Private slot to handle a change of selected items of the |
435 Private slot to handle a change of selected items of the |
439 modules list. |
436 modules list. |
440 </p> |
437 </p> |
|
438 |
441 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a> |
439 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a> |
442 <h4>SetupWizardDialog.on_projectButton_clicked</h4> |
440 <h4>SetupWizardDialog.on_projectButton_clicked</h4> |
443 <b>on_projectButton_clicked</b>(<i></i>) |
441 <b>on_projectButton_clicked</b>(<i></i>) |
444 |
|
445 <p> |
442 <p> |
446 Private slot to populate some fields with data retrieved from the |
443 Private slot to populate some fields with data retrieved from the |
447 current project. |
444 current project. |
448 </p> |
445 </p> |
|
446 |
449 <a NAME="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged" ID="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged"></a> |
447 <a NAME="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged" ID="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged"></a> |
450 <h4>SetupWizardDialog.on_projectUrlsList_itemSelectionChanged</h4> |
448 <h4>SetupWizardDialog.on_projectUrlsList_itemSelectionChanged</h4> |
451 <b>on_projectUrlsList_itemSelectionChanged</b>(<i></i>) |
449 <b>on_projectUrlsList_itemSelectionChanged</b>(<i></i>) |
452 |
|
453 <p> |
450 <p> |
454 Private slot to handle a change of selected items of the |
451 Private slot to handle a change of selected items of the |
455 project URLs list. |
452 project URLs list. |
456 </p> |
453 </p> |
|
454 |
457 <a NAME="SetupWizardDialog.on_urlAddButton_clicked" ID="SetupWizardDialog.on_urlAddButton_clicked"></a> |
455 <a NAME="SetupWizardDialog.on_urlAddButton_clicked" ID="SetupWizardDialog.on_urlAddButton_clicked"></a> |
458 <h4>SetupWizardDialog.on_urlAddButton_clicked</h4> |
456 <h4>SetupWizardDialog.on_urlAddButton_clicked</h4> |
459 <b>on_urlAddButton_clicked</b>(<i></i>) |
457 <b>on_urlAddButton_clicked</b>(<i></i>) |
460 |
|
461 <p> |
458 <p> |
462 Private slot to add a project URL to the list. |
459 Private slot to add a project URL to the list. |
463 </p> |
460 </p> |
|
461 |
464 <a NAME="SetupWizardDialog.on_urlDeleteButton_clicked" ID="SetupWizardDialog.on_urlDeleteButton_clicked"></a> |
462 <a NAME="SetupWizardDialog.on_urlDeleteButton_clicked" ID="SetupWizardDialog.on_urlDeleteButton_clicked"></a> |
465 <h4>SetupWizardDialog.on_urlDeleteButton_clicked</h4> |
463 <h4>SetupWizardDialog.on_urlDeleteButton_clicked</h4> |
466 <b>on_urlDeleteButton_clicked</b>(<i></i>) |
464 <b>on_urlDeleteButton_clicked</b>(<i></i>) |
467 |
|
468 <p> |
465 <p> |
469 Private slot to delete the selected URL items. |
466 Private slot to delete the selected URL items. |
470 </p> |
467 </p> |
|
468 |
471 <a NAME="SetupWizardDialog.on_urlEditButton_clicked" ID="SetupWizardDialog.on_urlEditButton_clicked"></a> |
469 <a NAME="SetupWizardDialog.on_urlEditButton_clicked" ID="SetupWizardDialog.on_urlEditButton_clicked"></a> |
472 <h4>SetupWizardDialog.on_urlEditButton_clicked</h4> |
470 <h4>SetupWizardDialog.on_urlEditButton_clicked</h4> |
473 <b>on_urlEditButton_clicked</b>(<i></i>) |
471 <b>on_urlEditButton_clicked</b>(<i></i>) |
474 |
|
475 <p> |
472 <p> |
476 Private slot to edit the selected project URL. |
473 Private slot to edit the selected project URL. |
477 </p> |
474 </p> |
|
475 |
478 <div align="right"><a href="#top">Up</a></div> |
476 <div align="right"><a href="#top">Up</a></div> |
479 <hr /> |
477 <hr /> |
480 </body></html> |
478 </body></html> |