Module defining common data to be used by all modules.
configDir |
recentNameBreakpointConditions |
recentNameBreakpointFiles |
recentNameFiles |
recentNameHexFiles |
recentNameHosts |
recentNameMultiProject |
recentNameProject |
settingsNameGlobal |
settingsNameOrganization |
settingsNameRecent |
None |
dataString | Module function to generate a formatted size string. |
desktopName | Function to determine the name of the desktop environment used (Linux only). |
getConfigDir | Module function to get the name of the directory storing the config data. |
getPyQt5ModulesDirectory | Function to determine the path to PyQt5 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. |
getWebBrowserSupport | Module function to determine the supported web browser variant. |
isGnomeDesktop | Function to check, if the current session is a Gnome desktop (Linux only). |
isKdeDesktop | Function to check, if the current session is a KDE desktop (Linux only). |
isLinuxPlatform | Function to check, if this is a Linux platform. |
isMacPlatform | Function to check, if this is a Mac platform. |
isWaylandSession | Function to check, if the current session is a wayland session. |
isWindowsPlatform | Function to check, if this is a Windows platform. |
qVersionTuple | Module function to get the Qt version as a tuple. |
sessionType | Function to determine the name of the running session (Linux only). |
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 function to generate a formatted size string.
Function to determine the name of the desktop environment used (Linux only).
Module function to get the name of the directory storing the config data.
Function to determine the path to PyQt5 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.
Module function to determine the supported web browser variant.
Function to check, if the current session is a Gnome desktop (Linux only).
Function to check, if the current session is a KDE desktop (Linux only).
Function to check, if this is a Linux platform.
Function to check, if this is a Mac platform.
Function to check, if the current session is a wayland session.
Function to check, if this is a Windows platform.
Module function to get the Qt version as a tuple.
Function to determine the name of the running session (Linux only).
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.