eric6/Documentation/Source/eric6.Utilities.__init__.html

changeset 7586
9ca5907d5ed3
parent 7273
391d6b7b1eff
child 7602
44998fccbf6f
--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html	Fri May 08 18:02:25 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html	Fri May 08 18:10:05 2020 +0200
@@ -2065,30 +2065,32 @@
 <hr />
 <a NAME="prepareQtMacBundle" ID="prepareQtMacBundle"></a>
 <h2>prepareQtMacBundle</h2>
-<b>prepareQtMacBundle</b>(<i>toolname, version, args</i>)
+<b>prepareQtMacBundle</b>(<i>toolname, args</i>)
 
 <p>
     Module function for starting Qt tools that are Mac OS X bundles.
 </p>
 <dl>
 
-<dt><i>toolname</i></dt>
-<dd>
-plain name of the tool (e.g. "designer") (string)
-</dd>
-<dt><i>version</i></dt>
+<dt><i>toolname</i> (str)</dt>
 <dd>
-indication for the requested version (Qt 4) (integer)
+plain name of the tool (e.g. "designer")
 </dd>
-<dt><i>args</i></dt>
+<dt><i>args</i> (list of str)</dt>
 <dd>
-name of input file for tool, if any (list of strings)
+name of input file for tool, if any
 </dd>
 </dl>
 <dl>
 <dt>Returns:</dt>
 <dd>
-command-name and args for QProcess (tuple)
+command-name and args for QProcess
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, list of str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial