Qt: Allow custom stylesheets

This commit is contained in:
spycrab
2018-05-06 18:25:37 +02:00
parent c3d88a622d
commit 0170052f5d
8 changed files with 98 additions and 3 deletions

View File

@ -44,6 +44,11 @@ public:
// UI
void SetThemeName(const QString& theme_name);
void SetCurrentUserStyle(const QString& stylesheet_path);
QString GetCurrentUserStyle() const;
void SetUserStylesEnabled(bool enabled);
bool AreUserStylesEnabled() const;
bool IsInDevelopmentWarningEnabled() const;
bool IsLogVisible() const;