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-06-14 21:20:14 +00:00
<width>500</width>
2014-06-13 17:56:46 +00:00
<height>524</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>40</x>
<y>490</y>
2014-06-14 21:20:14 +00:00
<width>451</width>
2014-06-13 17:56:46 +00:00
<height>32</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">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>16</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>10</x>
<y>40</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>81</height>
</rect>
</property>
<property name="text">
<string>We would love to learn more about our users, their preferences and their usage habits. Please take a minute to fill out this form and submit it to the Subsurface team. Please select all options that apply to you.</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="recreational">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
2014-06-14 21:20:14 +00:00
<width>261</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>Recreational DIver</string>
</property>
</widget>
<widget class="QCheckBox" name="tech">
<property name="geometry">
<rect>
2014-06-14 21:20:14 +00:00
<x>290</x>
2014-06-13 17:56:46 +00:00
<y>140</y>
2014-06-14 21:20:14 +00:00
<width>201</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>Tech Diver</string>
</property>
</widget>
<widget class="QCheckBox" name="planning">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
2014-06-14 21:20:14 +00:00
<width>421</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>Interested in dive planning</string>
</property>
</widget>
<widget class="QCheckBox" name="download">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>I am downloading dives from supported dive computer</string>
</property>
</widget>
<widget class="QCheckBox" name="import_2">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>I am importing dives from other software / sources</string>
</property>
</widget>
<widget class="QCheckBox" name="manual">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>I am manually entering dives</string>
</property>
</widget>
<widget class="QTextEdit" name="suggestions">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>101</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Suggestions and missing features</p></body></html></string>
</property>
</widget>
<widget class="QCheckBox" name="companion">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>I use the Android companion app to track dive locations</string>
</property>
</widget>
<widget class="QTextEdit" name="system">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
2014-06-14 21:20:14 +00:00
<width>481</width>
2014-06-13 17:56:46 +00:00
<height>101</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
2014-06-14 21:20:14 +00:00
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
2014-06-13 17:56:46 +00:00
</property>
</widget>
</widget>
<tabstops>
<tabstop>recreational</tabstop>
<tabstop>tech</tabstop>
<tabstop>planning</tabstop>
<tabstop>download</tabstop>
<tabstop>import_2</tabstop>
<tabstop>manual</tabstop>
<tabstop>companion</tabstop>
<tabstop>suggestions</tabstop>
<tabstop>system</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>