QGCPX4VehicleConfig.ui 40.4 KB
Newer Older
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCPX4VehicleConfig</class>
 <widget class="QWidget" name="QGCPX4VehicleConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1256</width>
tstellanova's avatar
tstellanova committed
10
    <height>783</height>
11 12 13 14 15 16 17 18 19 20 21 22 23
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QHBoxLayout" name="horizontalLayout_11">
   <item>
24
    <widget class="QScrollArea" name="leftNavScrollArea">
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
     <property name="minimumSize">
      <size>
       <width>135</width>
       <height>0</height>
      </size>
     </property>
     <property name="maximumSize">
      <size>
       <width>135</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="widgetResizable">
      <bool>true</bool>
     </property>
40
     <widget class="QWidget" name="leftNavScrollAreaWidgetContents">
41 42 43 44 45
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>133</width>
tstellanova's avatar
tstellanova committed
46
        <height>757</height>
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
       </rect>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_12">
       <item>
        <layout class="QVBoxLayout" name="navBarLayout">
         <property name="sizeConstraint">
          <enum>QLayout::SetMinAndMaxSize</enum>
         </property>
         <item>
          <widget class="QPushButton" name="rcMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
             <height>75</height>
            </size>
           </property>
           <property name="maximumSize">
            <size>
             <width>16777215</width>
             <height>16777215</height>
            </size>
           </property>
           <property name="text">
            <string>RC
Calibration</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="sensorMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
             <height>75</height>
            </size>
           </property>
           <property name="text">
            <string>Sensor
Calibration</string>
           </property>
          </widget>
         </item>
89 90 91 92 93 94 95 96
         <item>
          <widget class="QPushButton" name="airframeMenuButton">
           <property name="text">
            <string>Airframe
Config</string>
           </property>
          </widget>
         </item>
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
         <item>
          <widget class="QPushButton" name="generalMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
             <height>75</height>
            </size>
           </property>
           <property name="text">
            <string>General
Config</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="advancedMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
             <height>75</height>
            </size>
           </property>
           <property name="text">
            <string>Advanced
Config</string>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="verticalSpacer_2">
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>20</width>
             <height>40</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
      </layout>
     </widget>
    </widget>
   </item>
   <item>
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <widget class="QStackedWidget" name="stackedWidget">
       <property name="currentIndex">
149
        <number>1</number>
150 151 152 153
       </property>
       <widget class="QWidget" name="rcTab">
        <layout class="QVBoxLayout" name="verticalLayout_17">
         <item>
154 155 156 157 158 159 160 161
          <widget class="QLabel" name="tabTitleLabel_4">
           <property name="font">
            <font>
             <pointsize>16</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
162 163 164 165 166 167
           <property name="text">
            <string>RC Calibration</string>
           </property>
          </widget>
         </item>
         <item>
tstellanova's avatar
tstellanova committed
168 169 170 171
          <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0" columnstretch="0,0,0,0">
           <item row="2" column="1">
            <widget class="QGCRadioChannelDisplay" name="yawWidget" native="true">
             <property name="minimumSize">
172
              <size>
tstellanova's avatar
tstellanova committed
173 174
               <width>250</width>
               <height>40</height>
175 176
              </size>
             </property>
tstellanova's avatar
tstellanova committed
177
             <property name="maximumSize">
178
              <size>
tstellanova's avatar
tstellanova committed
179 180
               <width>250</width>
               <height>40</height>
181 182
              </size>
             </property>
tstellanova's avatar
tstellanova committed
183
            </widget>
184
           </item>
tstellanova's avatar
tstellanova committed
185 186
           <item row="0" column="3">
            <layout class="QVBoxLayout" name="verticalLayout_6">
187
             <item>
tstellanova's avatar
tstellanova committed
188 189 190 191 192 193 194 195 196 197 198 199 200 201
              <widget class="QGCRadioChannelDisplay" name="radio5Widget" native="true">
               <property name="minimumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
               <property name="maximumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
              </widget>
202 203
             </item>
             <item>
tstellanova's avatar
tstellanova committed
204 205 206 207 208 209 210 211 212 213 214 215 216 217
              <widget class="QGCRadioChannelDisplay" name="radio6Widget" native="true">
               <property name="minimumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
               <property name="maximumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
              </widget>
218 219
             </item>
             <item>
