Add tissue saturation plot to tooltip

This adds a graphical representation of tissue loadings at the current moment during the dive
to the tooltip box. The layout is inspired by the Sherwater Petrel.Add tissue saturation plot to tooltip

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-09-19 08:48:19 +02:00 committed by Dirk Hohndel
parent 3fc9c1e005
commit 15a99f8789
5 changed files with 35 additions and 9 deletions

View file

@ -40,7 +40,7 @@ public:
void collapse();
void expand();
void clear();
void addToolTip(const QString &toolTip, const QIcon &icon = QIcon());
void addToolTip(const QString &toolTip, const QIcon &icon = QIcon(), const QPixmap *pixmap = NULL);
void refresh(const QPointF &pos);
bool isExpanded() const;
void persistPos();