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