Module defining common data to be used by all modules.
configDir |
recentNameFiles |
recentNameHexFiles |
recentNameHosts |
recentNameMultiProject |
recentNameProject |
settingsNameGlobal |
settingsNameOrganization |
settingsNameRecent |
None |
checkBlacklistedVersions | Module functions to check for blacklisted versions of the prerequisites. |
findPythonInterpreters | Module function for searching a Python interpreter. |
getConfigDir | Module function to get the name of the directory storing the config data. |
getPyQt5ModulesDirectory | Function to determine the path to PyQt5's (or PyQt4's) modules directory. |
getPyQtToolsPath | Module function to get the path of the PyQt tools. |
getPythonModulesDirectory | Function to determine the path to Python's modules directory. |
getQtBinariesPath | Module function to get the path of the Qt binaries. |
isLinuxPlatform | Function to check, if this is a Linux platform. |
isMacPlatform | Function to check, if this is a Mac platform. |
isWindowsPlatform | Function to check, if this is a Windows platform. |
qVersionTuple | Module function to get the Qt version as a tuple. |
setConfigDir | Module function to set the name of the directory storing the config data. |
strGroup | Module function to group a string into sub-strings separated by a separator. |
strToQByteArray | Module function to convert a Python string into a QByteArray. |
toBool | Module function to convert a value to bool. |
toByteArray | Module function to convert a value to a byte array. |
toDict | Module function to convert a value to a dictionary. |
toList | Module function to convert a value to a list. |
translate | Module function to handle different PyQt 4/5 QCoreApplication.translate parameter. |
versionToTuple | Module function to convert a version string into a tuple. |
Module functions to check for blacklisted versions of the prerequisites.
Module function for searching a Python interpreter.
Module function to get the name of the directory storing the config data.
Function to determine the path to PyQt5's (or PyQt4's) modules directory.
Module function to get the path of the PyQt tools.
Function to determine the path to Python's modules directory.
Module function to get the path of the Qt binaries.
Function to check, if this is a Linux platform.
Function to check, if this is a Mac platform.
Function to check, if this is a Windows platform.
Module function to get the Qt version as a tuple.
Module function to set the name of the directory storing the config data.
Module function to group a string into sub-strings separated by a separator.
Module function to convert a Python string into a QByteArray.
Module function to convert a value to bool.
Module function to convert a value to a byte array.
Module function to convert a value to a dictionary.
Module function to convert a value to a list.
Module function to handle different PyQt 4/5 QCoreApplication.translate parameter.
Module function to convert a version string into a tuple.
Note: A version string consists of non-negative decimals separated by "." optionally followed by a suffix. Suffix is everything after the last decimal.