mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
New profile: create new class for DiveHeartrateItem
This allows us to give it a different color (red) and make it a smaller size. While implementing this I also fixed the size of the temperature text in the new profile. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
76393a2f53
commit
b5a02e50aa
7 changed files with 86 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ class DiveCartesianAxis;
|
|||
class DiveProfileItem;
|
||||
class TimeAxis;
|
||||
class DiveTemperatureItem;
|
||||
class DiveHeartrateItem;
|
||||
class DiveGasPressureItem;
|
||||
class DiveCalculatedCeiling;
|
||||
class DiveCalculatedTissue;
|
||||
|
|
@ -98,7 +99,7 @@ private:
|
|||
PartialPressureGasItem *pheGasItem;
|
||||
PartialPressureGasItem *po2GasItem;
|
||||
DiveCartesianAxis *heartBeatAxis;
|
||||
DiveTemperatureItem *heartBeatItem;
|
||||
DiveHeartrateItem *heartBeatItem;
|
||||
};
|
||||
|
||||
#endif // PROFILEWIDGET2_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue