179 Module function to generate the executable name for a Qt tool like |
179 Module function to generate the executable name for a Qt tool like |
180 designer. |
180 designer. |
181 </p> |
181 </p> |
182 <dl> |
182 <dl> |
183 |
183 |
184 <dt><i>toolname</i></dt> |
184 <dt><i>toolname</i> (str)</dt> |
185 <dd> |
185 <dd> |
186 base name of the tool (string) |
186 base name of the tool |
187 </dd> |
187 </dd> |
188 </dl> |
188 </dl> |
189 <dl> |
189 <dl> |
190 <dt>Return:</dt> |
190 <dt>Return:</dt> |
191 <dd> |
191 <dd> |
192 the Qt tool name without extension (string) |
192 the Qt tool name without extension |
|
193 </dd> |
|
194 </dl> |
|
195 <dl> |
|
196 <dt>Return Type:</dt> |
|
197 <dd> |
|
198 str |
193 </dd> |
199 </dd> |
194 </dl> |
200 </dl> |
195 <div align="right"><a href="#top">Up</a></div> |
201 <div align="right"><a href="#top">Up</a></div> |
196 <hr /> |
202 <hr /> |
197 <hr /> |
203 <hr /> |
283 <p> |
289 <p> |
284 Module function to determine the correct Mac OS X bundle name for Qt tools. |
290 Module function to determine the correct Mac OS X bundle name for Qt tools. |
285 </p> |
291 </p> |
286 <dl> |
292 <dl> |
287 |
293 |
288 <dt><i>toolname</i></dt> |
294 <dt><i>toolname</i> (str)</dt> |
289 <dd> |
295 <dd> |
290 plain name of the tool (e.g. "designer") (string) |
296 plain name of the tool (e.g. "designer") |
291 </dd> |
297 </dd> |
292 </dl> |
298 </dl> |
293 <dl> |
299 <dl> |
294 <dt>Return:</dt> |
300 <dt>Return:</dt> |
295 <dd> |
301 <dd> |
296 bundle name of the Qt tool (string) |
302 bundle name of the Qt tool |
|
303 </dd> |
|
304 </dl> |
|
305 <dl> |
|
306 <dt>Return Type:</dt> |
|
307 <dd> |
|
308 str |
297 </dd> |
309 </dd> |
298 </dl> |
310 </dl> |
299 <div align="right"><a href="#top">Up</a></div> |
311 <div align="right"><a href="#top">Up</a></div> |
300 <hr /> |
312 <hr /> |
301 <hr /> |
313 <hr /> |