diff options
Diffstat (limited to 'tracker-rift-042/ftnoir_rift_clientcontrols_042.ui')
| -rw-r--r-- | tracker-rift-042/ftnoir_rift_clientcontrols_042.ui | 176 | 
1 files changed, 0 insertions, 176 deletions
diff --git a/tracker-rift-042/ftnoir_rift_clientcontrols_042.ui b/tracker-rift-042/ftnoir_rift_clientcontrols_042.ui deleted file mode 100644 index 102e16b2..00000000 --- a/tracker-rift-042/ftnoir_rift_clientcontrols_042.ui +++ /dev/null @@ -1,176 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>dialog_rift_042</class> - <widget class="QWidget" name="dialog_rift_042"> -  <property name="windowModality"> -   <enum>Qt::NonModal</enum> -  </property> -  <property name="geometry"> -   <rect> -    <x>0</x> -    <y>0</y> -    <width>218</width> -    <height>200</height> -   </rect> -  </property> -  <property name="sizePolicy"> -   <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> -    <horstretch>0</horstretch> -    <verstretch>0</verstretch> -   </sizepolicy> -  </property> -  <property name="windowTitle"> -   <string>Oculus Rift tracker settings FaceTrackNoIR</string> -  </property> -  <property name="windowIcon"> -   <iconset> -    <normaloff>images/opentrack.png</normaloff>images/opentrack.png</iconset> -  </property> -  <property name="layoutDirection"> -   <enum>Qt::LeftToRight</enum> -  </property> -  <property name="autoFillBackground"> -   <bool>false</bool> -  </property> -  <layout class="QGridLayout" name="gridLayout_2"> -   <item row="0" column="0"> -    <widget class="QGroupBox" name="groupBox"> -     <property name="title"> -      <string>Yaw spring</string> -     </property> -     <layout class="QGridLayout" name="gridLayout"> -      <item row="0" column="0"> -       <widget class="QCheckBox" name="yawSpring"> -        <property name="text"> -         <string>Enable</string> -        </property> -       </widget> -      </item> -      <item row="1" column="0"> -       <widget class="QLabel" name="label"> -        <property name="text"> -         <string>Persistence</string> -        </property> -       </widget> -      </item> -      <item row="1" column="1"> -       <widget class="QDoubleSpinBox" name="persistence"> -        <property name="sizePolicy"> -         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> -          <horstretch>0</horstretch> -          <verstretch>0</verstretch> -         </sizepolicy> -        </property> -        <property name="minimumSize"> -         <size> -          <width>0</width> -          <height>23</height> -         </size> -        </property> -        <property name="decimals"> -         <number>5</number> -        </property> -        <property name="minimum"> -         <double>0.900000000000000</double> -        </property> -        <property name="maximum"> -         <double>1.000000000000000</double> -        </property> -        <property name="singleStep"> -         <double>0.001000000000000</double> -        </property> -       </widget> -      </item> -      <item row="2" column="0"> -       <widget class="QLabel" name="label_2"> -        <property name="text"> -         <string>Constant drift</string> -        </property> -       </widget> -      </item> -      <item row="2" column="1"> -       <widget class="QDoubleSpinBox" name="constantDrift"> -        <property name="sizePolicy"> -         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> -          <horstretch>0</horstretch> -          <verstretch>0</verstretch> -         </sizepolicy> -        </property> -        <property name="minimumSize"> -         <size> -          <width>0</width> -          <height>23</height> -         </size> -        </property> -        <property name="decimals"> -         <number>5</number> -        </property> -        <property name="minimum"> -         <double>0.000100000000000</double> -        </property> -        <property name="maximum"> -         <double>0.100000000000000</double> -        </property> -        <property name="singleStep"> -         <double>0.001000000000000</double> -        </property> -       </widget> -      </item> -      <item row="3" column="0"> -       <widget class="QLabel" name="label_3"> -        <property name="text"> -         <string>Deadzone</string> -        </property> -       </widget> -      </item> -      <item row="3" column="1"> -       <widget class="QDoubleSpinBox" name="deadzone"> -        <property name="sizePolicy"> -         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> -          <horstretch>0</horstretch> -          <verstretch>0</verstretch> -         </sizepolicy> -        </property> -        <property name="minimumSize"> -         <size> -          <width>0</width> -          <height>23</height> -         </size> -        </property> -        <property name="decimals"> -         <number>5</number> -        </property> -        <property name="maximum"> -         <double>0.100000000000000</double> -        </property> -        <property name="singleStep"> -         <double>0.010000000000000</double> -        </property> -       </widget> -      </item> -     </layout> -    </widget> -   </item> -   <item row="1" column="0"> -    <widget class="QDialogButtonBox" name="buttonBox"> -     <property name="sizePolicy"> -      <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> -       <horstretch>0</horstretch> -       <verstretch>0</verstretch> -      </sizepolicy> -     </property> -     <property name="standardButtons"> -      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> -     </property> -    </widget> -   </item> -  </layout> - </widget> - <resources/> - <connections/> - <slots> -  <slot>startEngineClicked()</slot> -  <slot>stopEngineClicked()</slot> -  <slot>cameraSettingsClicked()</slot> - </slots> -</ui>  | 
