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. |
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. |
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. |
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. |
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.
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 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 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.