mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <nikhil.gosala@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
355db46187
commit
be1b79081d
1 changed files with 3 additions and 15 deletions
|
@ -50,7 +50,7 @@
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QRadioButton" name="tech">
|
<widget class="QCheckBox" name="tech">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>10</x>
|
<x>10</x>
|
||||||
|
@ -62,11 +62,8 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Technical Diver</string>
|
<string>Technical Diver</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="buttonGroup">
|
|
||||||
<string notr="true">diverButtonGroup</string>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QRadioButton" name="recreational">
|
<widget class="QCheckBox" name="recreational">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>180</x>
|
<x>180</x>
|
||||||
|
@ -78,11 +75,8 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Recreational Diver</string>
|
<string>Recreational Diver</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="buttonGroup">
|
|
||||||
<string notr="true">diverButtonGroup</string>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QRadioButton" name="planning">
|
<widget class="QCheckBox" name="planning">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>380</x>
|
<x>380</x>
|
||||||
|
@ -94,9 +88,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Dive Planner</string>
|
<string>Dive Planner</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="buttonGroup">
|
|
||||||
<string notr="true">diverButtonGroup</string>
|
|
||||||
</attribute>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QRadioButton" name="download">
|
<widget class="QRadioButton" name="download">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
|
@ -301,7 +292,4 @@
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
<buttongroups>
|
|
||||||
<buttongroup name="diverButtonGroup"/>
|
|
||||||
</buttongroups>
|
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue