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

branch
eric7
changeset 10479
856476537696
parent 9989
286c2a21f36f
--- a/src/eric7/Documentation/Source/eric7.Project.UicLoadUi6.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.UicLoadUi6.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Project.UicLoadUi6</h1>
-
 <p>
 Module to get the object name, class name or signatures of a Qt form (*.ui).
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#__mapType">__mapType</a></td>
 <td>Private function to map a type as reported by Qt's meta object to the correct Python type.</td>
@@ -50,16 +48,17 @@
 <td>Function to get the signatures of form elements.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="__mapType" ID="__mapType"></a>
 <h2>__mapType</h2>
 <b>__mapType</b>(<i>type_</i>)
-
 <p>
     Private function to map a type as reported by Qt's meta object to the
     correct Python type.
 </p>
+
 <dl>
 
 <dt><i>type_</i> (QByteArray or bytes)</dt>
@@ -85,10 +84,10 @@
 <a NAME="_printerr" ID="_printerr"></a>
 <h2>_printerr</h2>
 <b>_printerr</b>(<i>dataString</i>)
-
 <p>
     Function to print the given string as error to sys.stdoerr with a guard string.
 </p>
+
 <dl>
 
 <dt><i>dataString</i> (str)</dt>
@@ -102,10 +101,10 @@
 <a NAME="_printout" ID="_printout"></a>
 <h2>_printout</h2>
 <b>_printout</b>(<i>dataString</i>)
-
 <p>
     Function to print the given string as output to sys.stderr with a guard string.
 </p>
+
 <dl>
 
 <dt><i>dataString</i> (str)</dt>
@@ -119,10 +118,10 @@
 <a NAME="className" ID="className"></a>
 <h2>className</h2>
 <b>className</b>(<i>formFile, projectPath</i>)
-
 <p>
     Function to get the class name of a form.
 </p>
+
 <dl>
 
 <dt><i>formFile</i> (str)</dt>
@@ -140,10 +139,10 @@
 <a NAME="objectName" ID="objectName"></a>
 <h2>objectName</h2>
 <b>objectName</b>(<i>formFile, projectPath</i>)
-
 <p>
     Function to get the object name of a form.
 </p>
+
 <dl>
 
 <dt><i>formFile</i> (str)</dt>
@@ -161,10 +160,10 @@
 <a NAME="signatures" ID="signatures"></a>
 <h2>signatures</h2>
 <b>signatures</b>(<i>formFile, projectPath</i>)
-
 <p>
     Function to get the signatures of form elements.
 </p>
+
 <dl>
 
 <dt><i>formFile</i> (str)</dt>
@@ -178,4 +177,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