aboutsummaryrefslogtreecommitdiff
path: root/lumina-config/ThemeDialog.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-02-03 08:54:28 -0500
committerKen Moore <ken@pcbsd.org>2015-02-03 08:54:28 -0500
commit9d98a248bac435de7b53ffad8f33fdb9f1e9b13d (patch)
tree4733a129d517da2621fe6998b39fdae2cdf2dbcc /lumina-config/ThemeDialog.h
parentMake sure that the panel has the "sticky" flag set. This ensures that it is c... (diff)
downloadlumina-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.h2
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*);
};
bgstack15