16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</h1> |
23 <h1>eric6.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the input dialog wizard dialog. |
26 Module implementing the input dialog wizard dialog. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#InputDialogWizardDialog">InputDialogWizardDialog</a></td> |
38 <td><a href="#InputDialogWizardDialog">InputDialogWizardDialog</a></td> |
34 <td>Class implementing the input dialog wizard dialog.</td> |
39 <td>Class implementing the input dialog wizard dialog.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a> |
49 <a NAME="InputDialogWizardDialog" ID="InputDialogWizardDialog"></a> |
43 <h2>InputDialogWizardDialog</h2> |
50 <h2>InputDialogWizardDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing the input dialog wizard dialog. |
53 Class implementing the input dialog wizard dialog. |
46 </p><p> |
54 </p> |
|
55 <p> |
47 It displays a dialog for entering the parameters |
56 It displays a dialog for entering the parameters |
48 for the QInputDialog code generator. |
57 for the QInputDialog code generator. |
49 </p> |
58 </p> |
50 <h3>Derived from</h3> |
59 <h3>Derived from</h3> |
51 QDialog, Ui_InputDialogWizardDialog |
60 QDialog, Ui_InputDialogWizardDialog |
52 <h3>Class Attributes</h3> |
61 <h3>Class Attributes</h3> |
|
62 |
53 <table> |
63 <table> |
54 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
55 </table> |
65 </table> |
56 <h3>Class Methods</h3> |
66 <h3>Class Methods</h3> |
|
67 |
57 <table> |
68 <table> |
58 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
59 </table> |
70 </table> |
60 <h3>Methods</h3> |
71 <h3>Methods</h3> |
|
72 |
61 <table> |
73 <table> |
|
74 |
62 <tr> |
75 <tr> |
63 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td> |
76 <td><a href="#InputDialogWizardDialog.__init__">InputDialogWizardDialog</a></td> |
64 <td>Constructor</td> |
77 <td>Constructor</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td> |
80 <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td> |
67 <td>Public method to get the source code for Qt5.</td> |
81 <td>Public method to get the source code for Qt5.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#InputDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
84 <td><a href="#InputDialogWizardDialog.on_bTest_clicked">on_bTest_clicked</a></td> |
70 <td>Private method to test the selected options.</td> |
85 <td>Private method to test the selected options.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
88 <td><a href="#InputDialogWizardDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
73 <td>Private slot called by a button of the button box clicked.</td> |
89 <td>Private slot called by a button of the button box clicked.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td> |
92 <td><a href="#InputDialogWizardDialog.on_rItem_toggled">on_rItem_toggled</a></td> |
76 <td>Private slot to perform actions dependant on the item type selection.</td> |
93 <td>Private slot to perform actions dependant on the item type selection.</td> |
77 </tr> |
94 </tr> |
78 </table> |
95 </table> |
79 <h3>Static Methods</h3> |
96 <h3>Static Methods</h3> |
|
97 |
80 <table> |
98 <table> |
81 <tr><td>None</td></tr> |
99 <tr><td>None</td></tr> |
82 </table> |
100 </table> |
|
101 |
83 <a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a> |
102 <a NAME="InputDialogWizardDialog.__init__" ID="InputDialogWizardDialog.__init__"></a> |
84 <h4>InputDialogWizardDialog (Constructor)</h4> |
103 <h4>InputDialogWizardDialog (Constructor)</h4> |
85 <b>InputDialogWizardDialog</b>(<i>parent=None</i>) |
104 <b>InputDialogWizardDialog</b>(<i>parent=None</i>) |
|
105 |
86 <p> |
106 <p> |
87 Constructor |
107 Constructor |
88 </p><dl> |
108 </p> |
|
109 <dl> |
|
110 |
89 <dt><i>parent</i></dt> |
111 <dt><i>parent</i></dt> |
90 <dd> |
112 <dd> |
91 parent widget (QWidget) |
113 parent widget (QWidget) |
92 </dd> |
114 </dd> |
93 </dl><a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> |
115 </dl> |
|
116 <a NAME="InputDialogWizardDialog.getCode" ID="InputDialogWizardDialog.getCode"></a> |
94 <h4>InputDialogWizardDialog.getCode</h4> |
117 <h4>InputDialogWizardDialog.getCode</h4> |
95 <b>getCode</b>(<i>indLevel, indString</i>) |
118 <b>getCode</b>(<i>indLevel, indString</i>) |
|
119 |
96 <p> |
120 <p> |
97 Public method to get the source code for Qt5. |
121 Public method to get the source code for Qt5. |
98 </p><dl> |
122 </p> |
|
123 <dl> |
|
124 |
99 <dt><i>indLevel</i></dt> |
125 <dt><i>indLevel</i></dt> |
100 <dd> |
126 <dd> |
101 indentation level (int) |
127 indentation level (int) |
102 </dd><dt><i>indString</i></dt> |
128 </dd> |
|
129 <dt><i>indString</i></dt> |
103 <dd> |
130 <dd> |
104 string used for indentation (space or tab) (string) |
131 string used for indentation (space or tab) (string) |
105 </dd> |
132 </dd> |
106 </dl><dl> |
133 </dl> |
|
134 <dl> |
107 <dt>Returns:</dt> |
135 <dt>Returns:</dt> |
108 <dd> |
136 <dd> |
109 generated code (string) |
137 generated code (string) |
110 </dd> |
138 </dd> |
111 </dl><a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a> |
139 </dl> |
|
140 <a NAME="InputDialogWizardDialog.on_bTest_clicked" ID="InputDialogWizardDialog.on_bTest_clicked"></a> |
112 <h4>InputDialogWizardDialog.on_bTest_clicked</h4> |
141 <h4>InputDialogWizardDialog.on_bTest_clicked</h4> |
113 <b>on_bTest_clicked</b>(<i></i>) |
142 <b>on_bTest_clicked</b>(<i></i>) |
|
143 |
114 <p> |
144 <p> |
115 Private method to test the selected options. |
145 Private method to test the selected options. |
116 </p><a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a> |
146 </p> |
|
147 <a NAME="InputDialogWizardDialog.on_buttonBox_clicked" ID="InputDialogWizardDialog.on_buttonBox_clicked"></a> |
117 <h4>InputDialogWizardDialog.on_buttonBox_clicked</h4> |
148 <h4>InputDialogWizardDialog.on_buttonBox_clicked</h4> |
118 <b>on_buttonBox_clicked</b>(<i>button</i>) |
149 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
150 |
119 <p> |
151 <p> |
120 Private slot called by a button of the button box clicked. |
152 Private slot called by a button of the button box clicked. |
121 </p><dl> |
153 </p> |
|
154 <dl> |
|
155 |
122 <dt><i>button</i></dt> |
156 <dt><i>button</i></dt> |
123 <dd> |
157 <dd> |
124 button that was clicked (QAbstractButton) |
158 button that was clicked (QAbstractButton) |
125 </dd> |
159 </dd> |
126 </dl><a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a> |
160 </dl> |
|
161 <a NAME="InputDialogWizardDialog.on_rItem_toggled" ID="InputDialogWizardDialog.on_rItem_toggled"></a> |
127 <h4>InputDialogWizardDialog.on_rItem_toggled</h4> |
162 <h4>InputDialogWizardDialog.on_rItem_toggled</h4> |
128 <b>on_rItem_toggled</b>(<i>checked</i>) |
163 <b>on_rItem_toggled</b>(<i>checked</i>) |
|
164 |
129 <p> |
165 <p> |
130 Private slot to perform actions dependant on the item type selection. |
166 Private slot to perform actions dependant on the item type selection. |
131 </p><dl> |
167 </p> |
|
168 <dl> |
|
169 |
132 <dt><i>checked</i></dt> |
170 <dt><i>checked</i></dt> |
133 <dd> |
171 <dd> |
134 flag indicating the checked state (boolean) |
172 flag indicating the checked state (boolean) |
135 </dd> |
173 </dd> |
136 </dl> |
174 </dl> |