From 9d98a248bac435de7b53ffad8f33fdb9f1e9b13d Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 3 Feb 2015 08:54:28 -0500 Subject: 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. --- lumina-config/ThemeDialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lumina-config/ThemeDialog.h') 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*); }; -- cgit