src/eric7/Documentation/Source/eric7.SystemUtilities.QtUtilities.html

branch
eric7
changeset 10158
b5aadedf4214
parent 9624
b47dfa7a137d
child 10431
64157aeb0312
equal deleted inserted replaced
10157:0020603d754b 10158:b5aadedf4214
56 <tr> 56 <tr>
57 <td><a href="#getQtMacBundle">getQtMacBundle</a></td> 57 <td><a href="#getQtMacBundle">getQtMacBundle</a></td>
58 <td>Module function to determine the correct Mac OS X bundle name for Qt tools.</td> 58 <td>Module function to determine the correct Mac OS X bundle name for Qt tools.</td>
59 </tr> 59 </tr>
60 <tr> 60 <tr>
61 <td><a href="#hasQtDesigner">hasQtDesigner</a></td>
62 <td>Function to check for the availabilility of Qt-Designer tool.</td>
63 </tr>
64 <tr>
65 <td><a href="#hasQtLinguist">hasQtLinguist</a></td>
66 <td>Function to check for the availabilility of Qt-Linguist tool.</td>
67 </tr>
68 <tr>
61 <td><a href="#prepareQtMacBundle">prepareQtMacBundle</a></td> 69 <td><a href="#prepareQtMacBundle">prepareQtMacBundle</a></td>
62 <td>Module function for starting Qt tools that are Mac OS X bundles.</td> 70 <td>Module function for starting Qt tools that are Mac OS X bundles.</td>
63 </tr> 71 </tr>
64 <tr> 72 <tr>
65 <td><a href="#qVersionTuple">qVersionTuple</a></td> 73 <td><a href="#qVersionTuple">qVersionTuple</a></td>
289 </dd> 297 </dd>
290 </dl> 298 </dl>
291 <div align="right"><a href="#top">Up</a></div> 299 <div align="right"><a href="#top">Up</a></div>
292 <hr /> 300 <hr />
293 <hr /> 301 <hr />
302 <a NAME="hasQtDesigner" ID="hasQtDesigner"></a>
303 <h2>hasQtDesigner</h2>
304 <b>hasQtDesigner</b>(<i></i>)
305
306 <p>
307 Function to check for the availabilility of Qt-Designer tool.
308 </p>
309 <dl>
310 <dt>Return:</dt>
311 <dd>
312 flag indicating the availability of the Qt-Designer tool
313 </dd>
314 </dl>
315 <dl>
316 <dt>Return Type:</dt>
317 <dd>
318 bool
319 </dd>
320 </dl>
321 <div align="right"><a href="#top">Up</a></div>
322 <hr />
323 <hr />
324 <a NAME="hasQtLinguist" ID="hasQtLinguist"></a>
325 <h2>hasQtLinguist</h2>
326 <b>hasQtLinguist</b>(<i></i>)
327
328 <p>
329 Function to check for the availabilility of Qt-Linguist tool.
330 </p>
331 <dl>
332 <dt>Return:</dt>
333 <dd>
334 flag indicating the availability of the Qt-Linguist tool
335 </dd>
336 </dl>
337 <dl>
338 <dt>Return Type:</dt>
339 <dd>
340 bool
341 </dd>
342 </dl>
343 <div align="right"><a href="#top">Up</a></div>
344 <hr />
345 <hr />
294 <a NAME="prepareQtMacBundle" ID="prepareQtMacBundle"></a> 346 <a NAME="prepareQtMacBundle" ID="prepareQtMacBundle"></a>
295 <h2>prepareQtMacBundle</h2> 347 <h2>prepareQtMacBundle</h2>
296 <b>prepareQtMacBundle</b>(<i>toolname, args</i>) 348 <b>prepareQtMacBundle</b>(<i>toolname, args</i>)
297 349
298 <p> 350 <p>

eric ide

mercurial