Module defining common data to be used by all modules.
configDir |
recentNameBreakpointConditions |
recentNameBreakpointFiles |
recentNameFiles |
recentNameHexFiles |
recentNameHosts |
recentNameMultiProject |
recentNamePdfFiles |
recentNameProject |
recentNameTestDiscoverHistory |
recentNameTestEnvironment |
recentNameTestFileHistory |
recentNameTestFramework |
recentNameTestNameHistory |
settingsNameGlobal |
settingsNameOrganization |
settingsNameRecent |
None |
dataString | Module function to generate a formatted size string. |
getConfigDir | Module function to get the name of the directory storing the config data. |
getInstallInfoFilePath | Public method to get the path name of the install info file. |
getWebBrowserSupport | Module function to determine the supported web browser variant. |
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. |
versionIsValid | Function to check, if the given version string is valid. |
versionToTuple | Module function to convert a version string into a tuple. |
Module function to generate a formatted size string.
Module function to get the name of the directory storing the config data.
Public method to get the path name of the install info file.
Module function to determine the supported web browser variant.
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.
Function to check, if the given version string is valid.
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.