diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-17 14:28:59 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-17 14:04:47 -0800 |
commit | e3ec5ef2906c4dfee2af6e772c69110e31d4102a (patch) | |
tree | 800625ef42c683e8ba91288f1ab3286cb1ec8da2 /qt-ui/profile/profilewidget2.h | |
parent | e23841dd7f199b97a2e24cb7618c07416e269af7 (diff) | |
download | subsurface-e3ec5ef2906c4dfee2af6e772c69110e31d4102a.tar.gz |
Added the Cylinder Pressure Axis
The cylinder pressure axis is the 'Y' axis for the Cylinder plot.
I positioned it in around 20% to 60% of the screen state.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index e3289f911..b5d9f0a31 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -75,6 +75,7 @@ private: DiveProfileItem *diveProfileItem; DiveCartesianPlane *cartesianPlane; DiveTemperatureItem *temperatureItem; + DiveCartesianAxis *cylinderPressureAxis; QList<DiveEventItem*> eventItems; }; |