QGCSensorSettingsWidget.ui 5.97 KB
Newer Older
lm's avatar
lm committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCSensorSettingsWidget</class>
 <widget class="QWidget" name="QGCSensorSettingsWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>307</width>
pixhawk's avatar
pixhawk committed
10
    <height>221</height>
lm's avatar
lm committed
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
pixhawk's avatar
pixhawk committed
16
  <layout class="QGridLayout" name="gridLayout_4" rowstretch="10,0">
17 18 19
   <property name="margin">
    <number>0</number>
   </property>
pixhawk's avatar
pixhawk committed
20 21
   <item row="1" column="0">
    <widget class="QGroupBox" name="groupBox_3">
lm's avatar
lm committed
22
     <property name="title">
pixhawk's avatar
pixhawk committed
23
      <string>Calibration Wizards</string>
lm's avatar
lm committed
24
     </property>
25
     <layout class="QGridLayout" name="gridLayout" columnstretch="100,100">
pixhawk's avatar
pixhawk committed
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
      <property name="leftMargin">
       <number>6</number>
      </property>
      <property name="topMargin">
       <number>2</number>
      </property>
      <property name="rightMargin">
       <number>6</number>
      </property>
      <property name="bottomMargin">
       <number>2</number>
      </property>
      <property name="horizontalSpacing">
       <number>12</number>
      </property>
      <property name="verticalSpacing">
lm's avatar
lm committed
42 43 44
       <number>6</number>
      </property>
      <item row="0" column="0">
pixhawk's avatar
pixhawk committed
45
       <widget class="QPushButton" name="rcCalButton">
lm's avatar
lm committed
46
        <property name="text">
47
         <string>RC Cal.</string>
lm's avatar
lm committed
48 49 50
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
51 52
      <item row="0" column="1">
       <widget class="QPushButton" name="magCalButton">
lm's avatar
lm committed
53
        <property name="text">
54
         <string>Mag. Cal.</string>
lm's avatar
lm committed
55 56 57
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
58 59
      <item row="1" column="1">
       <widget class="QPushButton" name="gyroCalButton">
lm's avatar
lm committed
60
        <property name="text">
61
         <string>Gyro Cal.</string>
lm's avatar
lm committed
62 63 64
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
65 66
      <item row="1" column="0">
       <widget class="QPushButton" name="pressureCalButton">
lm's avatar
lm committed
67
        <property name="text">
68
         <string>Pressure Cal.</string>
lm's avatar
lm committed
69 70 71
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
72 73 74 75 76 77
     </layout>
    </widget>
   </item>
   <item row="0" column="0">
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
78
      <string>Data Stream Rates (Hz)</string>
pixhawk's avatar
pixhawk committed
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
     </property>
     <layout class="QGridLayout" name="gridLayout_2">
      <property name="leftMargin">
       <number>6</number>
      </property>
      <property name="topMargin">
       <number>2</number>
      </property>
      <property name="rightMargin">
       <number>6</number>
      </property>
      <property name="bottomMargin">
       <number>2</number>
      </property>
      <property name="horizontalSpacing">
       <number>5</number>
      </property>
      <property name="verticalSpacing">
       <number>2</number>
      </property>
      <item row="0" column="0">
100 101 102
       <widget class="QSpinBox" name="spinBox_rawSensor">
        <property name="maximum">
         <number>10000</number>
103
        </property>
104 105 106 107
       </widget>
      </item>
      <item row="0" column="1">
       <widget class="QLabel" name="label">
pixhawk's avatar
pixhawk committed
108
        <property name="text">
109
         <string>Raw Sensor</string>
pixhawk's avatar
pixhawk committed
110
        </property>
111 112 113 114 115 116
       </widget>
      </item>
      <item row="1" column="0">
       <widget class="QSpinBox" name="spinBox_extended">
        <property name="maximum">
         <number>10000</number>
117
        </property>
118 119 120 121 122 123
       </widget>
      </item>
      <item row="4" column="0">
       <widget class="QSpinBox" name="spinBox_position">
        <property name="maximum">
         <number>10000</number>
124
        </property>
pixhawk's avatar
pixhawk committed
125 126
       </widget>
      </item>
127 128 129 130
      <item row="5" column="0">
       <widget class="QSpinBox" name="spinBox_controller">
        <property name="maximum">
         <number>10000</number>
131
        </property>
132 133 134 135
       </widget>
      </item>
      <item row="1" column="1">
       <widget class="QLabel" name="label_2">
pixhawk's avatar
pixhawk committed
136
        <property name="text">
137
         <string>Ext. Status</string>
pixhawk's avatar
pixhawk committed
138 139 140
        </property>
       </widget>
      </item>
141 142
      <item row="4" column="1">
       <widget class="QLabel" name="label_3">
pixhawk's avatar
pixhawk committed
143
        <property name="text">
144
         <string>Position</string>
pixhawk's avatar
pixhawk committed
145 146 147
        </property>
       </widget>
      </item>
148 149
      <item row="5" column="1">
       <widget class="QLabel" name="label_4">
pixhawk's avatar
pixhawk committed
150
        <property name="text">
151
         <string>Raw Contr.</string>
pixhawk's avatar
pixhawk committed
152 153 154
        </property>
       </widget>
      </item>
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
      <item row="0" column="2">
       <widget class="QSpinBox" name="spinBox_rc">
        <property name="maximum">
         <number>10000</number>
        </property>
       </widget>
      </item>
      <item row="1" column="2">
       <widget class="QSpinBox" name="spinBox_extra1">
        <property name="maximum">
         <number>10000</number>
        </property>
       </widget>
      </item>
      <item row="4" column="2">
       <widget class="QSpinBox" name="spinBox_extra2">
        <property name="maximum">
         <number>10000</number>
        </property>
       </widget>
      </item>
      <item row="5" column="2">
       <widget class="QSpinBox" name="spinBox_extra3">
        <property name="maximum">
         <number>10000</number>
        </property>
       </widget>
      </item>
      <item row="0" column="3">
       <widget class="QLabel" name="label_5">
lm's avatar
lm committed
185
        <property name="text">
186
         <string>RC Chan.</string>
lm's avatar
lm committed
187 188 189
        </property>
       </widget>
      </item>
190 191
      <item row="1" column="3">
       <widget class="QLabel" name="label_6">
lm's avatar
lm committed
192
        <property name="text">
193
         <string>Extra 1</string>
lm's avatar
lm committed
194 195 196
        </property>
       </widget>
      </item>
197 198
      <item row="4" column="3">
       <widget class="QLabel" name="label_7">
lm's avatar
lm committed
199
        <property name="text">
200
         <string>Extra 2</string>
lm's avatar
lm committed
201 202 203
        </property>
       </widget>
      </item>
204 205
      <item row="5" column="3">
       <widget class="QLabel" name="label_8">
lm's avatar
lm committed
206
        <property name="text">
207
         <string>Extra 3</string>
lm's avatar
lm committed
208 209 210 211 212 213 214 215 216 217 218
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>