src/eric7/Documentation/Source/eric7.Utilities.uic.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Utilities.uic.html	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.uic.html	Thu Dec 21 19:50:01 2023 +0100
@@ -47,19 +47,25 @@
 </p>
 <dl>
 
-<dt><i>py_dir</i></dt>
+<dt><i>py_dir</i> (str)</dt>
 <dd>
-suggested name of the directory (string)
+suggested name of the directory
 </dd>
-<dt><i>py_file</i></dt>
+<dt><i>py_file</i> (str)</dt>
 <dd>
-suggested name for the compile source file (string)
+suggested name for the compile source file
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of directory name (string) and source file name (string)
+tuple of directory name (string) and source file name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -75,13 +81,13 @@
 </p>
 <dl>
 
-<dt><i>directory</i></dt>
+<dt><i>directory</i> (str)</dt>
 <dd>
-name of a directory to scan for .ui files (string)
+name of a directory to scan for .ui files
 </dd>
-<dt><i>recurse</i></dt>
+<dt><i>recurse</i> (boolean))</dt>
 <dd>
-flag indicating to recurse into subdirectories (boolean)
+flag indicating to recurse into subdirectories
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial