--- a/Documentation/Source/eric5.Utilities.__init__.html Mon Oct 17 19:37:55 2011 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Mon Oct 17 19:38:59 2011 +0200 @@ -137,6 +137,9 @@ <td><a href="#getPythonVersion">getPythonVersion</a></td> <td>Function to get the Python version (major, minor) as an integer value.</td> </tr><tr> +<td><a href="#getQtMacBundle">getQtMacBundle</a></td> +<td>Module function to determine the correct Mac OS X bundle name for Qt tools.</td> +</tr><tr> <td><a href="#getTestFileName">getTestFileName</a></td> <td>Function to build the filename of a unittest file.</td> </tr><tr> @@ -920,6 +923,24 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="getQtMacBundle" ID="getQtMacBundle"></a> +<h2>getQtMacBundle</h2> +<b>getQtMacBundle</b>(<i>toolname</i>) +<p> + Module function to determine the correct Mac OS X bundle name for Qt tools. +</p><dl> +<dt><i>toolname</i></dt> +<dd> +plain name of the tool (e.g. "designer") (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +bundle name of the Qt tool (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="getTestFileName" ID="getTestFileName"></a> <h2>getTestFileName</h2> <b>getTestFileName</b>(<i>fn</i>)