50 </tr> |
50 </tr> |
51 </table> |
51 </table> |
52 <hr /><hr /> |
52 <hr /><hr /> |
53 <a NAME="compileUiDir" ID="compileUiDir"></a> |
53 <a NAME="compileUiDir" ID="compileUiDir"></a> |
54 <h2>compileUiDir</h2> |
54 <h2>compileUiDir</h2> |
55 <b>compileUiDir</b>(<i>dir, recurse = False, map = None, **compileUi_args</i>) |
55 <b>compileUiDir</b>(<i>dir, recurse = False, map = None, ** compileUi_args</i>) |
56 <p> |
56 <p> |
57 Creates Python modules from Qt Designer .ui files in a directory or |
57 Creates Python modules from Qt Designer .ui files in a directory or |
58 directory tree. |
58 directory tree. |
59 </p><p> |
59 </p><p> |
60 Note: This function is a modified version of the one found in PyQt4. |
60 Note: This function is a modified version of the one found in PyQt4. |
82 </dl> |
82 </dl> |
83 <div align="right"><a href="#top">Up</a></div> |
83 <div align="right"><a href="#top">Up</a></div> |
84 <hr /><hr /> |
84 <hr /><hr /> |
85 <a NAME="compileUiFiles" ID="compileUiFiles"></a> |
85 <a NAME="compileUiFiles" ID="compileUiFiles"></a> |
86 <h2>compileUiFiles</h2> |
86 <h2>compileUiFiles</h2> |
87 <b>compileUiFiles</b>(<i>dir, recurse = False</i>) |
87 <b>compileUiFiles</b>(<i>dir, recurse=False</i>) |
88 <p> |
88 <p> |
89 Module function to compile the .ui files of a directory tree to Python sources. |
89 Module function to compile the .ui files of a directory tree to Python sources. |
90 </p><dl> |
90 </p><dl> |
91 <dt><i>dir</i></dt> |
91 <dt><i>dir</i></dt> |
92 <dd> |
92 <dd> |