Documentation/Source/eric6.Utilities.__init__.html

changeset 5697
ee81081a0ff7
parent 5606
da305d172769
child 5708
9b01b4004314
--- a/Documentation/Source/eric6.Utilities.__init__.html	Sun Apr 09 19:41:35 2017 +0200
+++ b/Documentation/Source/eric6.Utilities.__init__.html	Mon Apr 10 19:14:40 2017 +0200
@@ -103,6 +103,9 @@
 <td><a href="#generatePluginsVersionInfo">generatePluginsVersionInfo</a></td>
 <td>Module function to generate a string with plugins version infos.</td>
 </tr><tr>
+<td><a href="#generatePyQtToolPath">generatePyQtToolPath</a></td>
+<td>Module function to generate the executable path for a PyQt tool.</td>
+</tr><tr>
 <td><a href="#generatePySideToolPath">generatePySideToolPath</a></td>
 <td>Module function to generate the executable path for a PySide tool.</td>
 </tr><tr>
@@ -816,6 +819,29 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="generatePyQtToolPath" ID="generatePyQtToolPath"></a>
+<h2>generatePyQtToolPath</h2>
+<b>generatePyQtToolPath</b>(<i>toolname</i>)
+<p>
+    Module function to generate the executable path for a PyQt tool.
+</p><dl>
+<dt><i>toolname</i> (str)</dt>
+<dd>
+base name of the tool
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+executable path name of the tool
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="generatePySideToolPath" ID="generatePySideToolPath"></a>
 <h2>generatePySideToolPath</h2>
 <b>generatePySideToolPath</b>(<i>toolname</i>)
@@ -824,7 +850,7 @@
 </p><dl>
 <dt><i>toolname</i></dt>
 <dd>
-base name of the tool (string or QString)
+base name of the tool (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial