--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html Sun Jun 21 18:26:12 2020 +0200 @@ -61,7 +61,7 @@ </tr> <tr> <td><a href="#checkPyside">checkPyside</a></td> -<td>Module function to check the presence of PySide/PySide2.</td> +<td>Module function to check the presence of PySide2.</td> </tr> <tr> <td><a href="#compactPath">compactPath</a></td> @@ -141,7 +141,7 @@ </tr> <tr> <td><a href="#generatePySideToolPath">generatePySideToolPath</a></td> -<td>Module function to generate the executable path for a PySide/PySide2 tool.</td> +<td>Module function to generate the executable path for a PySide2 tool.</td> </tr> <tr> <td><a href="#generateQtToolName">generateQtToolName</a></td> @@ -583,26 +583,25 @@ <b>checkPyside</b>(<i>variant="2"</i>) <p> - Module function to check the presence of PySide/PySide2. + Module function to check the presence of PySide2. </p> <dl> <dt><i>variant</i> (str)</dt> <dd> -indicator for the PySide variant +indicator for the PySide variant (not used) </dd> </dl> <dl> <dt>Returns:</dt> <dd> -list of two flags indicating the presence of PySide/PySide2 for - Python2 and PySide/PySide2 for Python3 +flags indicating the presence of PySide2 </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (bool, bool) +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -762,7 +761,7 @@ <dl> <dt>Returns:</dt> <dd> -Python version if file is Python2 or Python3 (int) +Python version if file is Python3 (int) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -1160,7 +1159,7 @@ <b>generatePySideToolPath</b>(<i>toolname, variant="2"</i>) <p> - Module function to generate the executable path for a PySide/PySide2 tool. + Module function to generate the executable path for a PySide2 tool. </p> <dl> @@ -1170,13 +1169,13 @@ </dd> <dt><i>variant</i> (str)</dt> <dd> -indicator for the PySide variant +indicator for the PySide variant (not used) </dd> </dl> <dl> <dt>Returns:</dt> <dd> -the PySide/PySide2 tool path with extension +the PySide2 tool path with extension </dd> </dl> <dl>