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

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 11205
7981b062ec1b
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
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.SetupWizard.SetupWizardDialog</h1> 9 <h1>eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog</h1>
10
11 <p> 10 <p>
12 Module implementing the setup.py wizard dialog. 11 Module implementing the setup.py 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="#SetupWizardDialog">SetupWizardDialog</a></td> 22 <td><a href="#SetupWizardDialog">SetupWizardDialog</a></td>
25 <td>Class implementing the setup.py wizard dialog.</td> 23 <td>Class implementing the setup.py 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="SetupWizardDialog" ID="SetupWizardDialog"></a> 34 <a NAME="SetupWizardDialog" ID="SetupWizardDialog"></a>
36 <h2>SetupWizardDialog</h2> 35 <h2>SetupWizardDialog</h2>
37
38 <p> 36 <p>
39 Class implementing the setup.py wizard dialog. 37 Class implementing the setup.py wizard dialog.
40 </p> 38 </p>
41 <p> 39 <p>
42 It displays a dialog for entering the parameters for the setup.py code 40 It displays a dialog for entering the parameters for the setup.py code
43 generator. 41 generator.
44 </p> 42 </p>
43
45 <h3>Derived from</h3> 44 <h3>Derived from</h3>
46 QDialog, Ui_SetupWizardDialog 45 QDialog, Ui_SetupWizardDialog
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="#SetupWizardDialog.__init__">SetupWizardDialog</a></td> 59 <td><a href="#SetupWizardDialog.__init__">SetupWizardDialog</a></td>
63 <td>Constructor</td> 60 <td>Constructor</td>
64 </tr> 61 </tr>
65 <tr> 62 <tr>
165 <tr> 162 <tr>
166 <td><a href="#SetupWizardDialog.on_urlEditButton_clicked">on_urlEditButton_clicked</a></td> 163 <td><a href="#SetupWizardDialog.on_urlEditButton_clicked">on_urlEditButton_clicked</a></td>
167 <td>Private slot to edit the selected project URL.</td> 164 <td>Private slot to edit the selected project URL.</td>
168 </tr> 165 </tr>
169 </table> 166 </table>
167
170 <h3>Static Methods</h3> 168 <h3>Static Methods</h3>
171
172 <table> 169 <table>
173 <tr><td>None</td></tr> 170 <tr><td>None</td></tr>
174 </table> 171 </table>
172
175 173
176 <a NAME="SetupWizardDialog.__init__" ID="SetupWizardDialog.__init__"></a> 174 <a NAME="SetupWizardDialog.__init__" ID="SetupWizardDialog.__init__"></a>
177 <h4>SetupWizardDialog (Constructor)</h4> 175 <h4>SetupWizardDialog (Constructor)</h4>
178 <b>SetupWizardDialog</b>(<i>category, editor, parent=None</i>) 176 <b>SetupWizardDialog</b>(<i>category, editor, parent=None</i>)
179
180 <p> 177 <p>
181 Constructor 178 Constructor
182 </p> 179 </p>
180
183 <dl> 181 <dl>
184 182
185 <dt><i>category</i> (str)</dt> 183 <dt><i>category</i> (str)</dt>
186 <dd> 184 <dd>
187 category of setup file to create 185 category of setup file to create
203 </dd> 201 </dd>
204 </dl> 202 </dl>
205 <a NAME="SetupWizardDialog.__addClassifierEntry" ID="SetupWizardDialog.__addClassifierEntry"></a> 203 <a NAME="SetupWizardDialog.__addClassifierEntry" ID="SetupWizardDialog.__addClassifierEntry"></a>
206 <h4>SetupWizardDialog.__addClassifierEntry</h4> 204 <h4>SetupWizardDialog.__addClassifierEntry</h4>
207 <b>__addClassifierEntry</b>(<i>classifier</i>) 205 <b>__addClassifierEntry</b>(<i>classifier</i>)
208
209 <p> 206 <p>
210 Private method to add a new entry to the list of trove classifiers. 207 Private method to add a new entry to the list of trove classifiers.
211 </p> 208 </p>
209
212 <dl> 210 <dl>
213 211
214 <dt><i>classifier</i> (str)</dt> 212 <dt><i>classifier</i> (str)</dt>
215 <dd> 213 <dd>
216 classifier containing the data for the entry 214 classifier containing the data for the entry
217 </dd> 215 </dd>
218 </dl> 216 </dl>
219 <a NAME="SetupWizardDialog.__enableOkButton" ID="SetupWizardDialog.__enableOkButton"></a> 217 <a NAME="SetupWizardDialog.__enableOkButton" ID="SetupWizardDialog.__enableOkButton"></a>
220 <h4>SetupWizardDialog.__enableOkButton</h4> 218 <h4>SetupWizardDialog.__enableOkButton</h4>
221 <b>__enableOkButton</b>(<i></i>) 219 <b>__enableOkButton</b>(<i></i>)
222
223 <p> 220 <p>
224 Private slot to set the state of the OK button. 221 Private slot to set the state of the OK button.
225 </p> 222 </p>
223
226 <a NAME="SetupWizardDialog.__getLicenseText" ID="SetupWizardDialog.__getLicenseText"></a> 224 <a NAME="SetupWizardDialog.__getLicenseText" ID="SetupWizardDialog.__getLicenseText"></a>
227 <h4>SetupWizardDialog.__getLicenseText</h4> 225 <h4>SetupWizardDialog.__getLicenseText</h4>
228 <b>__getLicenseText</b>(<i></i>) 226 <b>__getLicenseText</b>(<i></i>)
229
230 <p> 227 <p>
231 Private method to get the license text. 228 Private method to get the license text.
232 </p> 229 </p>
230
233 <dl> 231 <dl>
234 <dt>Return:</dt> 232 <dt>Return:</dt>
235 <dd> 233 <dd>
236 license text 234 license text
237 </dd> 235 </dd>
243 </dd> 241 </dd>
244 </dl> 242 </dl>
245 <a NAME="SetupWizardDialog.__getPyprojectCode" ID="SetupWizardDialog.__getPyprojectCode"></a> 243 <a NAME="SetupWizardDialog.__getPyprojectCode" ID="SetupWizardDialog.__getPyprojectCode"></a>
246 <h4>SetupWizardDialog.__getPyprojectCode</h4> 244 <h4>SetupWizardDialog.__getPyprojectCode</h4>
247 <b>__getPyprojectCode</b>(<i></i>) 245 <b>__getPyprojectCode</b>(<i></i>)
248
249 <p> 246 <p>
250 Private method to get the source code for a 'pyproject.toml' file. 247 Private method to get the source code for a 'pyproject.toml' file.
251 </p> 248 </p>
249
252 <dl> 250 <dl>
253 <dt>Return:</dt> 251 <dt>Return:</dt>
254 <dd> 252 <dd>
255 generated code 253 generated code
256 </dd> 254 </dd>
262 </dd> 260 </dd>
263 </dl> 261 </dl>
264 <a NAME="SetupWizardDialog.__getSetupCfgCode" ID="SetupWizardDialog.__getSetupCfgCode"></a> 262 <a NAME="SetupWizardDialog.__getSetupCfgCode" ID="SetupWizardDialog.__getSetupCfgCode"></a>
265 <h4>SetupWizardDialog.__getSetupCfgCode</h4> 263 <h4>SetupWizardDialog.__getSetupCfgCode</h4>
266 <b>__getSetupCfgCode</b>(<i></i>) 264 <b>__getSetupCfgCode</b>(<i></i>)
267
268 <p> 265 <p>
269 Private method to get the source code for a 'setup.cfg' file. 266 Private method to get the source code for a 'setup.cfg' file.
270 </p> 267 </p>
268
271 <dl> 269 <dl>
272 <dt>Return:</dt> 270 <dt>Return:</dt>
273 <dd> 271 <dd>
274 generated code 272 generated code
275 </dd> 273 </dd>
281 </dd> 279 </dd>
282 </dl> 280 </dl>
283 <a NAME="SetupWizardDialog.__getSetupPyCode" ID="SetupWizardDialog.__getSetupPyCode"></a> 281 <a NAME="SetupWizardDialog.__getSetupPyCode" ID="SetupWizardDialog.__getSetupPyCode"></a>
284 <h4>SetupWizardDialog.__getSetupPyCode</h4> 282 <h4>SetupWizardDialog.__getSetupPyCode</h4>
285 <b>__getSetupPyCode</b>(<i>indLevel, indString</i>) 283 <b>__getSetupPyCode</b>(<i>indLevel, indString</i>)
286
287 <p> 284 <p>
288 Private method to get the source code for a 'setup.py' file. 285 Private method to get the source code for a 'setup.py' file.
289 </p> 286 </p>
287
290 <dl> 288 <dl>
291 289
292 <dt><i>indLevel</i> (int)</dt> 290 <dt><i>indLevel</i> (int)</dt>
293 <dd> 291 <dd>
294 indentation level 292 indentation level
311 </dd> 309 </dd>
312 </dl> 310 </dl>
313 <a NAME="SetupWizardDialog.__getStartDir" ID="SetupWizardDialog.__getStartDir"></a> 311 <a NAME="SetupWizardDialog.__getStartDir" ID="SetupWizardDialog.__getStartDir"></a>
314 <h4>SetupWizardDialog.__getStartDir</h4> 312 <h4>SetupWizardDialog.__getStartDir</h4>
315 <b>__getStartDir</b>(<i></i>) 313 <b>__getStartDir</b>(<i></i>)
316
317 <p> 314 <p>
318 Private method to get the start directory for selection dialogs. 315 Private method to get the start directory for selection dialogs.
319 </p> 316 </p>
317
320 <dl> 318 <dl>
321 <dt>Return:</dt> 319 <dt>Return:</dt>
322 <dd> 320 <dd>
323 start directory 321 start directory
324 </dd> 322 </dd>
330 </dd> 328 </dd>
331 </dl> 329 </dl>
332 <a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a> 330 <a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a>
333 <h4>SetupWizardDialog.__populateClassifiers</h4> 331 <h4>SetupWizardDialog.__populateClassifiers</h4>
334 <b>__populateClassifiers</b>(<i></i>) 332 <b>__populateClassifiers</b>(<i></i>)
335
336 <p> 333 <p>
337 Private method to populate the classifiers. 334 Private method to populate the classifiers.
338 </p> 335 </p>
336
339 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a> 337 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a>
340 <h4>SetupWizardDialog.accept</h4> 338 <h4>SetupWizardDialog.accept</h4>
341 <b>accept</b>(<i></i>) 339 <b>accept</b>(<i></i>)
342
343 <p> 340 <p>
344 Public slot to handle pressing the OK button. 341 Public slot to handle pressing the OK button.
345 </p> 342 </p>
343
346 <a NAME="SetupWizardDialog.on_addEntryPointButton_clicked" ID="SetupWizardDialog.on_addEntryPointButton_clicked"></a> 344 <a NAME="SetupWizardDialog.on_addEntryPointButton_clicked" ID="SetupWizardDialog.on_addEntryPointButton_clicked"></a>
347 <h4>SetupWizardDialog.on_addEntryPointButton_clicked</h4> 345 <h4>SetupWizardDialog.on_addEntryPointButton_clicked</h4>
348 <b>on_addEntryPointButton_clicked</b>(<i></i>) 346 <b>on_addEntryPointButton_clicked</b>(<i></i>)
349
350 <p> 347 <p>
351 Private slot to add an entry point to the list. 348 Private slot to add an entry point to the list.
352 </p> 349 </p>
350
353 <a NAME="SetupWizardDialog.on_addExludePatternButton_clicked" ID="SetupWizardDialog.on_addExludePatternButton_clicked"></a> 351 <a NAME="SetupWizardDialog.on_addExludePatternButton_clicked" ID="SetupWizardDialog.on_addExludePatternButton_clicked"></a>
354 <h4>SetupWizardDialog.on_addExludePatternButton_clicked</h4> 352 <h4>SetupWizardDialog.on_addExludePatternButton_clicked</h4>
355 <b>on_addExludePatternButton_clicked</b>(<i></i>) 353 <b>on_addExludePatternButton_clicked</b>(<i></i>)
356
357 <p> 354 <p>
358 Private slot to add an exclude pattern to the list. 355 Private slot to add an exclude pattern to the list.
359 </p> 356 </p>
357
360 <a NAME="SetupWizardDialog.on_addModuleButton_clicked" ID="SetupWizardDialog.on_addModuleButton_clicked"></a> 358 <a NAME="SetupWizardDialog.on_addModuleButton_clicked" ID="SetupWizardDialog.on_addModuleButton_clicked"></a>
361 <h4>SetupWizardDialog.on_addModuleButton_clicked</h4> 359 <h4>SetupWizardDialog.on_addModuleButton_clicked</h4>
362 <b>on_addModuleButton_clicked</b>(<i></i>) 360 <b>on_addModuleButton_clicked</b>(<i></i>)
363
364 <p> 361 <p>
365 Private slot to add Python modules to the list. 362 Private slot to add Python modules to the list.
366 </p> 363 </p>
364
367 <a NAME="SetupWizardDialog.on_deleteEntryPointButton_clicked" ID="SetupWizardDialog.on_deleteEntryPointButton_clicked"></a> 365 <a NAME="SetupWizardDialog.on_deleteEntryPointButton_clicked" ID="SetupWizardDialog.on_deleteEntryPointButton_clicked"></a>
368 <h4>SetupWizardDialog.on_deleteEntryPointButton_clicked</h4> 366 <h4>SetupWizardDialog.on_deleteEntryPointButton_clicked</h4>
369 <b>on_deleteEntryPointButton_clicked</b>(<i></i>) 367 <b>on_deleteEntryPointButton_clicked</b>(<i></i>)
370
371 <p> 368 <p>
372 Private slot to delete the selected entry point items. 369 Private slot to delete the selected entry point items.
373 </p> 370 </p>
371
374 <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a> 372 <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a>
375 <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4> 373 <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4>
376 <b>on_deleteExcludePatternButton_clicked</b>(<i></i>) 374 <b>on_deleteExcludePatternButton_clicked</b>(<i></i>)
377
378 <p> 375 <p>
379 Private slot to delete the selected exclude pattern items. 376 Private slot to delete the selected exclude pattern items.
380 </p> 377 </p>
378
381 <a NAME="SetupWizardDialog.on_deleteModuleButton_clicked" ID="SetupWizardDialog.on_deleteModuleButton_clicked"></a> 379 <a NAME="SetupWizardDialog.on_deleteModuleButton_clicked" ID="SetupWizardDialog.on_deleteModuleButton_clicked"></a>
382 <h4>SetupWizardDialog.on_deleteModuleButton_clicked</h4> 380 <h4>SetupWizardDialog.on_deleteModuleButton_clicked</h4>
383 <b>on_deleteModuleButton_clicked</b>(<i></i>) 381 <b>on_deleteModuleButton_clicked</b>(<i></i>)
384
385 <p> 382 <p>
386 Private slot to delete the selected module items. 383 Private slot to delete the selected module items.
387 </p> 384 </p>
385
388 <a NAME="SetupWizardDialog.on_editEntryPointButton_clicked" ID="SetupWizardDialog.on_editEntryPointButton_clicked"></a> 386 <a NAME="SetupWizardDialog.on_editEntryPointButton_clicked" ID="SetupWizardDialog.on_editEntryPointButton_clicked"></a>
389 <h4>SetupWizardDialog.on_editEntryPointButton_clicked</h4> 387 <h4>SetupWizardDialog.on_editEntryPointButton_clicked</h4>
390 <b>on_editEntryPointButton_clicked</b>(<i></i>) 388 <b>on_editEntryPointButton_clicked</b>(<i></i>)
391
392 <p> 389 <p>
393 Private slot to edit the selected entry point. 390 Private slot to edit the selected entry point.
394 </p> 391 </p>
392
395 <a NAME="SetupWizardDialog.on_entryPointsList_itemSelectionChanged" ID="SetupWizardDialog.on_entryPointsList_itemSelectionChanged"></a> 393 <a NAME="SetupWizardDialog.on_entryPointsList_itemSelectionChanged" ID="SetupWizardDialog.on_entryPointsList_itemSelectionChanged"></a>
396 <h4>SetupWizardDialog.on_entryPointsList_itemSelectionChanged</h4> 394 <h4>SetupWizardDialog.on_entryPointsList_itemSelectionChanged</h4>
397 <b>on_entryPointsList_itemSelectionChanged</b>(<i></i>) 395 <b>on_entryPointsList_itemSelectionChanged</b>(<i></i>)
398
399 <p> 396 <p>
400 Private slot to handle a change of selected items of the 397 Private slot to handle a change of selected items of the
401 entry points list. 398 entry points list.
402 </p> 399 </p>
400
403 <a NAME="SetupWizardDialog.on_excludePatternEdit_returnPressed" ID="SetupWizardDialog.on_excludePatternEdit_returnPressed"></a> 401 <a NAME="SetupWizardDialog.on_excludePatternEdit_returnPressed" ID="SetupWizardDialog.on_excludePatternEdit_returnPressed"></a>
404 <h4>SetupWizardDialog.on_excludePatternEdit_returnPressed</h4> 402 <h4>SetupWizardDialog.on_excludePatternEdit_returnPressed</h4>
405 <b>on_excludePatternEdit_returnPressed</b>(<i></i>) 403 <b>on_excludePatternEdit_returnPressed</b>(<i></i>)
406
407 <p> 404 <p>
408 Private slot handling a press of the return button of the 405 Private slot handling a press of the return button of the
409 exclude pattern edit. 406 exclude pattern edit.
410 </p> 407 </p>
408
411 <a NAME="SetupWizardDialog.on_excludePatternEdit_textChanged" ID="SetupWizardDialog.on_excludePatternEdit_textChanged"></a> 409 <a NAME="SetupWizardDialog.on_excludePatternEdit_textChanged" ID="SetupWizardDialog.on_excludePatternEdit_textChanged"></a>
412 <h4>SetupWizardDialog.on_excludePatternEdit_textChanged</h4> 410 <h4>SetupWizardDialog.on_excludePatternEdit_textChanged</h4>
413 <b>on_excludePatternEdit_textChanged</b>(<i>txt</i>) 411 <b>on_excludePatternEdit_textChanged</b>(<i>txt</i>)
414
415 <p> 412 <p>
416 Private slot to handle a change of the exclude pattern text. 413 Private slot to handle a change of the exclude pattern text.
417 </p> 414 </p>
415
418 <dl> 416 <dl>
419 417
420 <dt><i>txt</i> (str)</dt> 418 <dt><i>txt</i> (str)</dt>
421 <dd> 419 <dd>
422 text of the line edit 420 text of the line edit
423 </dd> 421 </dd>
424 </dl> 422 </dl>
425 <a NAME="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ID="SetupWizardDialog.on_excludePatternList_itemSelectionChanged"></a> 423 <a NAME="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ID="SetupWizardDialog.on_excludePatternList_itemSelectionChanged"></a>
426 <h4>SetupWizardDialog.on_excludePatternList_itemSelectionChanged</h4> 424 <h4>SetupWizardDialog.on_excludePatternList_itemSelectionChanged</h4>
427 <b>on_excludePatternList_itemSelectionChanged</b>(<i></i>) 425 <b>on_excludePatternList_itemSelectionChanged</b>(<i></i>)
428
429 <p> 426 <p>
430 Private slot to handle a change of selected items of the 427 Private slot to handle a change of selected items of the
431 exclude pattern list. 428 exclude pattern list.
432 </p> 429 </p>
430
433 <a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a> 431 <a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a>
434 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4> 432 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4>
435 <b>on_modulesList_itemSelectionChanged</b>(<i></i>) 433 <b>on_modulesList_itemSelectionChanged</b>(<i></i>)
436
437 <p> 434 <p>
438 Private slot to handle a change of selected items of the 435 Private slot to handle a change of selected items of the
439 modules list. 436 modules list.
440 </p> 437 </p>
438
441 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a> 439 <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a>
442 <h4>SetupWizardDialog.on_projectButton_clicked</h4> 440 <h4>SetupWizardDialog.on_projectButton_clicked</h4>
443 <b>on_projectButton_clicked</b>(<i></i>) 441 <b>on_projectButton_clicked</b>(<i></i>)
444
445 <p> 442 <p>
446 Private slot to populate some fields with data retrieved from the 443 Private slot to populate some fields with data retrieved from the
447 current project. 444 current project.
448 </p> 445 </p>
446
449 <a NAME="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged" ID="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged"></a> 447 <a NAME="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged" ID="SetupWizardDialog.on_projectUrlsList_itemSelectionChanged"></a>
450 <h4>SetupWizardDialog.on_projectUrlsList_itemSelectionChanged</h4> 448 <h4>SetupWizardDialog.on_projectUrlsList_itemSelectionChanged</h4>
451 <b>on_projectUrlsList_itemSelectionChanged</b>(<i></i>) 449 <b>on_projectUrlsList_itemSelectionChanged</b>(<i></i>)
452
453 <p> 450 <p>
454 Private slot to handle a change of selected items of the 451 Private slot to handle a change of selected items of the
455 project URLs list. 452 project URLs list.
456 </p> 453 </p>
454
457 <a NAME="SetupWizardDialog.on_urlAddButton_clicked" ID="SetupWizardDialog.on_urlAddButton_clicked"></a> 455 <a NAME="SetupWizardDialog.on_urlAddButton_clicked" ID="SetupWizardDialog.on_urlAddButton_clicked"></a>
458 <h4>SetupWizardDialog.on_urlAddButton_clicked</h4> 456 <h4>SetupWizardDialog.on_urlAddButton_clicked</h4>
459 <b>on_urlAddButton_clicked</b>(<i></i>) 457 <b>on_urlAddButton_clicked</b>(<i></i>)
460
461 <p> 458 <p>
462 Private slot to add a project URL to the list. 459 Private slot to add a project URL to the list.
463 </p> 460 </p>
461
464 <a NAME="SetupWizardDialog.on_urlDeleteButton_clicked" ID="SetupWizardDialog.on_urlDeleteButton_clicked"></a> 462 <a NAME="SetupWizardDialog.on_urlDeleteButton_clicked" ID="SetupWizardDialog.on_urlDeleteButton_clicked"></a>
465 <h4>SetupWizardDialog.on_urlDeleteButton_clicked</h4> 463 <h4>SetupWizardDialog.on_urlDeleteButton_clicked</h4>
466 <b>on_urlDeleteButton_clicked</b>(<i></i>) 464 <b>on_urlDeleteButton_clicked</b>(<i></i>)
467
468 <p> 465 <p>
469 Private slot to delete the selected URL items. 466 Private slot to delete the selected URL items.
470 </p> 467 </p>
468
471 <a NAME="SetupWizardDialog.on_urlEditButton_clicked" ID="SetupWizardDialog.on_urlEditButton_clicked"></a> 469 <a NAME="SetupWizardDialog.on_urlEditButton_clicked" ID="SetupWizardDialog.on_urlEditButton_clicked"></a>
472 <h4>SetupWizardDialog.on_urlEditButton_clicked</h4> 470 <h4>SetupWizardDialog.on_urlEditButton_clicked</h4>
473 <b>on_urlEditButton_clicked</b>(<i></i>) 471 <b>on_urlEditButton_clicked</b>(<i></i>)
474
475 <p> 472 <p>
476 Private slot to edit the selected project URL. 473 Private slot to edit the selected project URL.
477 </p> 474 </p>
475
478 <div align="right"><a href="#top">Up</a></div> 476 <div align="right"><a href="#top">Up</a></div>
479 <hr /> 477 <hr />
480 </body></html> 478 </body></html>

eric ide

mercurial