Merge pull request #5546 from ligfx/qtdynamicthemes

DolphinQt2: live updates to UI theme
This commit is contained in:
shuffle2
2017-06-05 17:15:17 -07:00
committed by GitHub
9 changed files with 54 additions and 21 deletions

View File

@ -26,6 +26,7 @@ public:
static Settings& Instance();
// UI
void SetThemeName(const QString& theme_name);
QString GetThemeDir() const;
QString GetResourcesDir() const;
QString GetProfilesDir() const;
@ -111,6 +112,7 @@ public:
void Save();
signals:
void ThemeChanged();
void PathAdded(const QString&);
void PathRemoved(const QString&);
void HideCursorChanged();