mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add initial support for a visual tracker of gas used
This shows a color-coded bar at the bottom of the graph that corresponds with the active gas. Todo: - text that explicitly states gas on the left edge of the bar - better vertical positioning of the bar - ability to turn this on and off Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9015160199
commit
fa3c18d83b
5 changed files with 144 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ HEADERS = \
|
|||
qt-ui/profile/diveeventitem.h \
|
||||
qt-ui/profile/divetooltipitem.h \
|
||||
qt-ui/profile/ruleritem.h \
|
||||
qt-ui/profile/tankitem.h \
|
||||
qt-ui/updatemanager.h \
|
||||
qt-ui/divelogexportdialog.h \
|
||||
qt-ui/usersurvey.h \
|
||||
|
|
@ -162,6 +163,7 @@ SOURCES = \
|
|||
qt-ui/profile/diveeventitem.cpp \
|
||||
qt-ui/profile/divetooltipitem.cpp \
|
||||
qt-ui/profile/ruleritem.cpp \
|
||||
qt-ui/profile/tankitem.cpp \
|
||||
qt-ui/updatemanager.cpp \
|
||||
qt-ui/divelogexportdialog.cpp \
|
||||
qt-ui/usersurvey.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue