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

branch
eric7
changeset 11205
7981b062ec1b
parent 10479
856476537696
equal deleted inserted replaced
11204:5cffd6e2b1d6 11205:7981b062ec1b
90 <tr> 90 <tr>
91 <td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td> 91 <td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td>
92 <td>Private method to populate the classifiers.</td> 92 <td>Private method to populate the classifiers.</td>
93 </tr> 93 </tr>
94 <tr> 94 <tr>
95 <td><a href="#SetupWizardDialog.__populateSpdxLicenses">__populateSpdxLicenses</a></td>
96 <td>Private method to populate the license selector for the creation of a pyproject.toml file.</td>
97 </tr>
98 <tr>
99 <td><a href="#SetupWizardDialog.__populateTroveLicenses">__populateTroveLicenses</a></td>
100 <td>Private method to populate the license selector for the creation of a setup.py or setup.cfg file.</td>
101 </tr>
102 <tr>
95 <td><a href="#SetupWizardDialog.accept">accept</a></td> 103 <td><a href="#SetupWizardDialog.accept">accept</a></td>
96 <td>Public slot to handle pressing the OK button.</td> 104 <td>Public slot to handle pressing the OK button.</td>
97 </tr> 105 </tr>
98 <tr> 106 <tr>
99 <td><a href="#SetupWizardDialog.on_addEntryPointButton_clicked">on_addEntryPointButton_clicked</a></td> 107 <td><a href="#SetupWizardDialog.on_addEntryPointButton_clicked">on_addEntryPointButton_clicked</a></td>
332 <b>__populateClassifiers</b>(<i></i>) 340 <b>__populateClassifiers</b>(<i></i>)
333 <p> 341 <p>
334 Private method to populate the classifiers. 342 Private method to populate the classifiers.
335 </p> 343 </p>
336 344
345 <a NAME="SetupWizardDialog.__populateSpdxLicenses" ID="SetupWizardDialog.__populateSpdxLicenses"></a>
346 <h4>SetupWizardDialog.__populateSpdxLicenses</h4>
347 <b>__populateSpdxLicenses</b>(<i></i>)
348 <p>
349 Private method to populate the license selector for the creation of a
350 pyproject.toml file.
351 </p>
352
353 <a NAME="SetupWizardDialog.__populateTroveLicenses" ID="SetupWizardDialog.__populateTroveLicenses"></a>
354 <h4>SetupWizardDialog.__populateTroveLicenses</h4>
355 <b>__populateTroveLicenses</b>(<i></i>)
356 <p>
357 Private method to populate the license selector for the creation of a
358 setup.py or setup.cfg file.
359 </p>
360 <p>
361 Note: These files are deprecated in favor of pyproject.toml.
362 </p>
363
337 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a> 364 <a NAME="SetupWizardDialog.accept" ID="SetupWizardDialog.accept"></a>
338 <h4>SetupWizardDialog.accept</h4> 365 <h4>SetupWizardDialog.accept</h4>
339 <b>accept</b>(<i></i>) 366 <b>accept</b>(<i></i>)
340 <p> 367 <p>
341 Public slot to handle pressing the OK button. 368 Public slot to handle pressing the OK button.

eric ide

mercurial