Create a toolbox on the left side of the new profile

For quick acess of preferences the show / hide stuff from the Settings
dialog is now in that toolbox and in the future we can put a few more,
like 'Show Notifications Panel' and 'Enable Legend'

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-02-06 11:38:28 -02:00 committed by Dirk Hohndel
parent 2a9289ac99
commit c84ef319a2
5 changed files with 524 additions and 11 deletions

View file

@ -14,6 +14,7 @@ Q_OBJECT
public:
static PreferencesDialog* instance();
void showEvent(QShowEvent* );
void emitSettingsChanged();
signals:
void settingsChanged();
public slots: