GlobalVariables Class
class ScreenPlay::GlobalVariablesContains all variables that are globally needed. More...
Header: | #include <GlobalVariables> |
Public Functions
GlobalVariables(QObject *parent = nullptr) | |
QUrl | localSettingsPath() const |
QUrl | localStoragePath() const |
QVersionNumber | version() const |
QUrl | wallpaperExecutablePath() const |
QUrl | widgetExecutablePath() const |
Public Slots
void | setLocalSettingsPath(QUrl localSettingsPath) |
void | setLocalStoragePath(QUrl localStoragePath) |
void | setWallpaperExecutablePath(QUrl wallpaperExecutablePath) |
void | setWidgetExecutablePath(QUrl widgetExecutablePath) |
Signals
void | localSettingsPathChanged(QUrl localSettingsPath) |
void | localStoragePathChanged(QUrl localStoragePath) |
void | wallpaperExecutablePathChanged(QUrl wallpaperExecutablePath) |
void | widgetExecutablePathChanged(QUrl widgetExecutablePath) |