tstellanova's avatar
tstellanova committed
220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
              <widget class="QGCRadioChannelDisplay" name="radio7Widget" native="true">
               <property name="minimumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
               <property name="maximumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QGCRadioChannelDisplay" name="radio8Widget" native="true">
               <property name="minimumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
               <property name="maximumSize">
                <size>
                 <width>250</width>
                 <height>40</height>
                </size>
               </property>
              </widget>
250 251 252
             </item>
            </layout>
           </item>
tstellanova's avatar
tstellanova committed
253 254 255 256 257 258 259
           <item row="0" column="2">
            <widget class="QGCRadioChannelDisplay" name="pitchWidget" native="true">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
               <horstretch>1</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
260
             </property>
tstellanova's avatar
tstellanova committed
261 262 263 264 265
             <property name="minimumSize">
              <size>
               <width>50</width>
               <height>200</height>
              </size>
266
             </property>
tstellanova's avatar
tstellanova committed
267
             <property name="maximumSize">
268
              <size>
tstellanova's avatar
tstellanova committed
269 270
               <width>50</width>
               <height>200</height>
271 272
              </size>
             </property>
tstellanova's avatar
tstellanova committed
273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
            </widget>
           </item>
           <item row="2" column="2">
            <widget class="QGCRadioChannelDisplay" name="rollWidget" native="true">
             <property name="minimumSize">
              <size>
               <width>250</width>
               <height>40</height>
              </size>
             </property>
             <property name="maximumSize">
              <size>
               <width>250</width>
               <height>40</height>
              </size>
             </property>
            </widget>
           </item>
           <item row="0" column="1">
            <widget class="QGCRadioChannelDisplay" name="throttleWidget" native="true">
             <property name="minimumSize">
              <size>
               <width>50</width>
               <height>200</height>
              </size>
             </property>
             <property name="maximumSize">
              <size>
               <width>50</width>
               <height>200</height>
              </size>
             </property>
            </widget>
           </item>
           <item row="0" column="0">
            <widget class="QPushButton" name="rcCalibrationButton">
             <property name="text">
              <string>Start Calibration</string>
             </property>
            </widget>
313 314 315
           </item>
          </layout>
         </item>
tstellanova's avatar
tstellanova committed
316 317 318
         <item>
          <widget class="QGroupBox" name="advancedGroupBox">
           <property name="title">
319
            <string>Stick to Channel Mapping and Reverse</string>
tstellanova's avatar
tstellanova committed
320 321 322
           </property>
           <layout class="QVBoxLayout" name="verticalLayout_16">
            <item>
323 324 325
             <layout class="QGridLayout" name="gridLayout_2">
              <item row="6" column="3">
               <widget class="QSpinBox" name="aux1SpinBox">
tstellanova's avatar
tstellanova committed
326
                <property name="enabled">
327
                 <bool>false</bool>
328
                </property>
329 330
                <property name="minimum">
                 <number>1</number>
tstellanova's avatar
tstellanova committed
331
                </property>
332 333
                <property name="maximum">
                 <number>8</number>
tstellanova's avatar
tstellanova committed
334 335 336
                </property>
               </widget>
              </item>
337
              <item row="8" column="0">
338
               <widget class="QLabel" name="chanName_8">
tstellanova's avatar
tstellanova committed
339
                <property name="text">
340 341 342 343
                 <string>Aux 3</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
344 345 346
                </property>
               </widget>
              </item>
347 348
              <item row="2" column="3">
               <widget class="QSpinBox" name="pitchSpinBox">
349 350
                <property name="enabled">
                 <bool>false</bool>
tstellanova's avatar
tstellanova committed
351
                </property>
352 353
                <property name="minimum">
                 <number>1</number>
tstellanova's avatar
tstellanova committed
354
                </property>
355 356 357 358
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
tstellanova's avatar
tstellanova committed
359
              </item>
360 361
              <item row="3" column="2">
               <widget class="QCheckBox" name="invertCheckBox_3">
tstellanova's avatar
tstellanova committed
362
                <property name="text">
363
                 <string>Reverse</string>
tstellanova's avatar
tstellanova committed
364 365 366
                </property>
               </widget>
              </item>
367 368 369 370
              <item row="5" column="3">
               <widget class="QSpinBox" name="modeSpinBox">
                <property name="enabled">
                 <bool>false</bool>
tstellanova's avatar
tstellanova committed
371
                </property>
