ThemeManager Class
| Header: | #include <ThemeManager> |
Properties
- appTheme : const QString
- appThemeInvalid : const bool
- themeList : const QVariantList
Public Functions
| void | addAppTheme(const QString &name, const QString &qrc_path) |
| void | addAppThemePath(const QString &path) |
| void | appStartupTheme(const QString &name) |
| QString | appTheme() const |
| bool | appThemeInvalid() const |
| bool | getPropertyData(const QString &className, const QString &groupName, const QString &tpName, const QString &state, const QString &property, QVariant &result) |
| QVariantList | themeList() const |
Signals
| void | appThemeChanged() |
| void | appThemeInvalidChanged() |
| void | themeListChanged() |
Static Public Members
| QObject * | exampleQmlSingletonType(QQmlEngine *engine, QJSEngine *scriptEngine) |
| ThemeManager * | getInstance() |
Detailed Description
See also ThemeManager.
Property Documentation
appTheme : const QString
Access functions:
| QString | appTheme() const |
Notifier signal:
| void | appThemeChanged() |
appThemeInvalid : const bool
Access functions:
| bool | appThemeInvalid() const |
Notifier signal:
| void | appThemeInvalidChanged() |
themeList : const QVariantList
Access functions:
| QVariantList | themeList() const |