Dirk, Hope this will solve the problem.
Thanking You Nikhil Bharadwaj On Tue, Dec 16, 2014 at 9:24 PM, Tim Wootton <[email protected]> wrote: > > On 16/12/14 15:42, Dirk Hohndel wrote: > > > > People will identify as one, two or all three of "recreational", "tec" > and > > "interested in planning". I, for one, would check all three. I've seen a > > huge number of submissions of people identifying as "recreational" and > > "planning" (which is odd). > Not that odd, not all agencies preclude deco, deco planning and > accelerated deco for recreational dives. Depends on your agency's > definition of what's "recreational" and what's "technical". Perhaps we > need another Q. on the survey ;-) > > The one thing I haven't seen is people who > > identify as neither tec nor rec but as planner :-) > > > > > > _______________________________________________ > subsurface mailing list > [email protected] > http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface > -- Nikhil Bharadwaj
From bc87335c9045684218bcb3ad8df3d4ba917c5140 Mon Sep 17 00:00:00 2001 From: nikhil <[email protected]> Date: Tue, 16 Dec 2014 21:31:14 +0530 Subject: [PATCH 2/2] Modification to the User Survey UI As per the suggestion by Dirk Hohndel, I changed the "Type of Diver" from RadioButton to Checkbox. The User Survey UI was not clear earlier, so I grouped the similar options under a question. I also modified the language and re-arranged the visual components. Earlier, the user could choose contradicting import types at once. This has beencorrected by using RadioButtons instead of CheckBoxes. Signed-off-by : Nikhil Bharadwaj Gosala <[email protected]> --- qt-ui/usersurvey.ui | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/qt-ui/usersurvey.ui b/qt-ui/usersurvey.ui index 5ca0788..b92bc18 100644 --- a/qt-ui/usersurvey.ui +++ b/qt-ui/usersurvey.ui @@ -50,7 +50,7 @@ <bool>true</bool> </property> </widget> - <widget class="QRadioButton" name="tech"> + <widget class="QCheckBox" name="tech"> <property name="geometry"> <rect> <x>10</x> @@ -62,11 +62,8 @@ <property name="text"> <string>Technical Diver</string> </property> - <attribute name="buttonGroup"> - <string notr="true">diverButtonGroup</string> - </attribute> </widget> - <widget class="QRadioButton" name="recreational"> + <widget class="QCheckBox" name="recreational"> <property name="geometry"> <rect> <x>180</x> @@ -78,11 +75,8 @@ <property name="text"> <string>Recreational Diver</string> </property> - <attribute name="buttonGroup"> - <string notr="true">diverButtonGroup</string> - </attribute> </widget> - <widget class="QRadioButton" name="planning"> + <widget class="QCheckBox" name="planning"> <property name="geometry"> <rect> <x>380</x> @@ -94,9 +88,6 @@ <property name="text"> <string>Dive Planner</string> </property> - <attribute name="buttonGroup"> - <string notr="true">diverButtonGroup</string> - </attribute> </widget> <widget class="QRadioButton" name="download"> <property name="geometry"> @@ -301,7 +292,4 @@ </tabstops> <resources/> <connections/> - <buttongroups> - <buttongroup name="diverButtonGroup"/> - </buttongroups> </ui> -- 2.1.0
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
