From a145c2e61a1be0332aff3fd59331f51f36a35ebc Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 8 Dec 2013 14:18:28 +0100 Subject: [PATCH] Update the diffrent units when switching system When switching between metric and imperial, we should also show that the different units are switching too. This signals the greyed out radio buttons to switch to the right system. Fixes #347 Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/preferences.ui | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 345d2eca7..283fbbb39 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -1176,6 +1176,66 @@ + + imperial + toggled(bool) + feet + setChecked(bool) + + + metric + toggled(bool) + meter + setChecked(bool) + + + imperial + toggled(bool) + psi + setChecked(bool) + + + metric + toggled(bool) + bar + setChecked(bool) + + + imperial + toggled(bool) + cuft + setChecked(bool) + + + metric + toggled(bool) + liter + setChecked(bool) + + + imperial + toggled(bool) + fahrenheit + setChecked(bool) + + + metric + toggled(bool) + celsius + setChecked(bool) + + + imperial + toggled(bool) + lbs + setChecked(bool) + + + metric + toggled(bool) + kg + setChecked(bool) +