QGCPX4VehicleConfig.ui 43.2 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 89 90 91 92 93 94 95 96 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
       </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>
         <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">
141
        <number>0</number>
142 143 144 145
       </property>
       <widget class="QWidget" name="rcTab">
        <layout class="QVBoxLayout" name="verticalLayout_17">
         <item>
146 147 148 149 150 151 152 153
          <widget class="QLabel" name="tabTitleLabel_4">
           <property name="font">
            <font>
             <pointsize>16</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
154 155 156 157 158 159
           <property name="text">
            <string>RC Calibration</string>
           </property>
          </widget>
         </item>
         <item>
tstellanova's avatar
tstellanova committed
160 161 162 163
          <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">
164
              <size>
tstellanova's avatar
tstellanova committed
165 166
               <width>250</width>
               <height>40</height>
167 168
              </size>
             </property>
tstellanova's avatar
tstellanova committed
169
             <property name="maximumSize">
170
              <size>
tstellanova's avatar
tstellanova committed
171 172
               <width>250</width>
               <height>40</height>
173 174
              </size>
             </property>
tstellanova's avatar
tstellanova committed
175
            </widget>
176
           </item>
tstellanova's avatar
tstellanova committed
177 178
           <item row="0" column="3">
            <layout class="QVBoxLayout" name="verticalLayout_6">
179
             <item>
tstellanova's avatar
tstellanova committed
180 181 182 183 184 185 186 187 188 189 190 191 192 193
              <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>
194 195
             </item>
             <item>
tstellanova's avatar
tstellanova committed
196 197 198 199 200 201 202 203 204 205 206 207 208 209
              <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>
210 211
             </item>
             <item>
tstellanova's avatar
tstellanova committed
212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
              <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>
242 243 244
             </item>
            </layout>
           </item>
tstellanova's avatar
tstellanova committed
245 246 247 248 249 250 251
           <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>
252
             </property>
tstellanova's avatar
tstellanova committed
253 254 255 256 257
             <property name="minimumSize">
              <size>
               <width>50</width>
               <height>200</height>
              </size>
258
             </property>
tstellanova's avatar
tstellanova committed
259
             <property name="maximumSize">
260
              <size>
tstellanova's avatar
tstellanova committed
261 262
               <width>50</width>
               <height>200</height>
263 264
              </size>
             </property>
tstellanova's avatar
tstellanova committed
265 266 267 268 269 270 271 272 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
            </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>
305 306 307 308
           </item>
          </layout>
         </item>
         <item>
tstellanova's avatar
tstellanova committed
309
          <layout class="QHBoxLayout" name="horizontalLayout_17">
310
           <item>
tstellanova's avatar
tstellanova committed
311
            <widget class="QCheckBox" name="advancedCheckBox">
312
             <property name="text">
tstellanova's avatar
tstellanova committed
313
              <string>Show advanced RC settings</string>
314 315 316 317
             </property>
            </widget>
           </item>
           <item>
tstellanova's avatar
tstellanova committed
318
            <spacer name="horizontalSpacer_18">
319 320 321 322 323 324 325 326 327 328 329 330 331
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>40</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
          </layout>
         </item>
tstellanova's avatar
tstellanova committed
332 333 334 335 336 337 338 339 340
         <item>
          <widget class="QGroupBox" name="advancedGroupBox">
           <property name="title">
            <string>Advanced</string>
           </property>
           <layout class="QVBoxLayout" name="verticalLayout_16">
            <item>
             <layout class="QHBoxLayout" name="horizontalLayout">
              <item>
341 342 343
               <widget class="QLabel" name="label">
                <property name="text">
                 <string>RC Transmitter Mode</string>
tstellanova's avatar
tstellanova committed
344
                </property>
345 346
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
347 348 349 350 351 352 353 354
                </property>
               </widget>
              </item>
              <item>
               <widget class="QComboBox" name="rcModeComboBox">
                <property name="enabled">
                 <bool>true</bool>
                </property>
355 356 357 358 359 360
                <property name="maximumSize">
                 <size>
                  <width>320</width>
                  <height>16777215</height>
                 </size>
                </property>