372 373 374 375 376
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
tstellanova's avatar
tstellanova committed
377 378 379
                </property>
               </widget>
              </item>
380 381
              <item row="5" column="2">
               <widget class="QCheckBox" name="invertCheckBox_5">
382
                <property name="text">
383 384 385 386 387 388 389 390
                 <string>Reverse</string>
                </property>
               </widget>
              </item>
              <item row="5" column="0">
               <widget class="QLabel" name="chanName_5">
                <property name="text">
                 <string>Mode Switch</string>
tstellanova's avatar
tstellanova committed
391
                </property>
392 393
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
394
                </property>
395
               </widget>
tstellanova's avatar
tstellanova committed
396
              </item>
397 398
              <item row="6" column="2">
               <widget class="QCheckBox" name="invertCheckBox_6">
tstellanova's avatar
tstellanova committed
399
                <property name="text">
400
                 <string>Reverse</string>
tstellanova's avatar
tstellanova committed
401 402 403
                </property>
               </widget>
              </item>
404 405
              <item row="5" column="1">
               <widget class="QLabel" name="modeChanLabel">
406
                <property name="text">
407
                 <string>0000</string>
408 409
                </property>
                <property name="alignment">
410
                 <set>Qt::AlignCenter</set>
411 412 413
                </property>
               </widget>
              </item>
414 415
              <item row="8" column="1">
               <widget class="QLabel" name="aux3ChanLabel">
tstellanova's avatar
tstellanova committed
416
                <property name="text">
417 418 419 420
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
421 422 423
                </property>
               </widget>
              </item>
424 425
              <item row="7" column="2">
               <widget class="QCheckBox" name="invertCheckBox_7">
426
                <property name="text">
427
                 <string>Reverse</string>
428 429 430
                </property>
               </widget>
              </item>
431 432
              <item row="8" column="3">
               <widget class="QSpinBox" name="aux3SpinBox">
tstellanova's avatar
tstellanova committed
433 434 435 436 437 438 439 440 441 442 443
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
444 445
              <item row="7" column="3">
               <widget class="QSpinBox" name="aux2SpinBox">
446 447
                <property name="enabled">
                 <bool>false</bool>
tstellanova's avatar
tstellanova committed
448
                </property>
449 450 451 452 453
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
tstellanova's avatar
tstellanova committed
454 455 456
                </property>
               </widget>
              </item>
457 458
              <item row="6" column="0">
               <widget class="QLabel" name="chanName_6">
tstellanova's avatar
tstellanova committed
459
                <property name="text">
460
                 <string>Aux 1</string>
tstellanova's avatar
tstellanova committed
461 462
                </property>
                <property name="alignment">
463
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
464 465 466
                </property>
               </widget>
              </item>
467 468
              <item row="4" column="1">
               <widget class="QLabel" name="throttleChanLabel">
tstellanova's avatar
tstellanova committed
469
                <property name="text">
470
                 <string>0000</string>
tstellanova's avatar
tstellanova committed
471 472
                </property>
                <property name="alignment">
473
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
474 475 476
                </property>
               </widget>
              </item>
477 478
              <item row="2" column="1">
               <widget class="QLabel" name="pitchChanLabel">
tstellanova's avatar
tstellanova committed
479
                <property name="text">
480 481 482 483
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
484 485 486
                </property>
               </widget>
              </item>
487 488
              <item row="7" column="0">
               <widget class="QLabel" name="chanName_7">
489
                <property name="text">
490
                 <string>Aux 2</string>
tstellanova's avatar
tstellanova committed
491
                </property>
492 493
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
494
                </property>
495
               </widget>
tstellanova's avatar
tstellanova committed
496
              </item>
497 498
              <item row="3" column="1">
               <widget class="QLabel" name="yawChanLabel">
tstellanova's avatar
tstellanova committed
499 500 501 502 503 504 505 506
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
507 508 509 510
              <item row="1" column="2">
               <widget class="QCheckBox" name="invertCheckBox">
                <property name="text">
                 <string>Reverse</string>
tstellanova's avatar
tstellanova committed
511
                </property>
512 513 514 515 516 517
               </widget>
              </item>
              <item row="1" column="5">
               <widget class="QPushButton" name="rollButton">
                <property name="text">
                 <string>Identify Roll Channel</string>
tstellanova's avatar
tstellanova committed
518
                </property>
