--- a/Documentation/Source/eric5.Utilities.__init__.html Thu Jun 30 08:07:32 2011 +0200 +++ b/Documentation/Source/eric5.Utilities.__init__.html Thu Jun 30 08:09:11 2011 +0200 @@ -47,6 +47,9 @@ <td><a href="#checkBlacklistedVersions">checkBlacklistedVersions</a></td> <td>Module functions to check for blacklisted versions of the prerequisites.</td> </tr><tr> +<td><a href="#checkPyside">checkPyside</a></td> +<td>Module function to check the presence of PySide.</td> +</tr><tr> <td><a href="#compactPath">compactPath</a></td> <td>Function to return a compacted path fitting inside the given width.</td> </tr><tr> @@ -336,6 +339,19 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="checkPyside" ID="checkPyside"></a> +<h2>checkPyside</h2> +<b>checkPyside</b>(<i></i>) +<p> + Module function to check the presence of PySide. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating the presence of PySide (boolean) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="compactPath" ID="compactPath"></a> <h2>compactPath</h2> <b>compactPath</b>(<i>path, width, measure=len</i>)