tstellanova's avatar
tstellanova committed
361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
                <item>
                 <property name="text">
                  <string>Mode 1</string>
                 </property>
                </item>
                <item>
                 <property name="text">
                  <string>Mode 2</string>
                 </property>
                </item>
                <item>
                 <property name="text">
                  <string>Mode 3</string>
                 </property>
                </item>
                <item>
                 <property name="text">
                  <string>Mode 4</string>
                 </property>
                </item>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <layout class="QGridLayout" name="gridLayout_2">
387 388
              <item row="1" column="6">
               <widget class="QLabel" name="aux1ChanLabel">
tstellanova's avatar
tstellanova committed
389 390 391 392 393 394 395 396
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
397 398
              <item row="3" column="5">
               <widget class="QLabel" name="chanName_8">
tstellanova's avatar
tstellanova committed
399
                <property name="text">
400 401 402 403
                 <string>Aux 3</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
404 405 406
                </property>
               </widget>
              </item>
407 408 409 410
              <item row="0" column="8">
               <widget class="QSpinBox" name="modeSpinBox">
                <property name="enabled">
                 <bool>false</bool>
tstellanova's avatar
tstellanova committed
411
                </property>
412 413
                <property name="minimum">
                 <number>1</number>
tstellanova's avatar
tstellanova committed
414
                </property>
415 416 417 418
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
tstellanova's avatar
tstellanova committed
419
              </item>
420 421
              <item row="1" column="7">
               <widget class="QCheckBox" name="invertCheckBox_6">
tstellanova's avatar
tstellanova committed
422
                <property name="text">
423
                 <string>Invert</string>
tstellanova's avatar
tstellanova committed
424 425 426
                </property>
               </widget>
              </item>
427 428
              <item row="0" column="0">
               <widget class="QLabel" name="chanName">
tstellanova's avatar
tstellanova committed
429
                <property name="text">
430
                 <string>Roll / Ailerons</string>
tstellanova's avatar
tstellanova committed
431 432
                </property>
                <property name="alignment">
433
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
434 435 436
                </property>
               </widget>
              </item>
437 438 439 440
              <item row="1" column="5">
               <widget class="QLabel" name="chanName_6">
                <property name="text">
                 <string>Aux 1</string>
tstellanova's avatar
tstellanova committed
441
                </property>
442 443
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
444
                </property>
445
               </widget>
tstellanova's avatar
tstellanova committed
446
              </item>
447 448
              <item row="1" column="2">
               <widget class="QCheckBox" name="invertCheckBox_2">
tstellanova's avatar
tstellanova committed
449 450 451 452 453
                <property name="text">
                 <string>Invert</string>
                </property>
               </widget>
              </item>
454 455 456 457 458 459 460 461 462 463 464 465
              <item row="0" column="5">
               <widget class="QLabel" name="chanName_5">
                <property name="text">
                 <string>Mode Switch</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item row="3" column="7">
               <widget class="QCheckBox" name="invertCheckBox_8">
tstellanova's avatar
tstellanova committed
466 467 468 469 470
                <property name="text">
                 <string>Invert</string>
                </property>
               </widget>
              </item>
471 472 473 474 475 476 477 478 479
              <item row="3" column="2">
               <widget class="QCheckBox" name="invertCheckBox_4">
                <property name="text">
                 <string>Invert</string>
                </property>
               </widget>
              </item>
              <item row="0" column="3">
               <widget class="QSpinBox" name="rollSpinBox">
tstellanova's avatar
tstellanova committed
480 481 482 483 484 485 486 487 488 489 490
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
491 492 493 494
              <item row="1" column="8">
               <widget class="QSpinBox" name="aux1SpinBox">
                <property name="enabled">
                 <bool>false</bool>
tstellanova's avatar
tstellanova committed
495
                </property>
496 497 498 499 500
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
tstellanova's avatar
tstellanova committed
501 502 503
                </property>
               </widget>
              </item>
504 505
              <item row="2" column="6">
               <widget class="QLabel" name="aux2ChanLabel">
tstellanova's avatar
tstellanova committed
506 507 508 509 510 511 512 513
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
514 515 516 517 518 519 520 521 522 523
              <item row="3" column="3">
               <widget class="QSpinBox" name="throttleSpinBox">
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
tstellanova's avatar
tstellanova committed
524 525 526
                </property>
               </widget>
              </item>
527 528
              <item row="2" column="0">
               <widget class="QLabel" name="chanName_3">
tstellanova's avatar
tstellanova committed
529
                <property name="text">
530
                 <string>Yaw / Rudder</string>
tstellanova's avatar
tstellanova committed
531 532
                </property>
                <property name="alignment">
533
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
534 535 536
                </property>
               </widget>
              </item>
537 538
              <item row="2" column="7">
               <widget class="QCheckBox" name="invertCheckBox_7">
tstellanova's avatar
tstellanova committed
539
                <property name="text">
540
                 <string>Invert</string>
tstellanova's avatar
tstellanova committed
541 542 543
                </property>
               </widget>
              </item>
544 545 546 547
              <item row="3" column="0">
               <widget class="QLabel" name="chanName_4">
                <property name="text">
                 <string>Throttle</string>
tstellanova's avatar
tstellanova committed
548
                </property>
549 550
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
551
                </property>
552
               </widget>
tstellanova's avatar
tstellanova committed
553 554
              </item>
              <item row="3" column="6">
555
               <widget class="QLabel" name="aux3ChanLabel">
tstellanova's avatar
tstellanova committed
556 557 558 559 560 561 562 563
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
564 565
              <item row="2" column="3">
               <widget class="QSpinBox" name="yawSpinBox">
tstellanova's avatar
tstellanova committed
566 567 568 569 570 571 572 573 574 575 576
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
577 578 579 580
              <item row="1" column="0">
               <widget class="QLabel" name="chanName_2">
                <property name="text">
                 <string>Pitch / Elevator</string>
tstellanova's avatar
tstellanova committed
581
                </property>
582 583
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
584
                </property>
585
               </widget>
tstellanova's avatar
tstellanova committed
586
              </item>
587 588
              <item row="0" column="1">
               <widget class="QLabel" name="rollChanLabel">
tstellanova's avatar
tstellanova committed
589
                <property name="text">
590 591 592 593
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
594 595 596
                </property>
               </widget>
              </item>
597 598
              <item row="2" column="5">
               <widget class="QLabel" name="chanName_7">
tstellanova's avatar
tstellanova committed
599
                <property name="text">
600 601 602 603
                 <string>Aux 2</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
tstellanova's avatar
tstellanova committed
604 605 606
                </property>
               </widget>
              </item>
607 608 609 610
              <item row="0" column="6">
               <widget class="QLabel" name="modeChanLabel">
                <property name="text">
                 <string>0000</string>
tstellanova's avatar
tstellanova committed
611
                </property>
612 613
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
614 615 616
                </property>
               </widget>
              </item>
617 618
              <item row="1" column="3">
               <widget class="QSpinBox" name="pitchSpinBox">
tstellanova's avatar
tstellanova committed
619 620 621 622 623 624 625 626 627 628 629 630
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
              <item row="3" column="1">
631
               <widget class="QLabel" name="throttleChanLabel">
tstellanova's avatar
tstellanova committed
632 633 634 635 636 637 638 639
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
640 641
              <item row="3" column="8">
               <widget class="QSpinBox" name="aux3SpinBox">
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
              <item row="2" column="1">
               <widget class="QLabel" name="yawChanLabel">
                <property name="text">
                 <string>0000</string>
tstellanova's avatar
tstellanova committed
657
                </property>
658 659
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
tstellanova's avatar
tstellanova committed
660 661 662
                </property>
               </widget>
              </item>
663 664
              <item row="0" column="7">
               <widget class="QCheckBox" name="invertCheckBox_5">
tstellanova's avatar
tstellanova committed
665
                <property name="text">
666
                 <string>Invert</string>
tstellanova's avatar
tstellanova committed
667 668 669
                </property>
               </widget>
              </item>
670 671
              <item row="2" column="8">
               <widget class="QSpinBox" name="aux2SpinBox">
tstellanova's avatar
tstellanova committed
672 673 674 675 676 677 678 679 680 681 682
                <property name="enabled">
                 <bool>false</bool>
                </property>
                <property name="minimum">
                 <number>1</number>
                </property>
                <property name="maximum">
                 <number>8</number>
                </property>
               </widget>
              </item>
