eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8513
a7464bea3d0a
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog</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.SetupWizard.SetupWizardDialog</h1>
24
25 <p>
26 Module implementing the setup.py 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="#SetupWizardDialog">SetupWizardDialog</a></td>
39 <td>Class implementing the setup.py 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="SetupWizardDialog" ID="SetupWizardDialog"></a>
50 <h2>SetupWizardDialog</h2>
51
52 <p>
53 Class implementing the setup.py wizard dialog.
54 </p>
55 <p>
56 It displays a dialog for entering the parameters
57 for the EricMessageBox code generator.
58 </p>
59 <h3>Derived from</h3>
60 QDialog, Ui_SetupWizardDialog
61 <h3>Class Attributes</h3>
62
63 <table>
64 <tr><td>ClassifiersUrl</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="#SetupWizardDialog.__init__">SetupWizardDialog</a></td>
77 <td>Constructor</td>
78 </tr>
79 <tr>
80 <td><a href="#SetupWizardDialog.__addClassifierEntry">__addClassifierEntry</a></td>
81 <td>Private method to add a new entry to the list of trove classifiers.</td>
82 </tr>
83 <tr>
84 <td><a href="#SetupWizardDialog.__addPackage">__addPackage</a></td>
85 <td>Private method to add a package to the list.</td>
86 </tr>
87 <tr>
88 <td><a href="#SetupWizardDialog.__classifiersDownloadDone">__classifiersDownloadDone</a></td>
89 <td>Private slot called, after the classifiers file has been downloaded from the internet.</td>
90 </tr>
91 <tr>
92 <td><a href="#SetupWizardDialog.__enableOkButton">__enableOkButton</a></td>
93 <td>Private slot to set the state of the OK button.</td>
94 </tr>
95 <tr>
96 <td><a href="#SetupWizardDialog.__getLicenseText">__getLicenseText</a></td>
97 <td>Private method to get the license text.</td>
98 </tr>
99 <tr>
100 <td><a href="#SetupWizardDialog.__getStartDir">__getStartDir</a></td>
101 <td>Private method to get the start directory for selection dialogs.</td>
102 </tr>
103 <tr>
104 <td><a href="#SetupWizardDialog.__loadClassifiersFromPyPI">__loadClassifiersFromPyPI</a></td>
105 <td>Private method to populate the classifiers list with data retrieved from PyPI.</td>
106 </tr>
107 <tr>
108 <td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td>
109 <td>Private method to populate the classifiers.</td>
110 </tr>
111 <tr>
112 <td><a href="#SetupWizardDialog.getCode">getCode</a></td>
113 <td>Public method to get the source code.</td>
114 </tr>
115 <tr>
116 <td><a href="#SetupWizardDialog.on_addExludePatternButton_clicked">on_addExludePatternButton_clicked</a></td>
117 <td>Private slot to add an exclude pattern to the list.</td>
118 </tr>
119 <tr>
120 <td><a href="#SetupWizardDialog.on_addModuleButton_clicked">on_addModuleButton_clicked</a></td>
121 <td>Private slot to add Python modules to the list.</td>
122 </tr>
123 <tr>
124 <td><a href="#SetupWizardDialog.on_addPackageButton_clicked">on_addPackageButton_clicked</a></td>
125 <td>Private slot to add a package to the list.</td>
126 </tr>
127 <tr>
128 <td><a href="#SetupWizardDialog.on_addScriptButton_clicked">on_addScriptButton_clicked</a></td>
129 <td>Private slot to add scripts to the list.</td>
130 </tr>
131 <tr>
132 <td><a href="#SetupWizardDialog.on_autodiscoverPackagesButton_clicked">on_autodiscoverPackagesButton_clicked</a></td>
133 <td>Private slot to discover packages automatically.</td>
134 </tr>
135 <tr>
136 <td><a href="#SetupWizardDialog.on_deleteExcludePatternButton_clicked">on_deleteExcludePatternButton_clicked</a></td>
137 <td>Private slot to delete the selected exclude pattern items.</td>
138 </tr>
139 <tr>
140 <td><a href="#SetupWizardDialog.on_deleteModuleButton_clicked">on_deleteModuleButton_clicked</a></td>
141 <td>Private slot to delete the selected script items.</td>
142 </tr>
143 <tr>
144 <td><a href="#SetupWizardDialog.on_deletePackageButton_clicked">on_deletePackageButton_clicked</a></td>
145 <td>Private slot to delete the selected package items.</td>
146 </tr>
147 <tr>
148 <td><a href="#SetupWizardDialog.on_deleteScriptButton_clicked">on_deleteScriptButton_clicked</a></td>
149 <td>Private slot to delete the selected script items.</td>
150 </tr>
151 <tr>
152 <td><a href="#SetupWizardDialog.on_excludePatternEdit_returnPressed">on_excludePatternEdit_returnPressed</a></td>
153 <td>Private slot handling a press of the return button of the exclude pattern edit.</td>
154 </tr>
155 <tr>
156 <td><a href="#SetupWizardDialog.on_excludePatternEdit_textChanged">on_excludePatternEdit_textChanged</a></td>
157 <td>Private slot to handle a change of the exclude pattern text.</td>
158 </tr>
159 <tr>
160 <td><a href="#SetupWizardDialog.on_excludePatternList_itemSelectionChanged">on_excludePatternList_itemSelectionChanged</a></td>
161 <td>Private slot to handle a change of selected items of the exclude pattern list.</td>
162 </tr>
163 <tr>
164 <td><a href="#SetupWizardDialog.on_localClassifiersButton_clicked">on_localClassifiersButton_clicked</a></td>
165 <td>Private method to populate lists from the Trove list file.</td>
166 </tr>
167 <tr>
168 <td><a href="#SetupWizardDialog.on_modulesList_itemSelectionChanged">on_modulesList_itemSelectionChanged</a></td>
169 <td>Private slot to handle a change of selected items of the modules list.</td>
170 </tr>
171 <tr>
172 <td><a href="#SetupWizardDialog.on_packageDirButton_clicked">on_packageDirButton_clicked</a></td>
173 <td>Private slot to select a package directory via a directory selection dialog.</td>
174 </tr>
175 <tr>
176 <td><a href="#SetupWizardDialog.on_packageEdit_returnPressed">on_packageEdit_returnPressed</a></td>
177 <td>Private slot handling a press of the return button of the package edit.</td>
178 </tr>
179 <tr>
180 <td><a href="#SetupWizardDialog.on_packageEdit_textChanged">on_packageEdit_textChanged</a></td>
181 <td>Private slot to handle a change of the package text.</td>
182 </tr>
183 <tr>
184 <td><a href="#SetupWizardDialog.on_packageRootDirButton_clicked">on_packageRootDirButton_clicked</a></td>
185 <td>Private slot to select the packages root directory via a directory selection dialog.</td>
186 </tr>
187 <tr>
188 <td><a href="#SetupWizardDialog.on_packageRootEdit_textChanged">on_packageRootEdit_textChanged</a></td>
189 <td>Private slot handling the entering of a packages root.</td>
190 </tr>
191 <tr>
192 <td><a href="#SetupWizardDialog.on_packagesList_itemSelectionChanged">on_packagesList_itemSelectionChanged</a></td>
193 <td>Private slot to handle a change of selected items of the packages list.</td>
194 </tr>
195 <tr>
196 <td><a href="#SetupWizardDialog.on_projectButton_clicked">on_projectButton_clicked</a></td>
197 <td>Private slot to populate some fields with data retrieved from the current project.</td>
198 </tr>
199 <tr>
200 <td><a href="#SetupWizardDialog.on_scriptsList_itemSelectionChanged">on_scriptsList_itemSelectionChanged</a></td>
201 <td>Private slot to handle a change of selected items of the scripts list.</td>
202 </tr>
203 <tr>
204 <td><a href="#SetupWizardDialog.on_sourceDirectoryButton_clicked">on_sourceDirectoryButton_clicked</a></td>
205 <td>Private slot to select the packages root directory via a directory selection dialog.</td>
206 </tr>
207 <tr>
208 <td><a href="#SetupWizardDialog.on_variantComboBox_currentIndexChanged">on_variantComboBox_currentIndexChanged</a></td>
209 <td>Private slot handling a change of the setup variant.</td>
210 </tr>
211 </table>
212 <h3>Static Methods</h3>
213
214 <table>
215 <tr><td>None</td></tr>
216 </table>
217
218 <a NAME="SetupWizardDialog.__init__" ID="SetupWizardDialog.__init__"></a>
219 <h4>SetupWizardDialog (Constructor)</h4>
220 <b>SetupWizardDialog</b>(<i>parent=None</i>)
221
222 <p>
223 Constructor
224 </p>
225 <dl>
226
227 <dt><i>parent</i></dt>
228 <dd>
229 reference to the parent widget (QWidget)
230 </dd>
231 </dl>
232 <a NAME="SetupWizardDialog.__addClassifierEntry" ID="SetupWizardDialog.__addClassifierEntry"></a>
233 <h4>SetupWizardDialog.__addClassifierEntry</h4>
234 <b>__addClassifierEntry</b>(<i>line</i>)
235
236 <p>
237 Private method to add a new entry to the list of trove classifiers.
238 </p>
239 <dl>
240
241 <dt><i>line</i></dt>
242 <dd>
243 line containing the data for the entry (string)
244 </dd>
245 </dl>
246 <a NAME="SetupWizardDialog.__addPackage" ID="SetupWizardDialog.__addPackage"></a>
247 <h4>SetupWizardDialog.__addPackage</h4>
248 <b>__addPackage</b>(<i>pkgDir</i>)
249
250 <p>
251 Private method to add a package to the list.
252 </p>
253 <dl>
254
255 <dt><i>pkgDir</i></dt>
256 <dd>
257 name of the package directory (string)
258 </dd>
259 </dl>
260 <a NAME="SetupWizardDialog.__classifiersDownloadDone" ID="SetupWizardDialog.__classifiersDownloadDone"></a>
261 <h4>SetupWizardDialog.__classifiersDownloadDone</h4>
262 <b>__classifiersDownloadDone</b>(<i>reply</i>)
263
264 <p>
265 Private slot called, after the classifiers file has been downloaded
266 from the internet.
267 </p>
268 <dl>
269
270 <dt><i>reply</i> (QNetworkReply)</dt>
271 <dd>
272 reference to the network reply
273 </dd>
274 </dl>
275 <a NAME="SetupWizardDialog.__enableOkButton" ID="SetupWizardDialog.__enableOkButton"></a>
276 <h4>SetupWizardDialog.__enableOkButton</h4>
277 <b>__enableOkButton</b>(<i></i>)
278
279 <p>
280 Private slot to set the state of the OK button.
281 </p>
282 <a NAME="SetupWizardDialog.__getLicenseText" ID="SetupWizardDialog.__getLicenseText"></a>
283 <h4>SetupWizardDialog.__getLicenseText</h4>
284 <b>__getLicenseText</b>(<i></i>)
285
286 <p>
287 Private method to get the license text.
288 </p>
289 <dl>
290 <dt>Return:</dt>
291 <dd>
292 license text (string)
293 </dd>
294 </dl>
295 <a NAME="SetupWizardDialog.__getStartDir" ID="SetupWizardDialog.__getStartDir"></a>
296 <h4>SetupWizardDialog.__getStartDir</h4>
297 <b>__getStartDir</b>(<i></i>)
298
299 <p>
300 Private method to get the start directory for selection dialogs.
301 </p>
302 <dl>
303 <dt>Return:</dt>
304 <dd>
305 start directory (string)
306 </dd>
307 </dl>
308 <a NAME="SetupWizardDialog.__loadClassifiersFromPyPI" ID="SetupWizardDialog.__loadClassifiersFromPyPI"></a>
309 <h4>SetupWizardDialog.__loadClassifiersFromPyPI</h4>
310 <b>__loadClassifiersFromPyPI</b>(<i></i>)
311
312 <p>
313 Private method to populate the classifiers list with data retrieved
314 from PyPI.
315 </p>
316 <a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a>
317 <h4>SetupWizardDialog.__populateClassifiers</h4>
318 <b>__populateClassifiers</b>(<i>classifiers</i>)
319
320 <p>
321 Private method to populate the classifiers.
322 </p>
323 <dl>
324
325 <dt><i>classifiers</i> (list of str)</dt>
326 <dd>
327 list of classifiers read from a local file or
328 retrieved from PyPI
329 </dd>
330 </dl>
331 <a NAME="SetupWizardDialog.getCode" ID="SetupWizardDialog.getCode"></a>
332 <h4>SetupWizardDialog.getCode</h4>
333 <b>getCode</b>(<i>indLevel, indString</i>)
334
335 <p>
336 Public method to get the source code.
337 </p>
338 <dl>
339
340 <dt><i>indLevel</i></dt>
341 <dd>
342 indentation level (int)
343 </dd>
344 <dt><i>indString</i></dt>
345 <dd>
346 string used for indentation (space or tab) (string)
347 </dd>
348 </dl>
349 <dl>
350 <dt>Return:</dt>
351 <dd>
352 generated code (string)
353 </dd>
354 </dl>
355 <a NAME="SetupWizardDialog.on_addExludePatternButton_clicked" ID="SetupWizardDialog.on_addExludePatternButton_clicked"></a>
356 <h4>SetupWizardDialog.on_addExludePatternButton_clicked</h4>
357 <b>on_addExludePatternButton_clicked</b>(<i></i>)
358
359 <p>
360 Private slot to add an exclude pattern to the list.
361 </p>
362 <a NAME="SetupWizardDialog.on_addModuleButton_clicked" ID="SetupWizardDialog.on_addModuleButton_clicked"></a>
363 <h4>SetupWizardDialog.on_addModuleButton_clicked</h4>
364 <b>on_addModuleButton_clicked</b>(<i></i>)
365
366 <p>
367 Private slot to add Python modules to the list.
368 </p>
369 <a NAME="SetupWizardDialog.on_addPackageButton_clicked" ID="SetupWizardDialog.on_addPackageButton_clicked"></a>
370 <h4>SetupWizardDialog.on_addPackageButton_clicked</h4>
371 <b>on_addPackageButton_clicked</b>(<i></i>)
372
373 <p>
374 Private slot to add a package to the list.
375 </p>
376 <a NAME="SetupWizardDialog.on_addScriptButton_clicked" ID="SetupWizardDialog.on_addScriptButton_clicked"></a>
377 <h4>SetupWizardDialog.on_addScriptButton_clicked</h4>
378 <b>on_addScriptButton_clicked</b>(<i></i>)
379
380 <p>
381 Private slot to add scripts to the list.
382 </p>
383 <a NAME="SetupWizardDialog.on_autodiscoverPackagesButton_clicked" ID="SetupWizardDialog.on_autodiscoverPackagesButton_clicked"></a>
384 <h4>SetupWizardDialog.on_autodiscoverPackagesButton_clicked</h4>
385 <b>on_autodiscoverPackagesButton_clicked</b>(<i></i>)
386
387 <p>
388 Private slot to discover packages automatically.
389 </p>
390 <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a>
391 <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4>
392 <b>on_deleteExcludePatternButton_clicked</b>(<i></i>)
393
394 <p>
395 Private slot to delete the selected exclude pattern items.
396 </p>
397 <a NAME="SetupWizardDialog.on_deleteModuleButton_clicked" ID="SetupWizardDialog.on_deleteModuleButton_clicked"></a>
398 <h4>SetupWizardDialog.on_deleteModuleButton_clicked</h4>
399 <b>on_deleteModuleButton_clicked</b>(<i></i>)
400
401 <p>
402 Private slot to delete the selected script items.
403 </p>
404 <a NAME="SetupWizardDialog.on_deletePackageButton_clicked" ID="SetupWizardDialog.on_deletePackageButton_clicked"></a>
405 <h4>SetupWizardDialog.on_deletePackageButton_clicked</h4>
406 <b>on_deletePackageButton_clicked</b>(<i></i>)
407
408 <p>
409 Private slot to delete the selected package items.
410 </p>
411 <a NAME="SetupWizardDialog.on_deleteScriptButton_clicked" ID="SetupWizardDialog.on_deleteScriptButton_clicked"></a>
412 <h4>SetupWizardDialog.on_deleteScriptButton_clicked</h4>
413 <b>on_deleteScriptButton_clicked</b>(<i></i>)
414
415 <p>
416 Private slot to delete the selected script items.
417 </p>
418 <a NAME="SetupWizardDialog.on_excludePatternEdit_returnPressed" ID="SetupWizardDialog.on_excludePatternEdit_returnPressed"></a>
419 <h4>SetupWizardDialog.on_excludePatternEdit_returnPressed</h4>
420 <b>on_excludePatternEdit_returnPressed</b>(<i></i>)
421
422 <p>
423 Private slot handling a press of the return button of the
424 exclude pattern edit.
425 </p>
426 <a NAME="SetupWizardDialog.on_excludePatternEdit_textChanged" ID="SetupWizardDialog.on_excludePatternEdit_textChanged"></a>
427 <h4>SetupWizardDialog.on_excludePatternEdit_textChanged</h4>
428 <b>on_excludePatternEdit_textChanged</b>(<i>txt</i>)
429
430 <p>
431 Private slot to handle a change of the exclude pattern text.
432 </p>
433 <dl>
434
435 <dt><i>txt</i></dt>
436 <dd>
437 text of the line edit (string)
438 </dd>
439 </dl>
440 <a NAME="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ID="SetupWizardDialog.on_excludePatternList_itemSelectionChanged"></a>
441 <h4>SetupWizardDialog.on_excludePatternList_itemSelectionChanged</h4>
442 <b>on_excludePatternList_itemSelectionChanged</b>(<i></i>)
443
444 <p>
445 Private slot to handle a change of selected items of the
446 exclude pattern list.
447 </p>
448 <a NAME="SetupWizardDialog.on_localClassifiersButton_clicked" ID="SetupWizardDialog.on_localClassifiersButton_clicked"></a>
449 <h4>SetupWizardDialog.on_localClassifiersButton_clicked</h4>
450 <b>on_localClassifiersButton_clicked</b>(<i></i>)
451
452 <p>
453 Private method to populate lists from the Trove list file.
454 </p>
455 <p>
456 Note: The trove list file was created from querying
457 "https://pypi.org/pypi?%3Aaction=list_classifiers".
458 </p>
459 <a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a>
460 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4>
461 <b>on_modulesList_itemSelectionChanged</b>(<i></i>)
462
463 <p>
464 Private slot to handle a change of selected items of the
465 modules list.
466 </p>
467 <a NAME="SetupWizardDialog.on_packageDirButton_clicked" ID="SetupWizardDialog.on_packageDirButton_clicked"></a>
468 <h4>SetupWizardDialog.on_packageDirButton_clicked</h4>
469 <b>on_packageDirButton_clicked</b>(<i></i>)
470
471 <p>
472 Private slot to select a package directory via a directory
473 selection dialog.
474 </p>
475 <a NAME="SetupWizardDialog.on_packageEdit_returnPressed" ID="SetupWizardDialog.on_packageEdit_returnPressed"></a>
476 <h4>SetupWizardDialog.on_packageEdit_returnPressed</h4>
477 <b>on_packageEdit_returnPressed</b>(<i></i>)
478
479 <p>
480 Private slot handling a press of the return button of the
481 package edit.
482 </p>
483 <a NAME="SetupWizardDialog.on_packageEdit_textChanged" ID="SetupWizardDialog.on_packageEdit_textChanged"></a>
484 <h4>SetupWizardDialog.on_packageEdit_textChanged</h4>
485 <b>on_packageEdit_textChanged</b>(<i>txt</i>)
486
487 <p>
488 Private slot to handle a change of the package text.
489 </p>
490 <dl>
491
492 <dt><i>txt</i></dt>
493 <dd>
494 text of the line edit (string)
495 </dd>
496 </dl>
497 <a NAME="SetupWizardDialog.on_packageRootDirButton_clicked" ID="SetupWizardDialog.on_packageRootDirButton_clicked"></a>
498 <h4>SetupWizardDialog.on_packageRootDirButton_clicked</h4>
499 <b>on_packageRootDirButton_clicked</b>(<i></i>)
500
501 <p>
502 Private slot to select the packages root directory via a
503 directory selection dialog.
504 </p>
505 <a NAME="SetupWizardDialog.on_packageRootEdit_textChanged" ID="SetupWizardDialog.on_packageRootEdit_textChanged"></a>
506 <h4>SetupWizardDialog.on_packageRootEdit_textChanged</h4>
507 <b>on_packageRootEdit_textChanged</b>(<i>txt</i>)
508
509 <p>
510 Private slot handling the entering of a packages root.
511 </p>
512 <dl>
513
514 <dt><i>txt</i></dt>
515 <dd>
516 text of the line edit (string)
517 </dd>
518 </dl>
519 <a NAME="SetupWizardDialog.on_packagesList_itemSelectionChanged" ID="SetupWizardDialog.on_packagesList_itemSelectionChanged"></a>
520 <h4>SetupWizardDialog.on_packagesList_itemSelectionChanged</h4>
521 <b>on_packagesList_itemSelectionChanged</b>(<i></i>)
522
523 <p>
524 Private slot to handle a change of selected items of the
525 packages list.
526 </p>
527 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a>
528 <h4>SetupWizardDialog.on_projectButton_clicked</h4>
529 <b>on_projectButton_clicked</b>(<i></i>)
530
531 <p>
532 Private slot to populate some fields with data retrieved from the
533 current project.
534 </p>
535 <a NAME="SetupWizardDialog.on_scriptsList_itemSelectionChanged" ID="SetupWizardDialog.on_scriptsList_itemSelectionChanged"></a>
536 <h4>SetupWizardDialog.on_scriptsList_itemSelectionChanged</h4>
537 <b>on_scriptsList_itemSelectionChanged</b>(<i></i>)
538
539 <p>
540 Private slot to handle a change of selected items of the
541 scripts list.
542 </p>
543 <a NAME="SetupWizardDialog.on_sourceDirectoryButton_clicked" ID="SetupWizardDialog.on_sourceDirectoryButton_clicked"></a>
544 <h4>SetupWizardDialog.on_sourceDirectoryButton_clicked</h4>
545 <b>on_sourceDirectoryButton_clicked</b>(<i></i>)
546
547 <p>
548 Private slot to select the packages root directory via a
549 directory selection dialog.
550 </p>
551 <a NAME="SetupWizardDialog.on_variantComboBox_currentIndexChanged" ID="SetupWizardDialog.on_variantComboBox_currentIndexChanged"></a>
552 <h4>SetupWizardDialog.on_variantComboBox_currentIndexChanged</h4>
553 <b>on_variantComboBox_currentIndexChanged</b>(<i>index</i>)
554
555 <p>
556 Private slot handling a change of the setup variant.
557 </p>
558 <dl>
559
560 <dt><i>index</i></dt>
561 <dd>
562 index of the selected entry (integer)
563 </dd>
564 </dl>
565 <div align="right"><a href="#top">Up</a></div>
566 <hr />
567 </body></html>

eric ide

mercurial