<?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="QCheckBox" 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="QCheckBox" 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="QCheckBox" 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="QCheckBox" 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>