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

branch
eric7
changeset 9530
c30f02ea1b27
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Project.AddFileDialog.html	Thu Nov 24 16:10:58 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.AddFileDialog.html	Thu Nov 24 16:11:55 2022 +0100
@@ -86,23 +86,23 @@
 </p>
 <dl>
 
-<dt><i>pro</i></dt>
+<dt><i>pro</i> (Project)</dt>
 <dd>
 reference to the project object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of this dialog (QWidget)
+parent widget of this dialog
 </dd>
-<dt><i>fileTypeFilter</i></dt>
+<dt><i>fileTypeFilter</i> (str)</dt>
 <dd>
-filter specification for the file to add (string)
+filter specification for the file to add
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-name of this dialog (string)
+name of this dialog
 </dd>
-<dt><i>startdir</i></dt>
+<dt><i>startdir</i> (str)</dt>
 <dd>
 start directory for the selection dialog
 </dd>
@@ -117,11 +117,16 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of three values (list of string, string, boolean)
-            giving the source files, the target directory and a flag
+tuple containing the source files, the target directory and a flag
             telling, whether the files shall be added as source code
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of string, string, boolean)
+</dd>
+</dl>
 <a NAME="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ID="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog"></a>
 <h4>AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog</h4>
 <b>on_sourceFilesPicker_aboutToShowPathPickerDialog</b>(<i></i>)
@@ -145,9 +150,9 @@
 </p>
 <dl>
 
-<dt><i>sfile</i></dt>
+<dt><i>sfile</i> (str)</dt>
 <dd>
-the text of the source file picker (string)
+the text of the source file picker
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial