diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Utilities.uic.html --- a/src/eric7/Documentation/Source/eric7.Utilities.uic.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.uic.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,25 +7,23 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Utilities.uic</h1> - <p> Module implementing a function to compile all user interface files of a directory or directory tree. </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="#__pyName">__pyName</a></td> <td>Local function to create the Python source file name for the compiled .ui file.</td> @@ -35,16 +33,17 @@ <td>Module function to compile the .ui files of a directory tree to Python sources.</td> </tr> </table> + <hr /> <hr /> <a NAME="__pyName" ID="__pyName"></a> <h2>__pyName</h2> <b>__pyName</b>(<i>py_dir, py_file</i>) - <p> Local function to create the Python source file name for the compiled .ui file. </p> + <dl> <dt><i>py_dir</i> (str)</dt> @@ -74,11 +73,11 @@ <a NAME="compileUiFiles" ID="compileUiFiles"></a> <h2>compileUiFiles</h2> <b>compileUiFiles</b>(<i>directory, recurse=False</i>) - <p> Module function to compile the .ui files of a directory tree to Python sources. </p> + <dl> <dt><i>directory</i> (str)</dt> @@ -92,4 +91,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>