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

branch
eric7
changeset 10430
e440aaf179ce
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Project.NewPythonPackageDialog.html	Wed Dec 20 15:42:44 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.NewPythonPackageDialog.html	Wed Dec 20 19:28:22 2023 +0100
@@ -82,14 +82,13 @@
 </p>
 <dl>
 
-<dt><i>relPath</i></dt>
+<dt><i>relPath</i> (str)</dt>
 <dd>
 initial package path relative to the project root
-            (string)
 </dd>
-<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="NewPythonPackageDialog.getData" ID="NewPythonPackageDialog.getData"></a>
@@ -102,7 +101,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-package name (string)
+package name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="NewPythonPackageDialog.on_packageEdit_textChanged" ID="NewPythonPackageDialog.on_packageEdit_textChanged"></a>
@@ -114,9 +119,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-new text of the package name edit (string)
+new text of the package name edit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial