Module implementing Qt/PyQt/PySide related utility functions.
None |
None |
checkPyside | Module function to check the presence of PySide2/PySide6. |
generatePyQtToolPath | Module function to generate the executable path for a PyQt tool. |
generatePySideToolPath | Module function to generate the executable path for a PySide2/PySide6 tool. |
generateQtToolName | Module function to generate the executable name for a Qt tool like designer. |
getPyQt6ModulesDirectory | Function to determine the path to PyQt6 modules directory. |
getPyQtToolsPath | Module function to get the path of the PyQt tools. |
getQtBinariesPath | Module function to get the path of the Qt binaries. |
getQtMacBundle | Module function to determine the correct Mac OS X bundle name for Qt tools. |
hasQtDesigner | Function to check for the availabilility of Qt-Designer tool. |
hasQtLinguist | Function to check for the availabilility of Qt-Linguist tool. |
prepareQtMacBundle | Module function for starting Qt tools that are Mac OS X bundles. |
qVersionTuple | Module function to get the Qt version as a tuple. |
Module function to check the presence of PySide2/PySide6.
Module function to generate the executable path for a PyQt tool.
Module function to generate the executable path for a PySide2/PySide6 tool.
Module function to generate the executable name for a Qt tool like designer.
Function to determine the path to PyQt6 modules directory.
Module function to get the path of the PyQt tools.
Module function to get the path of the Qt binaries.
Module function to determine the correct Mac OS X bundle name for Qt tools.
Function to check for the availabilility of Qt-Designer tool.
Function to check for the availabilility of Qt-Linguist tool.
Module function for starting Qt tools that are Mac OS X bundles.
Module function to get the Qt version as a tuple.