mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f5bea8fcfd
commit
3ddbab6847
3 changed files with 24 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue