2014-06-13 17:56:46 +00:00
<?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>
2014-12-16 12:14:58 +00:00
<width>538</width>
2015-01-25 21:40:18 +00:00
<height>714</height>
2014-06-13 17:56:46 +00:00
</rect>
</property>
<property name="windowTitle">
2015-01-04 15:40:30 +00:00
<string>User survey</string>
2014-06-13 17:56:46 +00:00
</property>
2014-12-16 12:14:58 +00:00
<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">
2015-01-04 15:40:30 +00:00
<string>Subsurface user survey</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>9</x>
<y>36</y>
<width>521</width>
2015-01-25 21:40:18 +00:00
<height>91</height>
2014-12-16 12:14:58 +00:00
</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">
2015-01-25 21:40:18 +00:00
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
2014-12-16 12:14:58 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
2014-12-16 16:01:14 +00:00
<widget class="QCheckBox" name="tech">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>10</x>
2015-01-25 21:40:18 +00:00
<y>190</y>
2014-12-16 12:14:58 +00:00
<width>161</width>
<height>26</height>
</rect>
</property>
<property name="text">
2015-01-04 15:40:30 +00:00
<string>Technical diver</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
2014-12-16 16:01:14 +00:00
<widget class="QCheckBox" name="recreational">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>180</x>
2015-01-25 21:40:18 +00:00
<y>190</y>
2014-12-16 12:14:58 +00:00
<width>181</width>
<height>26</height>
</rect>
</property>
<property name="text">
2015-01-04 15:40:30 +00:00
<string>Recreational diver</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
2014-12-16 16:01:14 +00:00
<widget class="QCheckBox" name="planning">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>380</x>
2015-01-25 21:40:18 +00:00
<y>190</y>
2014-12-16 12:14:58 +00:00
<width>141</width>
<height>26</height>
</rect>
</property>
<property name="text">
2015-01-04 15:40:30 +00:00
<string>Dive planner</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
2014-12-30 00:33:58 +00:00
<widget class="QCheckBox" name="download">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>10</x>
2015-01-25 21:40:18 +00:00
<y>270</y>
<width>481</width>
2014-12-16 12:14:58 +00:00
<height>26</height>
</rect>
</property>
<property name="text">
2015-01-04 15:40:30 +00:00
<string>Supported dive computer</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
2014-12-30 00:33:58 +00:00
<widget class="QCheckBox" name="divecomputer">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>10</x>
2015-01-25 21:40:18 +00:00
<y>300</y>
<width>491</width>
2014-12-16 12:14:58 +00:00
<height>26</height>
</rect>
</property>
<property name="text">
<string>Other software/sources</string>
</property>
</widget>
2014-12-30 00:33:58 +00:00
<widget class="QCheckBox" name="manual">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>10</x>
2015-01-25 21:40:18 +00:00
<y>330</y>
<width>501</width>
2014-12-16 12:14:58 +00:00
<height>26</height>
</rect>
</property>
<property name="text">
<string>Manually entering dives</string>
</property>
</widget>
2014-12-30 00:33:58 +00:00
<widget class="QCheckBox" name="companion">
2014-12-16 12:14:58 +00:00
<property name="geometry">
<rect>
<x>10</x>
2015-01-25 21:40:18 +00:00
<y>360</y>
<width>491</width>
2014-12-16 12:14:58 +00:00
<height>26</height>
</rect>
</property>
<property name="text">
2015-01-31 06:05:50 +00:00
<string>Android/iPhone companion app</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>9</x>
2015-01-25 21:40:18 +00:00
<y>410</y>
<width>501</width>
2014-12-16 12:14:58 +00:00
<height>21</height>
</rect>
</property>
<property name="text">
2015-01-04 15:40:30 +00:00
<string>Any suggestions? (in English)</string>
2014-12-16 12:14:58 +00:00
</property>
</widget>
<widget class="QPlainTextEdit" name="suggestions">
<property name="geometry">
<rect>
2015-01-25 21:40:18 +00:00
<x>10</x>
<y>440</y>
2014-12-16 12:14:58 +00:00
<width>521</width>
<height>71</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>9</x>
2015-01-25 21:40:18 +00:00
<y>520</y>
<width>511</width>
<height>51</height>
2014-12-16 12:14:58 +00:00
</rect>
</property>
<property name="text">
<string>The following information about your system will also be submitted.</string>
</property>
2015-01-25 21:40:18 +00:00
<property name="wordWrap">
<bool>true</bool>
</property>
2014-12-16 12:14:58 +00:00
</widget>
<widget class="QPlainTextEdit" name="system">
<property name="geometry">
<rect>
<x>9</x>
2015-01-25 21:40:18 +00:00
<y>590</y>
2014-12-16 12:14:58 +00:00
<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>
2015-01-25 21:40:18 +00:00
<y>670</y>
2014-12-16 12:14:58 +00:00
<width>176</width>
<height>31</height>
</rect>
</property>
2015-01-25 21:40:18 +00:00
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
2014-12-16 12:14:58 +00:00
<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>
2015-01-25 21:40:18 +00:00
<y>160</y>
<width>451</width>
2014-12-16 12:14:58 +00:00
<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>
2015-01-25 21:40:18 +00:00
<y>140</y>
2014-12-16 12:14:58 +00:00
<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>
2015-01-25 21:40:18 +00:00
<y>220</y>
2014-12-16 12:14:58 +00:00
<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>
2015-01-25 21:40:18 +00:00
<y>240</y>
<width>491</width>
2014-12-16 12:14:58 +00:00
<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>
2015-01-25 21:40:18 +00:00
<y>390</y>
2014-12-16 12:14:58 +00:00
<width>511</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
2014-06-13 17:56:46 +00:00
</widget>
<tabstops>
<tabstop>tech</tabstop>
2015-01-25 21:40:18 +00:00
<tabstop>recreational</tabstop>
2014-06-13 17:56:46 +00:00
<tabstop>planning</tabstop>
<tabstop>download</tabstop>
2014-06-30 14:19:22 +00:00
<tabstop>divecomputer</tabstop>
2014-06-13 17:56:46 +00:00
<tabstop>manual</tabstop>
<tabstop>companion</tabstop>
<tabstop>suggestions</tabstop>
<tabstop>system</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>