519 520 521 522 523 524
               </widget>
              </item>
              <item row="2" column="5">
               <widget class="QPushButton" name="pitchButton">
                <property name="text">
                 <string>Identify Pitch Channel</string>
tstellanova's avatar
tstellanova committed
525 526 527
                </property>
               </widget>
              </item>
528 529
              <item row="3" column="5">
               <widget class="QPushButton" name="yawButton">
530
                <property name="text">
531
                 <string>Identify Yaw Channel</string>
tstellanova's avatar
tstellanova committed
532
                </property>
533 534 535 536 537 538
               </widget>
              </item>
              <item row="5" column="5">
               <widget class="QPushButton" name="modeButton">
                <property name="text">
                 <string>Identify Main Mode Switch</string>
tstellanova's avatar
tstellanova committed
539
                </property>
540
               </widget>
tstellanova's avatar
tstellanova committed
541
              </item>
542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557
              <item row="7" column="5">
               <widget class="QPushButton" name="aux1Button">
                <property name="text">
                 <string>Identify Aux 1 Channel</string>
                </property>
               </widget>
              </item>
              <item row="8" column="5">
               <widget class="QPushButton" name="aux2Button">
                <property name="text">
                 <string>Identify Aux 2 Channel</string>
                </property>
               </widget>
              </item>
              <item row="7" column="1">
               <widget class="QLabel" name="aux2ChanLabel">
tstellanova's avatar
tstellanova committed
558
                <property name="text">
559 560 561 562
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
563 564 565
                </property>
               </widget>
              </item>
566 567
              <item row="6" column="5">
               <widget class="QPushButton" name="subButton">
tstellanova's avatar
tstellanova committed
568
                <property name="text">
569
                 <string>Identify Sub Mode Switch</string>
570
                </property>
571 572 573 574 575 576
               </widget>
              </item>
              <item row="4" column="5">
               <widget class="QPushButton" name="throttleButton">
                <property name="text">
                 <string>Identify Throttle Channel</string>
tstellanova's avatar
tstellanova committed
577 578 579
                </property>
               </widget>
              </item>
580 581
              <item row="2" column="2">
               <widget class="QCheckBox" name="invertCheckBox_2">
582
                <property name="text">
583
                 <string>Reverse</string>
tstellanova's avatar
tstellanova committed
584
                </property>
585 586 587 588 589 590
               </widget>
              </item>
              <item row="4" column="2">
               <widget class="QCheckBox" name="invertCheckBox_4">
                <property name="text">
                 <string>Reverse</string>
tstellanova's avatar
tstellanova committed
591 592 593
                </property>
               </widget>
              </item>
594
              <item row="1" column="3">
595
               <widget class="QSpinBox" name="rollSpinBox">
tstellanova's avatar
tstellanova committed
596 597 598 599 600 601 602 603 604 605 606
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
607 608
              <item row="4" column="3">
               <widget class="QSpinBox" name="throttleSpinBox">
tstellanova's avatar
tstellanova committed
609 610 611 612 613 614 615 616 617 618 619
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
620 621
              <item row="3" column="0">
               <widget class="QLabel" name="chanName_3">
622
                <property name="text">
623
                 <string>Yaw / Rudder</string>
tstellanova's avatar
tstellanova committed
624
                </property>
625
                <property name="alignment">
626
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
627 628 629
                </property>
               </widget>
              </item>
630 631
              <item row="4" column="0">
               <widget class="QLabel" name="chanName_4">
tstellanova's avatar
tstellanova committed
632
                <property name="text">
633 634 635 636
                 <string>Throttle</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
637 638 639
                </property>
               </widget>
              </item>
640 641
              <item row="3" column="3">
               <widget class="QSpinBox" name="yawSpinBox">
tstellanova's avatar
tstellanova committed
642 643 644 645 646 647 648 649 650 651 652
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
653 654 655 656 657 658 659 660 661 662
              <item row="2" column="0">
               <widget class="QLabel" name="chanName_2">
                <property name="text">
                 <string>Pitch / Elevator</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
663
              <item row="1" column="1">
664
               <widget class="QLabel" name="rollChanLabel">
tstellanova's avatar
tstellanova committed
665 666 667 668 669 670 671 672
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
673 674
              <item row="8" column="2">
               <widget class="QCheckBox" name="invertCheckBox_8">
tstellanova's avatar
tstellanova committed
675
                <property name="text">
676
                 <string>Reverse</string>
tstellanova's avatar
tstellanova committed
677 678 679
                </property>
               </widget>
              </item>
680 681
              <item row="6" column="1">
               <widget class="QLabel" name="aux1ChanLabel">
tstellanova's avatar
tstellanova committed
682
                <property name="text">
683 684 685 686
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
687 688 689
                </property>
               </widget>
              </item>
690 691 692 693 694 695 696 697 698
              <item row="1" column="0">
               <widget class="QLabel" name="chanName">
                <property name="text">
                 <string>Roll / Ailerons</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
tstellanova's avatar
tstellanova committed
699
              </item>
700 701 702 703 704 705
              <item row="0" column="0">
               <widget class="QLabel" name="label">
                <property name="text">
                 <string>Control Channel Name</string>
                </property>
               </widget>
tstellanova's avatar
tstellanova committed
706
              </item>
707 708 709 710 711 712 713 714 715 716 717 718 719
              <item row="0" column="1">
               <widget class="QLabel" name="label_2">
                <property name="text">
                 <string>Normalized Value</string>
                </property>
               </widget>
              </item>
              <item row="0" column="2">
               <widget class="QLabel" name="label_3">
                <property name="text">
                 <string>Reverse Direction / Invert</string>
                </property>
               </widget>
tstellanova's avatar
tstellanova committed
720
              </item>
721 722 723 724 725 726
              <item row="0" column="3">
               <widget class="QLabel" name="label_4">
                <property name="text">
                 <string>Index of RC Channel used</string>
                </property>
               </widget>
tstellanova's avatar
tstellanova committed
727 728 729 730 731 732
              </item>
             </layout>
            </item>
           </layout>
          </widget>
         </item>
733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748
         <item>
          <spacer name="verticalSpacer">
           <property name="orientation">
            <enum>Qt::Vertical</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>20</width>
             <height>40</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </widget>
       <widget class="QWidget" name="sensorTab">
749 750 751 752 753 754 755
        <property name="font">
         <font>
          <pointsize>16</pointsize>
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
756
        <layout class="QHBoxLayout" name="horizontalLayout">
757
         <item>
758
          <widget class="QGCMessageView" name="widget" native="true"/>
759 760
         </item>
         <item>
761 762 763 764 765 766 767 768 769 770 771 772 773 774
          <widget class="QScrollArea" name="scrollArea_3">
           <property name="widgetResizable">
            <bool>true</bool>
           </property>
           <widget class="QWidget" name="sensorContents">
            <property name="geometry">
             <rect>
              <x>0</x>
              <y>0</y>
              <width>1039</width>
              <height>731</height>
             </rect>
            </property>
            <layout class="QVBoxLayout" name="verticalLayout_10">
775
             <item>
776
              <layout class="QVBoxLayout" name="sensorLayout"/>
777 778
             </item>
            </layout>
779 780
           </widget>
          </widget>
781 782 783
         </item>
        </layout>
       </widget>
784 785 786
       <widget class="QWidget" name="airframeTab">
        <layout class="QHBoxLayout" name="airframeLayout"/>
       </widget>
787
       <widget class="QWidget" name="generalTab">
788 789 790 791 792 793 794
        <property name="font">
         <font>
          <pointsize>16</pointsize>
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
795 796
        <layout class="QVBoxLayout" name="verticalLayout_11">
         <item>
797
          <widget class="QLabel" name="tabTitleLabel_2">
798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822
           <property name="text">
            <string>General Config</string>
           </property>
          </widget>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_7">
           <item>
            <spacer name="horizontalSpacer_8">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>40</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item>
            <widget class="QComboBox" name="multiRotorComboBox"/>
           </item>
           <item>
            <widget class="QPushButton" name="loadMultiRotorDefaultsButton">
823 824 825 826 827 828 829
             <property name="font">
              <font>
               <pointsize>13</pointsize>
               <weight>50</weight>
               <bold>false</bold>
              </font>
             </property>
830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857
             <property name="text">
              <string>Load Platform Defaults</string>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_6">
           <item>
            <widget class="QGroupBox" name="multiRotorControlAttitudeGroupBox">
             <property name="title">
              <string>Configuration</string>
             </property>
             <layout class="QVBoxLayout" name="verticalLayout_3">
              <property name="margin">
               <number>0</number>
              </property>
              <item>
               <widget class="QScrollArea" name="scrollArea">
                <property name="widgetResizable">
                 <bool>true</bool>
                </property>
                <widget class="QWidget" name="generalLeftContents">
                 <property name="geometry">
                  <rect>
                   <x>0</x>
                   <y>0</y>