683 684
              <item row="1" column="1">
               <widget class="QLabel" name="pitchChanLabel">
tstellanova's avatar
tstellanova committed
685 686 687 688 689 690 691 692
                <property name="text">
                 <string>0000</string>
                </property>
                <property name="alignment">
                 <set>Qt::AlignCenter</set>
                </property>
               </widget>
              </item>
693 694
              <item row="0" column="2">
               <widget class="QCheckBox" name="invertCheckBox">
tstellanova's avatar
tstellanova committed
695
                <property name="text">
696
                 <string>Invert</string>
tstellanova's avatar
tstellanova committed
697 698 699
                </property>
               </widget>
              </item>
700 701
              <item row="2" column="2">
               <widget class="QCheckBox" name="invertCheckBox_3">
tstellanova's avatar
tstellanova committed
702 703 704 705 706
                <property name="text">
                 <string>Invert</string>
                </property>
               </widget>
              </item>
707 708 709 710
              <item row="3" column="4">
               <spacer name="horizontalSpacer_4">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
tstellanova's avatar
tstellanova committed
711
                </property>
712 713 714 715 716
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
tstellanova's avatar
tstellanova committed
717
                </property>
718
               </spacer>
tstellanova's avatar
tstellanova committed
719
              </item>
720 721 722 723
              <item row="2" column="4">
               <spacer name="horizontalSpacer_3">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
tstellanova's avatar
tstellanova committed
724
                </property>
725 726 727 728 729 730 731
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
tstellanova's avatar
tstellanova committed
732
              </item>
733 734 735 736
              <item row="1" column="4">
               <spacer name="horizontalSpacer_2">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
tstellanova's avatar
tstellanova committed
737
                </property>
738 739 740 741 742 743 744
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
tstellanova's avatar
tstellanova committed
745
              </item>
746 747 748 749
              <item row="0" column="4">
               <spacer name="horizontalSpacer">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
tstellanova's avatar
tstellanova committed
750
                </property>
751 752 753 754 755 756 757
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
tstellanova's avatar
tstellanova committed
758 759 760 761 762 763
              </item>
             </layout>
            </item>
           </layout>
          </widget>
         </item>
764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779
         <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">
780 781 782 783 784 785 786
        <property name="font">
         <font>
          <pointsize>16</pointsize>
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
787 788
        <layout class="QVBoxLayout" name="verticalLayout_14">
         <item>
789
          <widget class="QLabel" name="tabTitleLabel_3">
790 791 792 793 794 795 796 797 798 799 800 801 802
           <property name="text">
            <string>Sensor Calibration</string>
           </property>
          </widget>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_8">
           <item>
            <widget class="QTextBrowser" name="sensorTips">
             <property name="html">
              <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
803 804
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:16pt; font-weight:600; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
805 806 807 808 809 810 811 812 813 814 815 816 817 818 819
             </property>
            </widget>
           </item>
           <item>
            <layout class="QVBoxLayout" name="verticalLayout_9" stretch="0">
             <item>
              <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>
tstellanova's avatar
tstellanova committed
820 821
                  <width>26</width>
                  <height>26</height>
822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838
                 </rect>
                </property>
                <layout class="QVBoxLayout" name="verticalLayout_10">
                 <item>
                  <layout class="QVBoxLayout" name="sensorLayout"/>
                 </item>
                </layout>
               </widget>
              </widget>
             </item>
            </layout>
           </item>
          </layout>
         </item>
        </layout>
       </widget>
       <widget class="QWidget" name="generalTab">
839 840 841 842 843 844 845
        <property name="font">
         <font>
          <pointsize>16</pointsize>
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
846 847
        <layout class="QVBoxLayout" name="verticalLayout_11">
         <item>
848
          <widget class="QLabel" name="tabTitleLabel_2">
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873
           <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">
874 875 876 877 878 879 880
             <property name="font">
              <font>
               <pointsize>13</pointsize>
               <weight>50</weight>
               <bold>false</bold>
              </font>
             </property>
881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908
             <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>
tstellanova's avatar
tstellanova committed
909 910
                   <width>16</width>
                   <height>16</height>
911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945
                  </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>
tstellanova's avatar
tstellanova committed
946 947
                   <width>16</width>
                   <height>16</height>
948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970
                  </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>
