summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-11-09 17:42:15 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-11-09 18:14:01 -0600
commit545b7b4eb7f629ccbbe03d7c20c305f1225b5416 (patch)
tree8a3a4ff40c6819f67a83ee857ed4da781483e7e4 /src/settingsdialog.h
parent71830a65d49587d012b00e0cea39e270011e2ce7 (diff)
Fix button colors in the settings dialog with the default theme
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index c678ec78..7df52ccd 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -44,6 +44,12 @@ public:
explicit SettingsDialog(PluginContainer *pluginContainer, QWidget *parent = 0);
~SettingsDialog();
+ /**
+ * @brief get stylesheet of settings buttons with colored background
+ * @return string of stylesheet
+ */
+ QString getColoredButtonStyleSheet() const;
+
public slots:
virtual void accept();