aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-02-06 11:38:28 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-06 06:34:05 -0800
commitc84ef319a2d83affbd4a0f2f7c391cdfb25d09ee (patch)
treed0823cf0e41854e8faf9aeaa535ab6380c47645c /qt-ui/mainwindow.h
parent2a9289ac99f5be630e768a97dc30525c15e430ce (diff)
downloadsubsurface-c84ef319a2d83affbd4a0f2f7c391cdfb25d09ee.tar.gz
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>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 67b0cc0d9..c9d20056f 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -105,6 +105,21 @@ private slots:
void on_actionImportDiveLog_triggered();
+ /* TODO: Move those slots below to it's own class */
+ void on_profCalcAllTissues_clicked(bool triggered);
+ void on_profCalcCeiling_clicked(bool triggered);
+ void on_profDcCeiling_clicked(bool triggered);
+ void on_profEad_clicked(bool triggered);
+ void on_profIncrement3m_clicked(bool triggered);
+ void on_profMod_clicked(bool triggered);
+ void on_profNtl_tts_clicked(bool triggered);
+ void on_profPO2_clicked(bool triggered);
+ void on_profPhe_clicked(bool triggered);
+ void on_profPn2_clicked(bool triggered);
+ void on_profRuler_clicked(bool triggered);
+ void on_profSAC_clicked(bool triggered);
+ void on_profUnusedTanks_clicked(bool triggered);
+
protected:
void closeEvent(QCloseEvent *);