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

branch
eric7
changeset 9175
21e2be5f0b41
parent 8763
a99f822a3da7
child 9201
2f1ccadee231
diff -r ce3ee8851fa1 -r 21e2be5f0b41 eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html
--- a/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html	Fri Jun 24 10:19:17 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html	Sun Jun 26 15:01:48 2022 +0200
@@ -47,7 +47,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>ClassifiersUrl</td></tr>
+<tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -67,10 +67,6 @@
 <td>Private method to add a new entry to the list of trove classifiers.</td>
 </tr>
 <tr>
-<td><a href="#SetupWizardDialog.__classifiersDownloadDone">__classifiersDownloadDone</a></td>
-<td>Private slot called, after the classifiers file has been downloaded from the internet.</td>
-</tr>
-<tr>
 <td><a href="#SetupWizardDialog.__enableOkButton">__enableOkButton</a></td>
 <td>Private slot to set the state of the OK button.</td>
 </tr>
@@ -83,10 +79,6 @@
 <td>Private method to get the start directory for selection dialogs.</td>
 </tr>
 <tr>
-<td><a href="#SetupWizardDialog.__loadClassifiersFromPyPI">__loadClassifiersFromPyPI</a></td>
-<td>Private method to populate the classifiers list with data retrieved from PyPI.</td>
-</tr>
-<tr>
 <td><a href="#SetupWizardDialog.__populateClassifiers">__populateClassifiers</a></td>
 <td>Private method to populate the classifiers.</td>
 </tr>
@@ -131,10 +123,6 @@
 <td>Private slot to handle a change of selected items of the exclude pattern list.</td>
 </tr>
 <tr>
-<td><a href="#SetupWizardDialog.on_localClassifiersButton_clicked">on_localClassifiersButton_clicked</a></td>
-<td>Private method to populate lists from the Trove list file.</td>
-</tr>
-<tr>
 <td><a href="#SetupWizardDialog.on_modulesList_itemSelectionChanged">on_modulesList_itemSelectionChanged</a></td>
 <td>Private slot to handle a change of selected items of the modules list.</td>
 </tr>
@@ -162,38 +150,23 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="SetupWizardDialog.__addClassifierEntry" ID="SetupWizardDialog.__addClassifierEntry"></a>
 <h4>SetupWizardDialog.__addClassifierEntry</h4>
-<b>__addClassifierEntry</b>(<i>line</i>)
+<b>__addClassifierEntry</b>(<i>classifier</i>)
 
 <p>
         Private method to add a new entry to the list of trove classifiers.
 </p>
 <dl>
 
-<dt><i>line</i></dt>
+<dt><i>classifier</i> (str)</dt>
 <dd>
-line containing the data for the entry (string)
-</dd>
-</dl>
-<a NAME="SetupWizardDialog.__classifiersDownloadDone" ID="SetupWizardDialog.__classifiersDownloadDone"></a>
-<h4>SetupWizardDialog.__classifiersDownloadDone</h4>
-<b>__classifiersDownloadDone</b>(<i>reply</i>)
-
-<p>
-        Private slot called, after the classifiers file has been downloaded
-        from the internet.
-</p>
-<dl>
-
-<dt><i>reply</i> (QNetworkReply)</dt>
-<dd>
-reference to the network reply
+classifier containing the data for the entry
 </dd>
 </dl>
 <a NAME="SetupWizardDialog.__enableOkButton" ID="SetupWizardDialog.__enableOkButton"></a>
@@ -213,7 +186,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-license text (string)
+license text
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="SetupWizardDialog.__getStartDir" ID="SetupWizardDialog.__getStartDir"></a>
@@ -226,32 +205,22 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-start directory (string)
+start directory
 </dd>
 </dl>
-<a NAME="SetupWizardDialog.__loadClassifiersFromPyPI" ID="SetupWizardDialog.__loadClassifiersFromPyPI"></a>
-<h4>SetupWizardDialog.__loadClassifiersFromPyPI</h4>
-<b>__loadClassifiersFromPyPI</b>(<i></i>)
-
-<p>
-        Private method to populate the classifiers list with data retrieved
-        from PyPI.
-</p>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="SetupWizardDialog.__populateClassifiers" ID="SetupWizardDialog.__populateClassifiers"></a>
 <h4>SetupWizardDialog.__populateClassifiers</h4>
-<b>__populateClassifiers</b>(<i>classifiers</i>)
+<b>__populateClassifiers</b>(<i></i>)
 
 <p>
         Private method to populate the classifiers.
 </p>
-<dl>
-
-<dt><i>classifiers</i> (list of str)</dt>
-<dd>
-list of classifiers read from a local file or
-            retrieved from PyPI
-</dd>
-</dl>
 <a NAME="SetupWizardDialog.getCode" ID="SetupWizardDialog.getCode"></a>
 <h4>SetupWizardDialog.getCode</h4>
 <b>getCode</b>(<i>indLevel, indString</i>)
@@ -261,19 +230,25 @@
 </p>
 <dl>
 
-<dt><i>indLevel</i></dt>
+<dt><i>indLevel</i> (int)</dt>
 <dd>
-indentation level (int)
+indentation level
 </dd>
-<dt><i>indString</i></dt>
+<dt><i>indString</i> (str)</dt>
 <dd>
-string used for indentation (space or tab) (string)
+string used for indentation (space or tab)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-generated code (string)
+generated code
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="SetupWizardDialog.on_addExludePatternButton_clicked" ID="SetupWizardDialog.on_addExludePatternButton_clicked"></a>
@@ -335,9 +310,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the line edit (string)
+text of the line edit
 </dd>
 </dl>
 <a NAME="SetupWizardDialog.on_excludePatternList_itemSelectionChanged" ID="SetupWizardDialog.on_excludePatternList_itemSelectionChanged"></a>
@@ -348,17 +323,6 @@
         Private slot to handle a change of selected items of the
         exclude pattern list.
 </p>
-<a NAME="SetupWizardDialog.on_localClassifiersButton_clicked" ID="SetupWizardDialog.on_localClassifiersButton_clicked"></a>
-<h4>SetupWizardDialog.on_localClassifiersButton_clicked</h4>
-<b>on_localClassifiersButton_clicked</b>(<i></i>)
-
-<p>
-        Private method to populate lists from the Trove list file.
-</p>
-<p>
-        Note: The trove list file was created from querying
-        "https://pypi.org/pypi?%3Aaction=list_classifiers".
-</p>
 <a NAME="SetupWizardDialog.on_modulesList_itemSelectionChanged" ID="SetupWizardDialog.on_modulesList_itemSelectionChanged"></a>
 <h4>SetupWizardDialog.on_modulesList_itemSelectionChanged</h4>
 <b>on_modulesList_itemSelectionChanged</b>(<i></i>)

eric ide

mercurial