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.EricMessageBoxWizard.EricMessageBoxWizardDialog</h1> |
9 <h1>eric7.Plugins.WizardPlugins.EricMessageBoxWizard.EricMessageBoxWizardDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the eric message box wizard dialog. |
11 Module implementing the eric message box 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="#EricMessageBoxWizardDialog">EricMessageBoxWizardDialog</a></td> |
22 <td><a href="#EricMessageBoxWizardDialog">EricMessageBoxWizardDialog</a></td> |
25 <td>Class implementing the eric message box wizard dialog.</td> |
23 <td>Class implementing the eric message box 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="EricMessageBoxWizardDialog" ID="EricMessageBoxWizardDialog"></a> |
34 <a NAME="EricMessageBoxWizardDialog" ID="EricMessageBoxWizardDialog"></a> |
36 <h2>EricMessageBoxWizardDialog</h2> |
35 <h2>EricMessageBoxWizardDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing the eric message box wizard dialog. |
37 Class implementing the eric message box 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 EricMessageBox code generator. |
41 for the EricMessageBox code generator. |
44 </p> |
42 </p> |
|
43 |
45 <h3>Derived from</h3> |
44 <h3>Derived from</h3> |
46 QDialog, Ui_EricMessageBoxWizardDialog |
45 QDialog, Ui_EricMessageBoxWizardDialog |
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="#EricMessageBoxWizardDialog.__init__">EricMessageBoxWizardDialog</a></td> |
59 <td><a href="#EricMessageBoxWizardDialog.__init__">EricMessageBoxWizardDialog</a></td> |
63 <td>Constructor</td> |
60 <td>Constructor</td> |
64 </tr> |
61 </tr> |
65 <tr> |
62 <tr> |
125 <tr> |
122 <tr> |
126 <td><a href="#EricMessageBoxWizardDialog.on_rYesNo_toggled">on_rYesNo_toggled</a></td> |
123 <td><a href="#EricMessageBoxWizardDialog.on_rYesNo_toggled">on_rYesNo_toggled</a></td> |
127 <td>Private slot to handle the toggled signal of the rYesNo radio button.</td> |
124 <td>Private slot to handle the toggled signal of the rYesNo radio button.</td> |
128 </tr> |
125 </tr> |
129 </table> |
126 </table> |
|
127 |
130 <h3>Static Methods</h3> |
128 <h3>Static Methods</h3> |
131 |
|
132 <table> |
129 <table> |
133 <tr><td>None</td></tr> |
130 <tr><td>None</td></tr> |
134 </table> |
131 </table> |
|
132 |
135 |
133 |
136 <a NAME="EricMessageBoxWizardDialog.__init__" ID="EricMessageBoxWizardDialog.__init__"></a> |
134 <a NAME="EricMessageBoxWizardDialog.__init__" ID="EricMessageBoxWizardDialog.__init__"></a> |
137 <h4>EricMessageBoxWizardDialog (Constructor)</h4> |
135 <h4>EricMessageBoxWizardDialog (Constructor)</h4> |
138 <b>EricMessageBoxWizardDialog</b>(<i>parent=None</i>) |
136 <b>EricMessageBoxWizardDialog</b>(<i>parent=None</i>) |
139 |
|
140 <p> |
137 <p> |
141 Constructor |
138 Constructor |
142 </p> |
139 </p> |
|
140 |
143 <dl> |
141 <dl> |
144 |
142 |
145 <dt><i>parent</i> (QWidget)</dt> |
143 <dt><i>parent</i> (QWidget)</dt> |
146 <dd> |
144 <dd> |
147 reference to the parent widget |
145 reference to the parent widget |
148 </dd> |
146 </dd> |
149 </dl> |
147 </dl> |
150 <a NAME="EricMessageBoxWizardDialog.__enabledGroups" ID="EricMessageBoxWizardDialog.__enabledGroups"></a> |
148 <a NAME="EricMessageBoxWizardDialog.__enabledGroups" ID="EricMessageBoxWizardDialog.__enabledGroups"></a> |
151 <h4>EricMessageBoxWizardDialog.__enabledGroups</h4> |
149 <h4>EricMessageBoxWizardDialog.__enabledGroups</h4> |
152 <b>__enabledGroups</b>(<i></i>) |
150 <b>__enabledGroups</b>(<i></i>) |
153 |
|
154 <p> |
151 <p> |
155 Private method to enable/disable some group boxes. |
152 Private method to enable/disable some group boxes. |
156 </p> |
153 </p> |
|
154 |
157 <a NAME="EricMessageBoxWizardDialog.__getDefaultButtonCode" ID="EricMessageBoxWizardDialog.__getDefaultButtonCode"></a> |
155 <a NAME="EricMessageBoxWizardDialog.__getDefaultButtonCode" ID="EricMessageBoxWizardDialog.__getDefaultButtonCode"></a> |
158 <h4>EricMessageBoxWizardDialog.__getDefaultButtonCode</h4> |
156 <h4>EricMessageBoxWizardDialog.__getDefaultButtonCode</h4> |
159 <b>__getDefaultButtonCode</b>(<i>istring</i>) |
157 <b>__getDefaultButtonCode</b>(<i>istring</i>) |
160 |
|
161 <p> |
158 <p> |
162 Private method to generate the button code for the default button. |
159 Private method to generate the button code for the default button. |
163 </p> |
160 </p> |
|
161 |
164 <dl> |
162 <dl> |
165 |
163 |
166 <dt><i>istring</i> (str)</dt> |
164 <dt><i>istring</i> (str)</dt> |
167 <dd> |
165 <dd> |
168 indentation string |
166 indentation string |
242 </dd> |
240 </dd> |
243 </dl> |
241 </dl> |
244 <a NAME="EricMessageBoxWizardDialog.on_bTest_clicked" ID="EricMessageBoxWizardDialog.on_bTest_clicked"></a> |
242 <a NAME="EricMessageBoxWizardDialog.on_bTest_clicked" ID="EricMessageBoxWizardDialog.on_bTest_clicked"></a> |
245 <h4>EricMessageBoxWizardDialog.on_bTest_clicked</h4> |
243 <h4>EricMessageBoxWizardDialog.on_bTest_clicked</h4> |
246 <b>on_bTest_clicked</b>(<i></i>) |
244 <b>on_bTest_clicked</b>(<i></i>) |
247 |
|
248 <p> |
245 <p> |
249 Private method to test the selected options. |
246 Private method to test the selected options. |
250 </p> |
247 </p> |
|
248 |
251 <a NAME="EricMessageBoxWizardDialog.on_buttonBox_clicked" ID="EricMessageBoxWizardDialog.on_buttonBox_clicked"></a> |
249 <a NAME="EricMessageBoxWizardDialog.on_buttonBox_clicked" ID="EricMessageBoxWizardDialog.on_buttonBox_clicked"></a> |
252 <h4>EricMessageBoxWizardDialog.on_buttonBox_clicked</h4> |
250 <h4>EricMessageBoxWizardDialog.on_buttonBox_clicked</h4> |
253 <b>on_buttonBox_clicked</b>(<i>button</i>) |
251 <b>on_buttonBox_clicked</b>(<i>button</i>) |
254 |
|
255 <p> |
252 <p> |
256 Private slot called by a button of the button box clicked. |
253 Private slot called by a button of the button box clicked. |
257 </p> |
254 </p> |
|
255 |
258 <dl> |
256 <dl> |
259 |
257 |
260 <dt><i>button</i> (QAbstractButton)</dt> |
258 <dt><i>button</i> (QAbstractButton)</dt> |
261 <dd> |
259 <dd> |
262 button that was clicked |
260 button that was clicked |
263 </dd> |
261 </dd> |
264 </dl> |
262 </dl> |
265 <a NAME="EricMessageBoxWizardDialog.on_rAboutQt_toggled" ID="EricMessageBoxWizardDialog.on_rAboutQt_toggled"></a> |
263 <a NAME="EricMessageBoxWizardDialog.on_rAboutQt_toggled" ID="EricMessageBoxWizardDialog.on_rAboutQt_toggled"></a> |
266 <h4>EricMessageBoxWizardDialog.on_rAboutQt_toggled</h4> |
264 <h4>EricMessageBoxWizardDialog.on_rAboutQt_toggled</h4> |
267 <b>on_rAboutQt_toggled</b>(<i>on</i>) |
265 <b>on_rAboutQt_toggled</b>(<i>on</i>) |
268 |
|
269 <p> |
266 <p> |
270 Private slot to handle the toggled signal of the rAboutQt |
267 Private slot to handle the toggled signal of the rAboutQt |
271 radio button. |
268 radio button. |
272 </p> |
269 </p> |
|
270 |
273 <dl> |
271 <dl> |
274 |
272 |
275 <dt><i>on</i> (bool)</dt> |
273 <dt><i>on</i> (bool)</dt> |
276 <dd> |
274 <dd> |
277 toggle state (ignored) |
275 toggle state (ignored) |
278 </dd> |
276 </dd> |
279 </dl> |
277 </dl> |
280 <a NAME="EricMessageBoxWizardDialog.on_rAbout_toggled" ID="EricMessageBoxWizardDialog.on_rAbout_toggled"></a> |
278 <a NAME="EricMessageBoxWizardDialog.on_rAbout_toggled" ID="EricMessageBoxWizardDialog.on_rAbout_toggled"></a> |
281 <h4>EricMessageBoxWizardDialog.on_rAbout_toggled</h4> |
279 <h4>EricMessageBoxWizardDialog.on_rAbout_toggled</h4> |
282 <b>on_rAbout_toggled</b>(<i>on</i>) |
280 <b>on_rAbout_toggled</b>(<i>on</i>) |
283 |
|
284 <p> |
281 <p> |
285 Private slot to handle the toggled signal of the rAbout |
282 Private slot to handle the toggled signal of the rAbout |
286 radio button. |
283 radio button. |
287 </p> |
284 </p> |
|
285 |
288 <dl> |
286 <dl> |
289 |
287 |
290 <dt><i>on</i> (bool)</dt> |
288 <dt><i>on</i> (bool)</dt> |
291 <dd> |
289 <dd> |
292 toggle state (ignored) |
290 toggle state (ignored) |
293 </dd> |
291 </dd> |
294 </dl> |
292 </dl> |
295 <a NAME="EricMessageBoxWizardDialog.on_rCritical_toggled" ID="EricMessageBoxWizardDialog.on_rCritical_toggled"></a> |
293 <a NAME="EricMessageBoxWizardDialog.on_rCritical_toggled" ID="EricMessageBoxWizardDialog.on_rCritical_toggled"></a> |
296 <h4>EricMessageBoxWizardDialog.on_rCritical_toggled</h4> |
294 <h4>EricMessageBoxWizardDialog.on_rCritical_toggled</h4> |
297 <b>on_rCritical_toggled</b>(<i>on</i>) |
295 <b>on_rCritical_toggled</b>(<i>on</i>) |
298 |
|
299 <p> |
296 <p> |
300 Private slot to handle the toggled signal of the rCritical |
297 Private slot to handle the toggled signal of the rCritical |
301 radio button. |
298 radio button. |
302 </p> |
299 </p> |
|
300 |
303 <dl> |
301 <dl> |
304 |
302 |
305 <dt><i>on</i> (bool)</dt> |
303 <dt><i>on</i> (bool)</dt> |
306 <dd> |
304 <dd> |
307 toggle state (ignored) |
305 toggle state (ignored) |
308 </dd> |
306 </dd> |
309 </dl> |
307 </dl> |
310 <a NAME="EricMessageBoxWizardDialog.on_rInformation_toggled" ID="EricMessageBoxWizardDialog.on_rInformation_toggled"></a> |
308 <a NAME="EricMessageBoxWizardDialog.on_rInformation_toggled" ID="EricMessageBoxWizardDialog.on_rInformation_toggled"></a> |
311 <h4>EricMessageBoxWizardDialog.on_rInformation_toggled</h4> |
309 <h4>EricMessageBoxWizardDialog.on_rInformation_toggled</h4> |
312 <b>on_rInformation_toggled</b>(<i>on</i>) |
310 <b>on_rInformation_toggled</b>(<i>on</i>) |
313 |
|
314 <p> |
311 <p> |
315 Private slot to handle the toggled signal of the rInformation |
312 Private slot to handle the toggled signal of the rInformation |
316 radio button. |
313 radio button. |
317 </p> |
314 </p> |
|
315 |
318 <dl> |
316 <dl> |
319 |
317 |
320 <dt><i>on</i> (bool)</dt> |
318 <dt><i>on</i> (bool)</dt> |
321 <dd> |
319 <dd> |
322 toggle state (ignored) |
320 toggle state (ignored) |
323 </dd> |
321 </dd> |
324 </dl> |
322 </dl> |
325 <a NAME="EricMessageBoxWizardDialog.on_rOkToClearData_toggled" ID="EricMessageBoxWizardDialog.on_rOkToClearData_toggled"></a> |
323 <a NAME="EricMessageBoxWizardDialog.on_rOkToClearData_toggled" ID="EricMessageBoxWizardDialog.on_rOkToClearData_toggled"></a> |
326 <h4>EricMessageBoxWizardDialog.on_rOkToClearData_toggled</h4> |
324 <h4>EricMessageBoxWizardDialog.on_rOkToClearData_toggled</h4> |
327 <b>on_rOkToClearData_toggled</b>(<i>on</i>) |
325 <b>on_rOkToClearData_toggled</b>(<i>on</i>) |
328 |
|
329 <p> |
326 <p> |
330 Private slot to handle the toggled signal of the rOkToClearData |
327 Private slot to handle the toggled signal of the rOkToClearData |
331 radio button. |
328 radio button. |
332 </p> |
329 </p> |
|
330 |
333 <dl> |
331 <dl> |
334 |
332 |
335 <dt><i>on</i> (bool)</dt> |
333 <dt><i>on</i> (bool)</dt> |
336 <dd> |
334 <dd> |
337 toggle state (ignored) |
335 toggle state (ignored) |
338 </dd> |
336 </dd> |
339 </dl> |
337 </dl> |
340 <a NAME="EricMessageBoxWizardDialog.on_rQuestion_toggled" ID="EricMessageBoxWizardDialog.on_rQuestion_toggled"></a> |
338 <a NAME="EricMessageBoxWizardDialog.on_rQuestion_toggled" ID="EricMessageBoxWizardDialog.on_rQuestion_toggled"></a> |
341 <h4>EricMessageBoxWizardDialog.on_rQuestion_toggled</h4> |
339 <h4>EricMessageBoxWizardDialog.on_rQuestion_toggled</h4> |
342 <b>on_rQuestion_toggled</b>(<i>on</i>) |
340 <b>on_rQuestion_toggled</b>(<i>on</i>) |
343 |
|
344 <p> |
341 <p> |
345 Private slot to handle the toggled signal of the rQuestion |
342 Private slot to handle the toggled signal of the rQuestion |
346 radio button. |
343 radio button. |
347 </p> |
344 </p> |
|
345 |
348 <dl> |
346 <dl> |
349 |
347 |
350 <dt><i>on</i> (bool)</dt> |
348 <dt><i>on</i> (bool)</dt> |
351 <dd> |
349 <dd> |
352 toggle state (ignored) |
350 toggle state (ignored) |
353 </dd> |
351 </dd> |
354 </dl> |
352 </dl> |
355 <a NAME="EricMessageBoxWizardDialog.on_rRetryAbort_toggled" ID="EricMessageBoxWizardDialog.on_rRetryAbort_toggled"></a> |
353 <a NAME="EricMessageBoxWizardDialog.on_rRetryAbort_toggled" ID="EricMessageBoxWizardDialog.on_rRetryAbort_toggled"></a> |
356 <h4>EricMessageBoxWizardDialog.on_rRetryAbort_toggled</h4> |
354 <h4>EricMessageBoxWizardDialog.on_rRetryAbort_toggled</h4> |
357 <b>on_rRetryAbort_toggled</b>(<i>on</i>) |
355 <b>on_rRetryAbort_toggled</b>(<i>on</i>) |
358 |
|
359 <p> |
356 <p> |
360 Private slot to handle the toggled signal of the rRetryAbort |
357 Private slot to handle the toggled signal of the rRetryAbort |
361 radio button. |
358 radio button. |
362 </p> |
359 </p> |
|
360 |
363 <dl> |
361 <dl> |
364 |
362 |
365 <dt><i>on</i> (bool)</dt> |
363 <dt><i>on</i> (bool)</dt> |
366 <dd> |
364 <dd> |
367 toggle state (ignored) |
365 toggle state (ignored) |
368 </dd> |
366 </dd> |
369 </dl> |
367 </dl> |
370 <a NAME="EricMessageBoxWizardDialog.on_rStandard_toggled" ID="EricMessageBoxWizardDialog.on_rStandard_toggled"></a> |
368 <a NAME="EricMessageBoxWizardDialog.on_rStandard_toggled" ID="EricMessageBoxWizardDialog.on_rStandard_toggled"></a> |
371 <h4>EricMessageBoxWizardDialog.on_rStandard_toggled</h4> |
369 <h4>EricMessageBoxWizardDialog.on_rStandard_toggled</h4> |
372 <b>on_rStandard_toggled</b>(<i>on</i>) |
370 <b>on_rStandard_toggled</b>(<i>on</i>) |
373 |
|
374 <p> |
371 <p> |
375 Private slot to handle the toggled signal of the rStandard |
372 Private slot to handle the toggled signal of the rStandard |
376 radio button. |
373 radio button. |
377 </p> |
374 </p> |
|
375 |
378 <dl> |
376 <dl> |
379 |
377 |
380 <dt><i>on</i> (bool)</dt> |
378 <dt><i>on</i> (bool)</dt> |
381 <dd> |
379 <dd> |
382 toggle state (ignored) |
380 toggle state (ignored) |
383 </dd> |
381 </dd> |
384 </dl> |
382 </dl> |
385 <a NAME="EricMessageBoxWizardDialog.on_rWarning_toggled" ID="EricMessageBoxWizardDialog.on_rWarning_toggled"></a> |
383 <a NAME="EricMessageBoxWizardDialog.on_rWarning_toggled" ID="EricMessageBoxWizardDialog.on_rWarning_toggled"></a> |
386 <h4>EricMessageBoxWizardDialog.on_rWarning_toggled</h4> |
384 <h4>EricMessageBoxWizardDialog.on_rWarning_toggled</h4> |
387 <b>on_rWarning_toggled</b>(<i>on</i>) |
385 <b>on_rWarning_toggled</b>(<i>on</i>) |
388 |
|
389 <p> |
386 <p> |
390 Private slot to handle the toggled signal of the rWarning |
387 Private slot to handle the toggled signal of the rWarning |
391 radio button. |
388 radio button. |
392 </p> |
389 </p> |
|
390 |
393 <dl> |
391 <dl> |
394 |
392 |
395 <dt><i>on</i> (bool)</dt> |
393 <dt><i>on</i> (bool)</dt> |
396 <dd> |
394 <dd> |
397 toggle state (ignored) |
395 toggle state (ignored) |
398 </dd> |
396 </dd> |
399 </dl> |
397 </dl> |
400 <a NAME="EricMessageBoxWizardDialog.on_rYesNo_toggled" ID="EricMessageBoxWizardDialog.on_rYesNo_toggled"></a> |
398 <a NAME="EricMessageBoxWizardDialog.on_rYesNo_toggled" ID="EricMessageBoxWizardDialog.on_rYesNo_toggled"></a> |
401 <h4>EricMessageBoxWizardDialog.on_rYesNo_toggled</h4> |
399 <h4>EricMessageBoxWizardDialog.on_rYesNo_toggled</h4> |
402 <b>on_rYesNo_toggled</b>(<i>on</i>) |
400 <b>on_rYesNo_toggled</b>(<i>on</i>) |
403 |
|
404 <p> |
401 <p> |
405 Private slot to handle the toggled signal of the rYesNo |
402 Private slot to handle the toggled signal of the rYesNo |
406 radio button. |
403 radio button. |
407 </p> |
404 </p> |
|
405 |
408 <dl> |
406 <dl> |
409 |
407 |
410 <dt><i>on</i> (bool)</dt> |
408 <dt><i>on</i> (bool)</dt> |
411 <dd> |
409 <dd> |
412 toggle state (ignored) |
410 toggle state (ignored) |