--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.QtUtilities.html Thu Apr 10 18:39:29 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.QtUtilities.html Sun Apr 13 14:46:18 2025 +0200 @@ -25,7 +25,7 @@ <table> <tr> <td><a href="#checkPyside">checkPyside</a></td> -<td>Module function to check the presence of PySide2/PySide6.</td> +<td>Module function to check the presence of PySide.</td> </tr> <tr> <td><a href="#generatePyQtToolPath">generatePyQtToolPath</a></td> @@ -33,7 +33,7 @@ </tr> <tr> <td><a href="#generatePySideToolPath">generatePySideToolPath</a></td> -<td>Module function to generate the executable path for a PySide2/PySide6 tool.</td> +<td>Module function to generate the executable path for a PySide tool.</td> </tr> <tr> <td><a href="#generateQtToolName">generateQtToolName</a></td> @@ -77,9 +77,9 @@ <hr /> <a NAME="checkPyside" ID="checkPyside"></a> <h2>checkPyside</h2> -<b>checkPyside</b>(<i>variant=2</i>) +<b>checkPyside</b>(<i>variant=6</i>) <p> - Module function to check the presence of PySide2/PySide6. + Module function to check the presence of PySide. </p> <dl> @@ -92,7 +92,7 @@ <dl> <dt>Return:</dt> <dd> -flags indicating the presence of PySide2/PySide6 +flags indicating the presence of PySide </dd> </dl> <dl> @@ -139,9 +139,9 @@ <hr /> <a NAME="generatePySideToolPath" ID="generatePySideToolPath"></a> <h2>generatePySideToolPath</h2> -<b>generatePySideToolPath</b>(<i>toolname, variant=2</i>) +<b>generatePySideToolPath</b>(<i>toolname, variant=6</i>) <p> - Module function to generate the executable path for a PySide2/PySide6 tool. + Module function to generate the executable path for a PySide tool. </p> <dl> @@ -158,7 +158,7 @@ <dl> <dt>Return:</dt> <dd> -the PySide2/PySide6 tool path with extension +the PySide tool path with extension </dd> </dl> <dl>