858 859
                   <width>98</width>
                   <height>28</height>
860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894
                  </rect>
                 </property>
                 <layout class="QHBoxLayout" name="horizontalLayout_4">
                  <property name="margin">
                   <number>0</number>
                  </property>
                  <item>
                   <layout class="QVBoxLayout" name="generalLeftLayout"/>
                  </item>
                 </layout>
                </widget>
               </widget>
              </item>
             </layout>
            </widget>
           </item>
           <item>
            <widget class="QGroupBox" name="multiRotorControlAttitudeGroupBox_2">
             <property name="title">
              <string>Configuration</string>
             </property>
             <layout class="QVBoxLayout" name="verticalLayout_5">
              <property name="margin">
               <number>0</number>
              </property>
              <item>
               <widget class="QScrollArea" name="scrollArea_2">
                <property name="widgetResizable">
                 <bool>true</bool>
                </property>
                <widget class="QWidget" name="generalRightContents">
                 <property name="geometry">
                  <rect>
                   <x>0</x>
                   <y>0</y>
895 896
                   <width>98</width>
                   <height>28</height>
897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919
                  </rect>
                 </property>
                 <layout class="QHBoxLayout" name="horizontalLayout_5">
                  <property name="margin">
                   <number>0</number>
                  </property>
                  <item>
                   <layout class="QVBoxLayout" name="generalRightLayout"/>
                  </item>
                 </layout>
                </widget>
               </widget>
              </item>
             </layout>
            </widget>
           </item>
          </layout>
         </item>
        </layout>
       </widget>
       <widget class="QWidget" name="advancedTab">
        <layout class="QVBoxLayout" name="verticalLayout_13">
         <item>
920 921 922 923 924 925 926 927
          <widget class="QLabel" name="tabTitleLabel">
           <property name="font">
            <font>
             <pointsize>16</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
928
           <property name="text">
929
            <string>Advanced Configuration</string>
930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
           </property>
          </widget>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_2">
           <item>
            <spacer name="horizontalSpacer_9">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>40</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item>
tstellanova's avatar
tstellanova committed
949
            <widget class="QComboBox" name="platformSelectorComboBox"/>
950 951
           </item>
           <item>
tstellanova's avatar
tstellanova committed
952
            <widget class="QPushButton" name="loadPlatformDefaultsButton">
953 954 955 956 957 958 959 960 961 962
             <property name="text">
              <string>Load Platform Defaults</string>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_3">
           <item>
963 964 965 966 967 968 969
            <widget class="QGroupBox" name="advancedConfigurationGroupBox">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
               <horstretch>3</horstretch>
               <verstretch>1</verstretch>
              </sizepolicy>
             </property>
970
             <property name="title">
971
              <string>Onboard Configuration</string>
972 973 974 975 976 977 978 979 980 981
             </property>
             <layout class="QVBoxLayout" name="verticalLayout_2">
              <property name="margin">
               <number>0</number>
              </property>
              <item>
               <widget class="QScrollArea" name="scrollArea_4">
                <property name="widgetResizable">
                 <bool>true</bool>
                </property>
tstellanova's avatar
tstellanova committed
982
                <widget class="QWidget" name="advanceColumnContents">
983 984 985 986
                 <property name="geometry">
                  <rect>
                   <x>0</x>
                   <y>0</y>
987 988
                   <width>98</width>
                   <height>28</height>
989 990 991 992 993 994 995
                  </rect>
                 </property>
                 <layout class="QVBoxLayout" name="verticalLayout_7">
                  <property name="margin">
                   <number>0</number>
                  </property>
                  <item>
tstellanova's avatar
tstellanova committed
996
                   <layout class="QVBoxLayout" name="advancedColumnLayout"/>
