diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-17 18:40:08 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-17 18:44:51 +0000 |
commit | 3ddbab6847c23bc020fd3eaac2a9b1e10350459f (patch) | |
tree | a84feb216f018e8fea31a1693bace241b2e47ca0 /qt-ui/simplewidgets.h | |
parent | f5bea8fcfd2b9baa7ddd6b5f7c892d07139f29eb (diff) | |
download | subsurface-3ddbab6847c23bc020fd3eaac2a9b1e10350459f.tar.gz |
Clarify the meaning of the values in the stats tab
Extend the tooltips to be shown both on the labels and the values and add
tooltips for all min/avg/max elements.
To avoid confusion when only one dive is selected, no longer show min SAC
or max SAC or min duration or max duration.
Fixes #694
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r-- | qt-ui/simplewidgets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h index 00992d6ec..f9a6fdad3 100644 --- a/qt-ui/simplewidgets.h +++ b/qt-ui/simplewidgets.h @@ -33,6 +33,7 @@ public: void setMaximum(const QString &maximum); void setAverage(const QString &average); void overrideMinToolTipText(const QString &newTip); + void overrideAvgToolTipText(const QString &newTip); void overrideMaxToolTipText(const QString &newTip); void clear(); |