99 </p> |
99 </p> |
100 <div align="right"><a href="#top">Up</a></div> |
100 <div align="right"><a href="#top">Up</a></div> |
101 <hr /><hr /> |
101 <hr /><hr /> |
102 <a NAME="compileUiDir" ID="compileUiDir"></a> |
102 <a NAME="compileUiDir" ID="compileUiDir"></a> |
103 <h2>compileUiDir</h2> |
103 <h2>compileUiDir</h2> |
104 <b>compileUiDir</b>(<i>dir, recurse = False, map = None, **compileUi_args</i>) |
104 <b>compileUiDir</b>(<i>dir, recurse = False, map = None, ** compileUi_args</i>) |
105 <p> |
105 <p> |
106 Creates Python modules from Qt Designer .ui files in a directory or |
106 Creates Python modules from Qt Designer .ui files in a directory or |
107 directory tree. |
107 directory tree. |
108 </p><p> |
108 </p><p> |
109 Note: This function is a modified version of the one found in PyQt4. |
109 Note: This function is a modified version of the one found in PyQt4. |
218 </p> |
218 </p> |
219 <div align="right"><a href="#top">Up</a></div> |
219 <div align="right"><a href="#top">Up</a></div> |
220 <hr /><hr /> |
220 <hr /><hr /> |
221 <a NAME="createPyWrapper" ID="createPyWrapper"></a> |
221 <a NAME="createPyWrapper" ID="createPyWrapper"></a> |
222 <h2>createPyWrapper</h2> |
222 <h2>createPyWrapper</h2> |
223 <b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript = True</i>) |
223 <b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript=True</i>) |
224 <p> |
224 <p> |
225 Create an executable wrapper for a Python script. |
225 Create an executable wrapper for a Python script. |
226 </p><dl> |
226 </p><dl> |
227 <dt><i>pydir</i></dt> |
227 <dt><i>pydir</i></dt> |
228 <dd> |
228 <dd> |
252 </p> |
252 </p> |
253 <div align="right"><a href="#top">Up</a></div> |
253 <div align="right"><a href="#top">Up</a></div> |
254 <hr /><hr /> |
254 <hr /><hr /> |
255 <a NAME="exit" ID="exit"></a> |
255 <a NAME="exit" ID="exit"></a> |
256 <h2>exit</h2> |
256 <h2>exit</h2> |
257 <b>exit</b>(<i>rcode = 0</i>) |
257 <b>exit</b>(<i>rcode=0</i>) |
258 <p> |
258 <p> |
259 Exit the install script. |
259 Exit the install script. |
260 </p> |
260 </p> |
261 <div align="right"><a href="#top">Up</a></div> |
261 <div align="right"><a href="#top">Up</a></div> |
262 <hr /><hr /> |
262 <hr /><hr /> |
310 </dl> |
310 </dl> |
311 <div align="right"><a href="#top">Up</a></div> |
311 <div align="right"><a href="#top">Up</a></div> |
312 <hr /><hr /> |
312 <hr /><hr /> |
313 <a NAME="usage" ID="usage"></a> |
313 <a NAME="usage" ID="usage"></a> |
314 <h2>usage</h2> |
314 <h2>usage</h2> |
315 <b>usage</b>(<i>rcode = 2</i>) |
315 <b>usage</b>(<i>rcode=2</i>) |
316 <p> |
316 <p> |
317 Display a usage message and exit. |
317 Display a usage message and exit. |
318 </p><dl> |
318 </p><dl> |
319 <dt><i>rcode</i></dt> |
319 <dt><i>rcode</i></dt> |
320 <dd> |
320 <dd> |