--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html Wed Dec 23 16:28:35 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html Thu Dec 24 16:17:57 2020 +0100 @@ -61,7 +61,7 @@ </tr> <tr> <td><a href="#checkPyside">checkPyside</a></td> -<td>Module function to check the presence of PySide2.</td> +<td>Module function to check the presence of PySide2/PySide6.</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 PySide2 tool.</td> +<td>Module function to generate the executable path for a PySide2/PySide6 tool.</td> </tr> <tr> <td><a href="#generateQtToolName">generateQtToolName</a></td> @@ -575,19 +575,19 @@ <b>checkPyside</b>(<i>variant=2</i>) <p> - Module function to check the presence of PySide2. + Module function to check the presence of PySide2/PySide6. </p> <dl> -<dt><i>variant</i> (int)</dt> +<dt><i>variant</i> (int or str)</dt> <dd> -indicator for the PySide variant (not used) +indicator for the PySide variant </dd> </dl> <dl> <dt>Returns:</dt> <dd> -flags indicating the presence of PySide2 +flags indicating the presence of PySide2/PySide6 </dd> </dl> <dl> @@ -1163,7 +1163,7 @@ <b>generatePySideToolPath</b>(<i>toolname, variant=2</i>) <p> - Module function to generate the executable path for a PySide2 tool. + Module function to generate the executable path for a PySide2/PySide6 tool. </p> <dl> @@ -1171,15 +1171,15 @@ <dd> base name of the tool </dd> -<dt><i>variant</i> (int)</dt> +<dt><i>variant</i> (int or str)</dt> <dd> -indicator for the PySide variant (not used) +indicator for the PySide variant </dd> </dl> <dl> <dt>Returns:</dt> <dd> -the PySide2 tool path with extension +the PySide2/PySide6 tool path with extension </dd> </dl> <dl>