diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Utilities.uic.html --- a/Documentation/Source/eric5.Utilities.uic.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Utilities.uic.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,8 +22,8 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Utilities.uic</h1> <p> -Module implementing a function to compile all user interface files of a -directory or directory tree. +Module implementing a function to compile all user interface files of a +directory or directory tree. </p> <h3>Global Attributes</h3> <table> @@ -37,16 +37,16 @@ <table> <tr> <td><a href="#compileUiDir">compileUiDir</a></td> -<td>Creates Python modules from Qt Designer .ui files in a directory or directory tree.</td> +<td>Creates Python modules from Qt Designer .ui files in a directory or directory tree.</td> </tr><tr> <td><a href="#compileUiFiles">compileUiFiles</a></td> -<td>Module function to compile the .ui files of a directory tree to Python sources.</td> +<td>Module function to compile the .ui files of a directory tree to Python sources.</td> </tr><tr> <td><a href="#compile_ui">compile_ui</a></td> -<td>Local function to compile a single .ui file.</td> +<td>Local function to compile a single .ui file.</td> </tr><tr> <td><a href="#pyName">pyName</a></td> -<td>Local function to create the Python source file name for the compiled .ui file.</td> +<td>Local function to create the Python source file name for the compiled .ui file.</td> </tr> </table> <hr /><hr /> @@ -54,30 +54,30 @@ <h2>compileUiDir</h2> <b>compileUiDir</b>(<i>dir, recurse = False, map = None, **compileUi_args</i>) <p> - Creates Python modules from Qt Designer .ui files in a directory or - directory tree. + Creates Python modules from Qt Designer .ui files in a directory or + directory tree. </p><p> - Note: This function is a modified version of the one found in PyQt4. + Note: This function is a modified version of the one found in PyQt4. </p><dl> <dt><i>dir</i></dt> <dd> -Name of the directory to scan for files whose name ends with - '.ui'. By default the generated Python module is created in the same - directory ending with '.py'. +Name of the directory to scan for files whose name ends with + '.ui'. By default the generated Python module is created in the same + directory ending with '.py'. </dd><dt><i>recurse</i></dt> <dd> -flag indicating that any sub-directories should be scanned. +flag indicating that any sub-directories should be scanned. </dd><dt><i>map</i></dt> <dd> -an optional callable that is passed the name of the directory - containing the '.ui' file and the name of the Python module that will be - created. The callable should return a tuple of the name of the directory - in which the Python module will be created and the (possibly modified) - name of the module. +an optional callable that is passed the name of the directory + containing the '.ui' file and the name of the Python module that will be + created. The callable should return a tuple of the name of the directory + in which the Python module will be created and the (possibly modified) + name of the module. </dd><dt><i>compileUi_args</i></dt> <dd> -any additional keyword arguments that are passed to - the compileUi() function that is called to create each Python module. +any additional keyword arguments that are passed to + the compileUi() function that is called to create each Python module. </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -86,14 +86,14 @@ <h2>compileUiFiles</h2> <b>compileUiFiles</b>(<i>dir, recurse = False</i>) <p> - Module function to compile the .ui files of a directory tree to Python sources. + Module function to compile the .ui files of a directory tree to Python sources. </p><dl> <dt><i>dir</i></dt> <dd> -name of a directory to scan for .ui files (string or QString) +name of a directory to scan for .ui files (string or QString) </dd><dt><i>recurse</i></dt> <dd> -flag indicating to recurse into subdirectories (boolean) +flag indicating to recurse into subdirectories (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -102,14 +102,14 @@ <h2>compile_ui</h2> <b>compile_ui</b>(<i>ui_dir, ui_file</i>) <p> - Local function to compile a single .ui file. + Local function to compile a single .ui file. </p><dl> <dt><i>ui_dir</i></dt> <dd> -directory containing the .ui file (string) +directory containing the .ui file (string) </dd><dt><i>ui_file</i></dt> <dd> -file name of the .ui file (string) +file name of the .ui file (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -118,19 +118,19 @@ <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. + Local function to create the Python source file name for the compiled .ui file. </p><dl> <dt><i>py_dir</i></dt> <dd> -suggested name of the directory (string) +suggested name of the directory (string) </dd><dt><i>py_file</i></dt> <dd> -suggested name for the compile source file (string) +suggested name for the compile source file (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -tuple of directory name (string) and source file name (string) +tuple of directory name (string) and source file name (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>