From efb7f109e89c3d8c093c238fb7671c7ab2475f25 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 24 May 2013 15:19:48 -0300 Subject: Added support for a preliminary Preferences Dialog Dirk asked me to try to make it more modern, so I used as a base, the Firefox preferences. currently it saves / loads the preferences, and also smits a signal 'preferencesChanged' that should be connected to anything that uses preferenes, via the PreferencesDialog::intance() object. In the future, I plan to make it have a signal / slot for each member that changes. I also moved the icons to a new folder this time, because the amount of icons is now more than just two, and it was becoming messy. Signed-off-by: Tomaz Canabrava --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1cc26a007..9c9373d19 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ HEADERS = \ qt-ui/globe.h \ qt-ui/kmessagewidget.h \ qt-ui/downloadfromdivecomputer.h \ + qt-ui/preferences.h \ SOURCES = \ @@ -75,6 +76,7 @@ SOURCES = \ qt-ui/globe.cpp \ qt-ui/kmessagewidget.cpp \ qt-ui/downloadfromdivecomputer.cpp \ + qt-ui/preferences.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2