diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-03 08:54:28 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-03 08:54:28 -0500 |
commit | 9d98a248bac435de7b53ffad8f33fdb9f1e9b13d (patch) | |
tree | 4733a129d517da2621fe6998b39fdae2cdf2dbcc /lumina-config/ThemeDialog.h | |
parent | Make sure that the panel has the "sticky" flag set. This ensures that it is c... (diff) | |
download | lumina-9d98a248bac435de7b53ffad8f33fdb9f1e9b13d.tar.gz lumina-9d98a248bac435de7b53ffad8f33fdb9f1e9b13d.tar.bz2 lumina-9d98a248bac435de7b53ffad8f33fdb9f1e9b13d.zip |
Add an "apply" button to the lumina-config theme editor. Now the "save" button is for saving the theme to file (without closing the editor), and "apply" will both save and close the editor. Also make sure the save and apply buttons are actively enabled/disabled as necessary.
Diffstat (limited to 'lumina-config/ThemeDialog.h')
-rw-r--r-- | lumina-config/ThemeDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-config/ThemeDialog.h b/lumina-config/ThemeDialog.h index 15299e41..95bd9d73 100644 --- a/lumina-config/ThemeDialog.h +++ b/lumina-config/ThemeDialog.h @@ -49,8 +49,10 @@ public: QString themename, themepath; private slots: + void themeChanged(); void on_push_save_clicked(); void on_push_cancel_clicked(); + void on_push_apply_clicked(); void menuTriggered(QAction*); }; |