50 <tr> |
50 <tr> |
51 <td><a href="#compileUiFiles">compileUiFiles</a></td> |
51 <td><a href="#compileUiFiles">compileUiFiles</a></td> |
52 <td>Compile the .ui files to Python sources.</td> |
52 <td>Compile the .ui files to Python sources.</td> |
53 </tr> |
53 </tr> |
54 <tr> |
54 <tr> |
|
55 <td><a href="#createInstallInfoFile">createInstallInfoFile</a></td> |
|
56 <td>Create a file containing some rudimentary install information.</td> |
|
57 </tr> |
|
58 <tr> |
55 <td><a href="#getDataFiles">getDataFiles</a></td> |
59 <td><a href="#getDataFiles">getDataFiles</a></td> |
56 <td>Function to return data_files in a platform dependent manner.</td> |
60 <td>Function to return data_files in a platform dependent manner.</td> |
57 </tr> |
61 </tr> |
58 <tr> |
62 <tr> |
59 <td><a href="#getLongDescription">getLongDescription</a></td> |
63 <td><a href="#getLongDescription">getLongDescription</a></td> |
139 </dd> |
143 </dd> |
140 </dl> |
144 </dl> |
141 <div align="right"><a href="#top">Up</a></div> |
145 <div align="right"><a href="#top">Up</a></div> |
142 <hr /> |
146 <hr /> |
143 <hr /> |
147 <hr /> |
|
148 <a NAME="createInstallInfoFile" ID="createInstallInfoFile"></a> |
|
149 <h2>createInstallInfoFile</h2> |
|
150 <b>createInstallInfoFile</b>(<i>dirName</i>) |
|
151 |
|
152 <p> |
|
153 Create a file containing some rudimentary install information. |
|
154 </p> |
|
155 <dl> |
|
156 |
|
157 <dt><i>dirName</i> (str)</dt> |
|
158 <dd> |
|
159 name of the directory to compile UI files for |
|
160 </dd> |
|
161 </dl> |
|
162 <div align="right"><a href="#top">Up</a></div> |
|
163 <hr /> |
|
164 <hr /> |
144 <a NAME="getDataFiles" ID="getDataFiles"></a> |
165 <a NAME="getDataFiles" ID="getDataFiles"></a> |
145 <h2>getDataFiles</h2> |
166 <h2>getDataFiles</h2> |
146 <b>getDataFiles</b>(<i></i>) |
167 <b>getDataFiles</b>(<i></i>) |
147 |
168 |
148 <p> |
169 <p> |