mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
be1b79081d
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>
295 lines
6.8 KiB
XML
295 lines
6.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>UserSurvey</class>
|
|
<widget class="QDialog" name="UserSurvey">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>538</width>
|
|
<height>650</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>User Survey</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>10</y>
|
|
<width>241</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>11</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Subsurface User Survey</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>36</y>
|
|
<width>521</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p>We would love to learn more about our users, their preferences and their usage habits. Please spare a minute to fill out this form and submit it to the Subsurface team.</p></body></html></string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="tech">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>150</y>
|
|
<width>161</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Technical Diver</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="recreational">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>150</y>
|
|
<width>181</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Recreational Diver</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="planning">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>380</x>
|
|
<y>150</y>
|
|
<width>141</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dive Planner</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="download">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>230</y>
|
|
<width>386</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Supported Dive Computer</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="divecomputer">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>260</y>
|
|
<width>364</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Other software/sources</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="manual">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>290</y>
|
|
<width>218</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Manually entering dives</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="companion">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>320</y>
|
|
<width>393</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Android Companion App</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>370</y>
|
|
<width>368</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Any Suggestions? (In English)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="suggestions">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>400</y>
|
|
<width>521</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>490</y>
|
|
<width>461</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>The following information about your system will also be submitted.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="system">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>520</y>
|
|
<width>521</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>610</y>
|
|
<width>176</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>120</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>What kind of diver are you?</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="line">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>511</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="line_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>180</y>
|
|
<width>511</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>200</y>
|
|
<width>271</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Where are you importing data from?</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="line_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>350</y>
|
|
<width>511</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>recreational</tabstop>
|
|
<tabstop>tech</tabstop>
|
|
<tabstop>planning</tabstop>
|
|
<tabstop>download</tabstop>
|
|
<tabstop>divecomputer</tabstop>
|
|
<tabstop>manual</tabstop>
|
|
<tabstop>companion</tabstop>
|
|
<tabstop>suggestions</tabstop>
|
|
<tabstop>system</tabstop>
|
|
<tabstop>buttonBox</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|