diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 16:33:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 16:33:58 -0800 |
commit | 80171cbdb220fe7c368265f9664f1ef9257f503e (patch) | |
tree | 2ef91074bd4240e0acd5f574c61e201c85ba7a65 | |
parent | 42f8bbdbebc6fa916b19e20c00865143baeced28 (diff) | |
download | subsurface-80171cbdb220fe7c368265f9664f1ef9257f503e.tar.gz |
User survey: these options aren't mutually exclusive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/usersurvey.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/usersurvey.ui b/qt-ui/usersurvey.ui index b92bc186b..750b806a6 100644 --- a/qt-ui/usersurvey.ui +++ b/qt-ui/usersurvey.ui @@ -89,7 +89,7 @@ <string>Dive Planner</string> </property> </widget> - <widget class="QRadioButton" name="download"> + <widget class="QCheckBox" name="download"> <property name="geometry"> <rect> <x>10</x> @@ -102,7 +102,7 @@ <string>Supported Dive Computer</string> </property> </widget> - <widget class="QRadioButton" name="divecomputer"> + <widget class="QCheckBox" name="divecomputer"> <property name="geometry"> <rect> <x>10</x> @@ -115,7 +115,7 @@ <string>Other software/sources</string> </property> </widget> - <widget class="QRadioButton" name="manual"> + <widget class="QCheckBox" name="manual"> <property name="geometry"> <rect> <x>10</x> @@ -128,7 +128,7 @@ <string>Manually entering dives</string> </property> </widget> - <widget class="QRadioButton" name="companion"> + <widget class="QCheckBox" name="companion"> <property name="geometry"> <rect> <x>10</x> |