src/eric7/Documentation/Source/eric7.Project.NewPythonPackageDialog.html

branch
eric7
changeset 10479
856476537696
parent 10430
e440aaf179ce
--- a/src/eric7/Documentation/Source/eric7.Project.NewPythonPackageDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.NewPythonPackageDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Project.NewPythonPackageDialog</h1>
-
 <p>
 Module implementing a dialog to add a new Python package.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#NewPythonPackageDialog">NewPythonPackageDialog</a></td>
 <td>Class implementing a dialog to add a new Python package.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="NewPythonPackageDialog" ID="NewPythonPackageDialog"></a>
 <h2>NewPythonPackageDialog</h2>
-
 <p>
     Class implementing a dialog to add a new Python package.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_NewPythonPackageDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#NewPythonPackageDialog.__init__">NewPythonPackageDialog</a></td>
 <td>Constructor</td>
@@ -67,19 +64,20 @@
 <td>Private slot called, when the package name is changed.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="NewPythonPackageDialog.__init__" ID="NewPythonPackageDialog.__init__"></a>
 <h4>NewPythonPackageDialog (Constructor)</h4>
 <b>NewPythonPackageDialog</b>(<i>relPath, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>relPath</i> (str)</dt>
@@ -94,10 +92,10 @@
 <a NAME="NewPythonPackageDialog.getData" ID="NewPythonPackageDialog.getData"></a>
 <h4>NewPythonPackageDialog.getData</h4>
 <b>getData</b>(<i></i>)
-
 <p>
         Public method to retrieve the data entered into the dialog.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -113,10 +111,10 @@
 <a NAME="NewPythonPackageDialog.on_packageEdit_textChanged" ID="NewPythonPackageDialog.on_packageEdit_textChanged"></a>
 <h4>NewPythonPackageDialog.on_packageEdit_textChanged</h4>
 <b>on_packageEdit_textChanged</b>(<i>txt</i>)
-
 <p>
         Private slot called, when the package name is changed.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -126,4 +124,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial