diff options
author | Robert Helling <helling@lmu.de> | 2014-06-26 17:04:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-26 15:40:16 -0700 |
commit | d2a834b0cdcf9adae750192dbb04f8a3efeeb74a (patch) | |
tree | 1dcd5d7ca1d1210b6eefa21314f2c099ceaa93d0 /qt-ui/diveplanner.h | |
parent | 5b5a25db780187ed34a9388a4b111bb44c1ce548 (diff) | |
download | subsurface-d2a834b0cdcf9adae750192dbb04f8a3efeeb74a.tar.gz |
Rearrange planner UI elements
This is my first attempt at grouping UI elements of the planner in a
sensible way.
It might still be sensible to combine the two bottom panes into one.
In addition there is a new field "altutude" which is sychronized with the
surface pressure as for planning we often know the altitude of the dive
site rather than the atmospheric pressure.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 5955a5a8f..b80aa98da 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -136,7 +136,8 @@ public: public slots: void settingsChanged(); - void atmPressureChanged(const QString &pressure); + void atmPressureChanged(const int pressure); + void heightChanged(const int height); void bottomSacChanged(const int bottomSac); void decoSacChanged(const int decosac); void printDecoPlan(); |