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

branch
eric7
changeset 10158
b5aadedf4214
parent 9624
b47dfa7a137d
child 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.QtUtilities.html	Thu Aug 17 14:47:52 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.QtUtilities.html	Fri Aug 25 10:49:39 2023 +0200
@@ -58,6 +58,14 @@
 <td>Module function to determine the correct Mac OS X bundle name for Qt tools.</td>
 </tr>
 <tr>
+<td><a href="#hasQtDesigner">hasQtDesigner</a></td>
+<td>Function to check for the availabilility of Qt-Designer tool.</td>
+</tr>
+<tr>
+<td><a href="#hasQtLinguist">hasQtLinguist</a></td>
+<td>Function to check for the availabilility of Qt-Linguist tool.</td>
+</tr>
+<tr>
 <td><a href="#prepareQtMacBundle">prepareQtMacBundle</a></td>
 <td>Module function for starting Qt tools that are Mac OS X bundles.</td>
 </tr>
@@ -291,6 +299,50 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
+<a NAME="hasQtDesigner" ID="hasQtDesigner"></a>
+<h2>hasQtDesigner</h2>
+<b>hasQtDesigner</b>(<i></i>)
+
+<p>
+    Function to check for the availabilility of Qt-Designer tool.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the availability of the Qt-Designer tool
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="hasQtLinguist" ID="hasQtLinguist"></a>
+<h2>hasQtLinguist</h2>
+<b>hasQtLinguist</b>(<i></i>)
+
+<p>
+    Function to check for the availabilility of Qt-Linguist tool.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the availability of the Qt-Linguist tool
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
 <a NAME="prepareQtMacBundle" ID="prepareQtMacBundle"></a>
 <h2>prepareQtMacBundle</h2>
 <b>prepareQtMacBundle</b>(<i>toolname, args</i>)

eric ide

mercurial