src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -94,13 +94,13 @@
 </p>
 <dl>
 
-<dt><i>projectPath</i></dt>
+<dt><i>projectPath</i> (str)</dt>
 <dd>
-project directory name (string)
+project directory name
 </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="HgAddSubrepositoryDialog.__updateOk" ID="HgAddSubrepositoryDialog.__updateOk"></a>
@@ -121,8 +121,13 @@
 <dt>Return:</dt>
 <dd>
 tuple containing the relative path within the project, the
-            sub-repository type and the sub-repository URL (string, string,
-            string)
+            sub-repository type and the sub-repository URL
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str, str)
 </dd>
 </dl>
 <a NAME="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" ID="HgAddSubrepositoryDialog.on_pathPicker_pathSelected"></a>
@@ -148,9 +153,9 @@
 </p>
 <dl>
 
-<dt><i>p0</i></dt>
+<dt><i>p0</i> (str)</dt>
 <dd>
-text of the path edit (string)
+text of the path edit
 </dd>
 </dl>
 <a NAME="HgAddSubrepositoryDialog.on_urlEdit_textChanged" ID="HgAddSubrepositoryDialog.on_urlEdit_textChanged"></a>
@@ -162,9 +167,9 @@
 </p>
 <dl>
 
-<dt><i>p0</i></dt>
+<dt><i>p0</i> (str)</dt>
 <dd>
-text of the URL edit (string)
+text of the URL edit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial