mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Qt: Allow custom stylesheets
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user