FlightModeConfig.ui 7.24 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>FlightModeConfig</class>
 <widget class="QWidget" name="FlightModeConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>818</width>
Don Gagne's avatar
Don Gagne committed
10
    <height>435</height>
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QLabel" name="label">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>20</y>
     <width>131</width>
     <height>31</height>
    </rect>
   </property>
   <property name="text">
    <string>&lt;h2&gt;Flight Modes&lt;/h2&gt;</string>
   </property>
   <property name="scaledContents">
    <bool>false</bool>
   </property>
  </widget>
32 33 34 35 36 37 38 39 40 41 42
  <widget class="QWidget" name="horizontalLayoutWidget">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>70</y>
     <width>481</width>
     <height>191</height>
    </rect>
   </property>
   <layout class="QHBoxLayout" name="horizontalLayout">
    <item>
Don Gagne's avatar
Don Gagne committed
43
     <layout class="QVBoxLayout" name="labelLayout">
44
      <property name="spacing">
Don Gagne's avatar
Don Gagne committed
45
       <number>-1</number>
46 47 48 49 50
      </property>
      <property name="topMargin">
       <number>0</number>
      </property>
      <item>
Don Gagne's avatar
Don Gagne committed
51
       <widget class="QLabel" name="mode0Label">
52 53 54 55 56 57 58 59 60
        <property name="text">
         <string>Flight Mode 1</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
61
       <widget class="QLabel" name="mode1Label">
62 63 64 65 66 67 68 69 70
        <property name="text">
         <string>Flight Mode 2</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
71
       <widget class="QLabel" name="mode2Label">
72 73 74 75 76 77 78 79 80
        <property name="text">
         <string>Flight Mode 3</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
81
       <widget class="QLabel" name="mode3Label">
82 83 84 85 86 87 88 89 90
        <property name="text">
         <string>Flight Mode 4</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
91
       <widget class="QLabel" name="mode4Label">
92 93 94 95 96 97 98 99 100
        <property name="text">
         <string>Flight Mode 5</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
101
       <widget class="QLabel" name="mode5Label">
102 103 104 105 106 107 108 109 110 111 112
        <property name="text">
         <string>Flight Mode 6</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
      </item>
     </layout>
    </item>
    <item>
Don Gagne's avatar
Don Gagne committed
113 114 115 116
     <layout class="QVBoxLayout" name="comboLayout">
      <property name="topMargin">
       <number>0</number>
      </property>
117
      <item>
Don Gagne's avatar
Don Gagne committed
118 119 120 121 122 123 124
       <widget class="QComboBox" name="mode0ComboBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
125 126 127 128 129 130
        <property name="frame">
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
131
       <widget class="QComboBox" name="mode1ComboBox">
132 133 134 135
        <property name="styleSheet">
         <string notr="true"/>
        </property>
       </widget>
136
      </item>
Don Gagne's avatar
Don Gagne committed
137 138 139
      <item>
       <widget class="QComboBox" name="mode2ComboBox"/>
      </item>
140 141 142 143 144 145 146 147 148 149 150 151
      <item>
       <widget class="QComboBox" name="mode3ComboBox"/>
      </item>
      <item>
       <widget class="QComboBox" name="mode4ComboBox"/>
      </item>
      <item>
       <widget class="QComboBox" name="mode5ComboBox"/>
      </item>
     </layout>
    </item>
    <item>
Don Gagne's avatar
Don Gagne committed
152
     <layout class="QVBoxLayout" name="simpleCheckBoxLayout">
153
      <property name="spacing">
Don Gagne's avatar
Don Gagne committed
154
       <number>12</number>
155 156 157 158 159
      </property>
      <property name="topMargin">
       <number>0</number>
      </property>
      <item>
Don Gagne's avatar
Don Gagne committed
160
       <widget class="QCheckBox" name="mode0SimpleCheckBox">
161 162 163 164 165 166
        <property name="text">
         <string>Simple Mode</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
167
       <widget class="QCheckBox" name="mode1SimpleCheckBox">
168 169 170 171 172 173
        <property name="text">
         <string>Simple Mode</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
174
       <widget class="QCheckBox" name="mode2SimpleCheckBox">
175 176 177 178 179 180
        <property name="text">
         <string>Simple Mode</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
181
       <widget class="QCheckBox" name="mode3SimpleCheckBox">
182 183 184 185 186 187
        <property name="text">
         <string>Simple Mode</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
188
       <widget class="QCheckBox" name="mode4SimpleCheckBox">
189 190 191 192 193 194
        <property name="text">
         <string>Simple Mode</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
195
       <widget class="QCheckBox" name="mode5SimpleCheckBox">
196 197 198 199 200 201 202 203
        <property name="text">
         <string>Simple Mode</string>
        </property>
       </widget>
      </item>
     </layout>
    </item>
    <item>
Don Gagne's avatar
Don Gagne committed
204 205 206 207
     <layout class="QVBoxLayout" name="PWMLabelLayout">
      <property name="spacing">
       <number>-1</number>
      </property>
208
      <item>
Don Gagne's avatar
Don Gagne committed
209
       <widget class="QLabel" name="mode0PWMLabel">
210 211 212
        <property name="styleSheet">
         <string notr="true"/>
        </property>
213 214 215 216 217 218
        <property name="text">
         <string>PWM 0 - 1230</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
219
       <widget class="QLabel" name="mode1PWMLabel">
220 221 222 223 224 225
        <property name="text">
         <string>PWM 1231 - 1360</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
226
       <widget class="QLabel" name="mode2PWMLabel">
227 228 229 230 231 232
        <property name="text">
         <string>PWM 1361 - 1490</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
233
       <widget class="QLabel" name="mode3PWMLabel">
234 235 236 237 238 239
        <property name="text">
         <string>PWM 1491 - 1620</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
240
       <widget class="QLabel" name="mode4PWMLabel">
241 242 243 244 245 246
        <property name="text">
         <string>PWM 1621 - 1749</string>
        </property>
       </widget>
      </item>
      <item>
Don Gagne's avatar
Don Gagne committed
247
       <widget class="QLabel" name="mode5PWMLabel">
248 249 250
        <property name="styleSheet">
         <string notr="true"/>
        </property>
251 252 253 254 255 256 257 258 259
        <property name="text">
         <string>PWM 1750 +</string>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
260 261 262 263 264 265 266 267 268 269 270 271 272
  <widget class="QPushButton" name="savePushButton">
   <property name="geometry">
    <rect>
     <x>50</x>
     <y>290</y>
     <width>75</width>
     <height>23</height>
    </rect>
   </property>
   <property name="text">
    <string>Save</string>
   </property>
  </widget>
273 274 275 276
 </widget>
 <resources/>
 <connections/>
</ui>