997 998 999 1000 1001
                  </item>
                 </layout>
                </widget>
               </widget>
              </item>
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054
              <item>
               <layout class="QHBoxLayout" name="horizontalLayout_9">
                <item>
                 <widget class="QPushButton" name="refreshButton">
                  <property name="enabled">
                   <bool>false</bool>
                  </property>
                  <property name="toolTip">
                   <string>Load parameters currently in non-permanent memory of aircraft.</string>
                  </property>
                  <property name="statusTip">
                   <string/>
                  </property>
                  <property name="text">
                   <string>Refresh</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QPushButton" name="readButton">
                  <property name="enabled">
                   <bool>false</bool>
                  </property>
                  <property name="toolTip">
                   <string>Copy parameters from permanent memory to non-permanent current memory of aircraft. DOES NOT update the parameters in this view, click refresh after copying them to get them.</string>
                  </property>
                  <property name="statusTip">
                   <string/>
                  </property>
                  <property name="whatsThis">
                   <string/>
                  </property>
                  <property name="text">
                   <string>Read ROM</string>
                  </property>
                 </widget>
                </item>
                <item>
                 <widget class="QPushButton" name="writeButton">
                  <property name="enabled">
                   <bool>false</bool>
                  </property>
                  <property name="toolTip">
                   <string>Copy current parameters in non-permanent memory of the aircraft to permanent memory. Transmit your parameters first to write these.</string>
                  </property>
                  <property name="statusTip">
                   <string/>
                  </property>
                  <property name="text">
                   <string>Write ROM</string>
                  </property>
                 </widget>
                </item>
1055 1056 1057 1058 1059 1060 1061
                <item>
                 <widget class="QPushButton" name="loadFileButton">
                  <property name="text">
                   <string>Load File</string>
                  </property>
                 </widget>
                </item>
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079
                <item>
                 <widget class="QPushButton" name="saveFileButton">
                  <property name="enabled">
                   <bool>false</bool>
                  </property>
                  <property name="toolTip">
                   <string>Save parameters in this view to a file on this computer.</string>
                  </property>
                  <property name="statusTip">
                   <string/>
                  </property>
                  <property name="text">
                   <string>Save to File</string>
                  </property>
                 </widget>
                </item>
               </layout>
              </item>
1080 1081 1082 1083
             </layout>
            </widget>
           </item>
           <item>
1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109
            <spacer name="horizontalSpacer_5">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>10</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item>
            <widget class="QGroupBox" name="pendingChangesGroupBox">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
               <horstretch>2</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="minimumSize">
              <size>
               <width>329</width>
               <height>0</height>
              </size>
             </property>
1110
             <property name="title">
1111
              <string>Changes Pending</string>
1112
             </property>
1113 1114 1115 1116 1117 1118 1119 1120
             <widget class="QWidget" name="verticalLayoutWidget">
              <property name="geometry">
               <rect>
                <x>10</x>
                <y>30</y>
                <width>381</width>
                <height>601</height>
               </rect>
1121
              </property>
1122
              <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0">
1123 1124 1125 1126
               <property name="spacing">
                <number>0</number>
               </property>
               <item>
1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137
                <widget class="QGCPendingParamWidget" name="pendingCommitsWidget" native="true">
                 <property name="minimumSize">
                  <size>
                   <width>0</width>
                   <height>30</height>
                  </size>
                 </property>
                 <property name="autoFillBackground">
                  <bool>true</bool>
                 </property>
                </widget>
1138 1139 1140
               </item>
              </layout>
             </widget>
1141 1142
            </widget>
           </item>
1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155
           <item>
            <spacer name="horizontalSpacer_13">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>10</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
1156 1157
          </layout>
         </item>
1158 1159
         <item>
          <widget class="QLabel" name="advancedStatusLabel">
1160
           <property name="text">
1161
            <string>Status</string>
1162 1163 1164 1165
           </property>
          </widget>
         </item>
        </layout>
1166 1167
       </widget>
      </widget>
1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>QGCRadioChannelDisplay</class>
   <extends>QWidget</extends>
   <header>ui/designer/QGCRadioChannelDisplay.h</header>
   <container>1</container>
  </customwidget>
1180 1181 1182
  <customwidget>
   <class>QGCPendingParamWidget</class>
   <extends>QWidget</extends>
1183
   <header>ui/QGCPendingParamWidget.h</header>
1184 1185
   <container>1</container>
  </customwidget>
1186 1187 1188 1189 1190 1191
  <customwidget>
   <class>QGCMessageView</class>
   <extends>QWidget</extends>
   <header location="global">QGCMessageView.h</header>
   <container>1</container>
  </customwidget>
1192 1193 1194 1195
 </customwidgets>
 <resources/>
 <connections/>
</ui>