aboutsummaryrefslogtreecommitdiff
path: root/src/settingsdialog.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-07 10:46:23 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-07 10:46:23 +0200
commit425f9d41cd337133d5677744eef937a8a2a61212 (patch)
tree6cd5c2603e1499b89aae4fe5e56c6e650cb2117e /src/settingsdialog.hpp
parentec95bb371e54116a2627c162eac3357ec13f06ad (diff)
downloadkristall-425f9d41cd337133d5677744eef937a8a2a61212.tar.gz
Adds support for light/dark widget theme, adds experiemental support for http style sheets.
Diffstat (limited to 'src/settingsdialog.hpp')
-rw-r--r--src/settingsdialog.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settingsdialog.hpp b/src/settingsdialog.hpp
index cc51c96..eb9d68a 100644
--- a/src/settingsdialog.hpp
+++ b/src/settingsdialog.hpp
@@ -30,6 +30,9 @@ public:
ProtocolSetup protocols() const;
void setProtocols(ProtocolSetup const & proto);
+ QString uiTheme() const;
+ void setUiTheme(QString const & theme);
+
private slots:
void on_std_change_font_clicked();