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.InputDialogWizard.InputDialogWizardDialog</h1> |
9 <h1>eric7.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the input dialog wizard dialog. |
11 Module implementing the input dialog 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 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#InputDialogWizardDialog">InputDialogWizardDialog</a></td> |
22 <td><a href="#InputDialogWizardDialog">InputDialogWizardDialog</a></td> |
25 <td>Class implementing the input dialog wizard dialog.</td> |
23 <td>Class implementing the input dialog 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="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a> |
34 <a NAME="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a> |
36 <h2>InputDialogWizardDialog</h2> |
35 <h2>InputDialogWizardDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the input dialog wizard dialog. |
37 Class implementing the input dialog wizard dialog. |
40 </p> |
38 </p> |
41 <p> |
39 <p> |
42 It displays a dialog for entering the parameters |
40 It displays a dialog for entering the parameters |
43 for the QInputDialog code generator. |
41 for the QInputDialog code generator. |
44 </p> |
42 </p> |
|
43 |
45 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
46 QDialog, Ui_InputDialogWizardDialog |
45 QDialog, Ui_InputDialogWizardDialog |
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 |
|
59 <table> |
57 <table> |
60 |
|
61 <tr> |
58 <tr> |
62 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td> |
59 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td> |
63 <td>Constructor</td> |
60 <td>Constructor</td> |
64 </tr> |
61 </tr> |
65 <tr> |
62 <tr> |
77 <tr> |
74 <tr> |
78 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
75 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
79 <td>Private slot called by a button of the button box clicked.</td> |
76 <td>Private slot called by a button of the button box clicked.</td> |
80 </tr> |
77 </tr> |
81 </table> |
78 </table> |
|
79 |
82 <h3>Static Methods</h3> |
80 <h3>Static Methods</h3> |
83 |
|
84 <table> |
81 <table> |
85 <tr><td>None</td></tr> |
82 <tr><td>None</td></tr> |
86 </table> |
83 </table> |
87 |
84 |
|
85 |
88 <a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a> |
86 <a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a> |
89 <h4>InputDialogWizardDialog (Constructor)</h4> |
87 <h4>InputDialogWizardDialog (Constructor)</h4> |
90 <b>InputDialogWizardDialog</b>(<i>parent=None</i>) |
88 <b>InputDialogWizardDialog</b>(<i>parent=None</i>) |
91 |
|
92 <p> |
89 <p> |
93 Constructor |
90 Constructor |
94 </p> |
91 </p> |
|
92 |
95 <dl> |
93 <dl> |
96 |
94 |
97 <dt><i>parent</i> (QWidget)</dt> |
95 <dt><i>parent</i> (QWidget)</dt> |
98 <dd> |
96 <dd> |
99 parent widget |
97 parent widget |
100 </dd> |
98 </dd> |
101 </dl> |
99 </dl> |
102 <a NAME="InputDialogWizardDialog.__typeSelectButtonToggled" ID="InputDialogWizardDialog.__typeSelectButtonToggled"></a> |
100 <a NAME="InputDialogWizardDialog.__typeSelectButtonToggled" ID="InputDialogWizardDialog.__typeSelectButtonToggled"></a> |
103 <h4>InputDialogWizardDialog.__typeSelectButtonToggled</h4> |
101 <h4>InputDialogWizardDialog.__typeSelectButtonToggled</h4> |
104 <b>__typeSelectButtonToggled</b>(<i>checked</i>) |
102 <b>__typeSelectButtonToggled</b>(<i>checked</i>) |
105 |
|
106 <p> |
103 <p> |
107 Private slot to modify the dialog according to the selected type. |
104 Private slot to modify the dialog according to the selected type. |
108 </p> |
105 </p> |
109 <p> |
106 <p> |
110 Note: This is a multiplexed slot. Therefore it just reacts upon a |
107 Note: This is a multiplexed slot. Therefore it just reacts upon a |
111 positive check state (i.e. checked == True). |
108 positive check state (i.e. checked == True). |
112 </p> |
109 </p> |
|
110 |
113 <dl> |
111 <dl> |
114 |
112 |
115 <dt><i>checked</i> (bool)</dt> |
113 <dt><i>checked</i> (bool)</dt> |
116 <dd> |
114 <dd> |
117 flag indicating the checked state |
115 flag indicating the checked state |
118 </dd> |
116 </dd> |
119 </dl> |
117 </dl> |
120 <a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> |
118 <a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> |
121 <h4>InputDialogWizardDialog.getCode</h4> |
119 <h4>InputDialogWizardDialog.getCode</h4> |
122 <b>getCode</b>(<i>indLevel, indString</i>) |
120 <b>getCode</b>(<i>indLevel, indString</i>) |
123 |
|
124 <p> |
121 <p> |
125 Public method to get the source code for Qt6. |
122 Public method to get the source code for Qt6. |
126 </p> |
123 </p> |
|
124 |
127 <dl> |
125 <dl> |
128 |
126 |
129 <dt><i>indLevel</i> (int)</dt> |
127 <dt><i>indLevel</i> (int)</dt> |
130 <dd> |
128 <dd> |
131 indentation level |
129 indentation level |
148 </dd> |
146 </dd> |
149 </dl> |
147 </dl> |
150 <a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a> |
148 <a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a> |
151 <h4>InputDialogWizardDialog.on_bTest_clicked</h4> |
149 <h4>InputDialogWizardDialog.on_bTest_clicked</h4> |
152 <b>on_bTest_clicked</b>(<i></i>) |
150 <b>on_bTest_clicked</b>(<i></i>) |
153 |
|
154 <p> |
151 <p> |
155 Private method to test the selected options. |
152 Private method to test the selected options. |
156 </p> |
153 </p> |
|
154 |
157 <a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a> |
155 <a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a> |
158 <h4>InputDialogWizardDialog.on_buttonBox_clicked</h4> |
156 <h4>InputDialogWizardDialog.on_buttonBox_clicked</h4> |
159 <b>on_buttonBox_clicked</b>(<i>button</i>) |
157 <b>on_buttonBox_clicked</b>(<i>button</i>) |
160 |
|
161 <p> |
158 <p> |
162 Private slot called by a button of the button box clicked. |
159 Private slot called by a button of the button box clicked. |
163 </p> |
160 </p> |
|
161 |
164 <dl> |
162 <dl> |
165 |
163 |
166 <dt><i>button</i> (QAbstractButton)</dt> |
164 <dt><i>button</i> (QAbstractButton)</dt> |
167 <dd> |
165 <dd> |
168 button that was clicked |
166 button that was clicked |