971 972 973 974 975 976 977 978
          <widget class="QLabel" name="tabTitleLabel">
           <property name="font">
            <font>
             <pointsize>16</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
979
           <property name="text">
980
            <string>Advanced Configuration</string>
981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999
           </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
1000
            <widget class="QComboBox" name="platformSelectorComboBox"/>
1001 1002
           </item>
           <item>
tstellanova's avatar
tstellanova committed
1003
            <widget class="QPushButton" name="loadPlatformDefaultsButton">
1004 1005 1006 1007 1008 1009 1010 1011 1012 1013
             <property name="text">
              <string>Load Platform Defaults</string>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_3">
           <item>
1014 1015 1016 1017 1018 1019 1020
            <widget class="QGroupBox" name="advancedConfigurationGroupBox">
             <property name="sizePolicy">
              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
               <horstretch>3</horstretch>
               <verstretch>1</verstretch>
              </sizepolicy>
             </property>
1021
             <property name="title">
1022
              <string>Onboard Configuration</string>
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032
             </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
1033
                <widget class="QWidget" name="advanceColumnContents">
1034 1035 1036 1037
                 <property name="geometry">
                  <rect>
                   <x>0</x>
                   <y>0</y>
tstellanova's avatar
tstellanova committed
1038 1039
                   <width>16</width>
                   <height>16</height>
1040 1041 1042 1043 1044 1045 1046
                  </rect>
                 </property>
                 <layout class="QVBoxLayout" name="verticalLayout_7">
                  <property name="margin">
                   <number>0</number>
                  </property>
                  <item>
tstellanova's avatar
tstellanova committed
1047
                   <layout class="QVBoxLayout" name="advancedColumnLayout"/>
1048 1049 1050 1051 1052
                  </item>
                 </layout>
                </widget>
               </widget>
              </item>
1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 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 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123
              <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>
                <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>
1124 1125 1126 1127
             </layout>
            </widget>
           </item>
           <item>
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153
            <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>
1154
             <property name="title">
1155
              <string>Changes Pending</string>
1156
             </property>
1157 1158 1159 1160 1161 1162 1163 1164
             <widget class="QWidget" name="verticalLayoutWidget">
              <property name="geometry">
               <rect>
                <x>10</x>
                <y>30</y>
                <width>381</width>
                <height>601</height>
               </rect>
1165
              </property>
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222
              <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,1,1">
               <property name="spacing">
                <number>0</number>
               </property>
               <item>
                <widget class="QTreeView" name="pendingCommitsTreeView"/>
               </item>
               <item>
                <widget class="QPushButton" name="setButton">
                 <property name="enabled">
                  <bool>false</bool>
                 </property>
                 <property name="toolTip">
                  <string>Set current parameters in non-permanent onboard memory.</string>
                 </property>
                 <property name="statusTip">
                  <string/>
                 </property>
                 <property name="text">
                  <string>Commit to UAS</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QPushButton" name="setButton_2">
                 <property name="enabled">
                  <bool>false</bool>
                 </property>
                 <property name="toolTip">
                  <string>Set current parameters in non-permanent onboard memory.</string>
                 </property>
                 <property name="statusTip">
                  <string/>
                 </property>
                 <property name="text">
                  <string>Clear</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QPushButton" name="loadFileButton">
                 <property name="enabled">
                  <bool>false</bool>
                 </property>
                 <property name="toolTip">
                  <string>Load parameters from a file on this computer in the view. To write them to the aircraft, use transmit after loading them.</string>
                 </property>
                 <property name="statusTip">
                  <string/>
                 </property>
                 <property name="text">
                  <string>Load from File</string>
                 </property>
                </widget>
               </item>
              </layout>
             </widget>
1223 1224
            </widget>
           </item>
1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237
           <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>
1238 1239
          </layout>
         </item>
1240 1241
         <item>
          <widget class="QLabel" name="advancedStatusLabel">
1242
           <property name="text">
1243
            <string>Status</string>
1244 1245 1246 1247
           </property>
          </widget>
         </item>
        </layout>
1248 1249
       </widget>
      </widget>
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>QGCRadioChannelDisplay</class>
   <extends>QWidget</extends>
   <header>ui/designer/QGCRadioChannelDisplay.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>