From 6a8d929876f5a8d0279d2a83248a5d7b59e0ae39 Mon Sep 17 00:00:00 2001 From: Lakshman Date: Tue, 8 Apr 2014 00:00:50 -0400 Subject: Feature to show or hide heart rate graph Adds new push button "HR" to the button bar on the dive profile to toggle display of heart rate. TODO: New icon for the heart rate button is needed. Fixes #485 Signed-off-by: Lakshman Anumolu Signed-off-by: Dirk Hohndel --- qt-ui/preferences.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/preferences.cpp') diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index 27570dc23..1e87662a1 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -268,6 +268,7 @@ void PreferencesDialog::loadSettings() GET_BOOL("calcceiling3m", calc_ceiling_3m_incr); GET_BOOL("calcndltts", calc_ndl_tts); GET_BOOL("calcalltissues", calc_all_tissues); + GET_BOOL("hrgraph", heart_rate); GET_INT("gflow", gflow); GET_INT("gfhigh", gfhigh); GET_BOOL("gf_low_at_maxdepth", gf_low_at_maxdepth); -- cgit v1.2.3-70-g09d2