--- a/src/eric7/SystemUtilities/QtUtilities.py Thu Apr 10 18:39:29 2025 +0200 +++ b/src/eric7/SystemUtilities/QtUtilities.py Sun Apr 13 14:46:18 2025 +0200 @@ -329,19 +329,19 @@ ############################################################################### -## PySide2/PySide6 utility functions below +## PySide utility functions below ############################################################################### -def generatePySideToolPath(toolname, variant=2): +def generatePySideToolPath(toolname, variant=6): """ - Module function to generate the executable path for a PySide2/PySide6 tool. + Module function to generate the executable path for a PySide tool. @param toolname base name of the tool @type str @param variant indicator for the PySide variant @type int or str - @return the PySide2/PySide6 tool path with extension + @return the PySide tool path with extension @rtype str """ from eric7 import Preferences @@ -377,13 +377,13 @@ return toolname -def checkPyside(variant=2): +def checkPyside(variant=6): """ - Module function to check the presence of PySide2/PySide6. + Module function to check the presence of PySide. @param variant indicator for the PySide variant @type int or str - @return flags indicating the presence of PySide2/PySide6 + @return flags indicating the presence of PySide @rtype bool """ from eric7 import Preferences