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>
This commit is contained in:
Tomaz Canabrava 2014-01-17 14:28:59 -02:00 committed by Dirk Hohndel
parent e23841dd7f
commit e3ec5ef290
2 changed files with 13 additions and 1 deletions

View file

@ -75,6 +75,7 @@ private:
DiveProfileItem *diveProfileItem;
DiveCartesianPlane *cartesianPlane;
DiveTemperatureItem *temperatureItem;
DiveCartesianAxis *cylinderPressureAxis;
QList<DiveEventItem*> eventItems;
};