Toggle showing average depth

Add additional check box in "preferences->graph" section that allows
users to hide average depth on dive profile.
By default this option is checked to show average depth.

Fixes #475

Signed-off-by: Lakshman Anumolu <acrlakshman@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lakshman 2014-03-27 13:38:07 -05:00 committed by Dirk Hohndel
parent df7d7d4981
commit 7696fbf9cd
5 changed files with 21 additions and 1 deletions

View file

@ -657,7 +657,18 @@
</widget>
</item>
</layout>
</item>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11d">
<item>
<widget class="QCheckBox" name="show_average_depth">
<property name="text">
<string>show average depth</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>