UASView.ui 20.8 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>UASView</class>
 <widget class="QWidget" name="UASView">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>360</width>
    <height>119</height>
pixhawk's avatar
pixhawk committed
11 12 13
   </rect>
  </property>
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
pixhawk's avatar
pixhawk committed
15 16 17 18 19 20
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
21
    <width>260</width>
pixhawk's avatar
pixhawk committed
22 23 24
    <height>0</height>
   </size>
  </property>
25 26 27 28 29 30
  <property name="maximumSize">
   <size>
    <width>360</width>
    <height>16777215</height>
   </size>
  </property>
pixhawk's avatar
pixhawk committed
31 32 33 34
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
35
   <string notr="true">QWidget#colorIcon {}
pixhawk's avatar
pixhawk committed
36 37

QWidget {
38
background-color: #050508;
pixhawk's avatar
pixhawk committed
39
color: #DDDDDF;
40 41 42 43 44 45
background-clip: border;
font-size: 11px;
}

QLabel {
background-color: transparent;
pixhawk's avatar
pixhawk committed
46 47
}

pixhawk's avatar
pixhawk committed
48 49 50 51 52 53 54 55 56 57 58
QLabel#nameLabel {
	font: bold 16px;
	color: #3C7B9E;
}

QLabel#modeLabel {
	font: 12px;
}

QLabel#stateLabel {
	font: 12px;
59
	color: #3C7B9E;
pixhawk's avatar
pixhawk committed
60 61
}

62 63
QLabel#navLabel {
	font: 12px;
pixhawk's avatar
pixhawk committed
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
}

QLabel#positionLabel {
	font: 8px;
}

QLabel#timeElapsedLabel {
	font: 8px;
}

QLabel#groundDistanceLabel {
	font: 8px;
}

QLabel#speedLabel {
	font: 8px;
}

QLabel#timeRemainingLabel {
	font: 8px;
}

QLabel#waypointLabel {
87
	font: 22px;
pixhawk's avatar
pixhawk committed
88 89
}

pixhawk's avatar
pixhawk committed
90
QGroupBox {
pixhawk's avatar
pixhawk committed
91
	border: 1px solid #4A4A4F;
92
	border-radius: 10px;
pixhawk's avatar
pixhawk committed
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

 QGroupBox::title {
     subcontrol-origin: margin;
     subcontrol-position: top center; /* position at the top center */
     margin: 0 3px 0px 3px;
     padding: 0 3px 0px 0px;
     font: bold 8px;
 }

QGroupBox#heartbeatIcon {
	background-color: red;
}

pixhawk's avatar
pixhawk committed
109 110 111
QToolButton#typeButton {
	font-weight: bold;
	font-size: 12px;
112
	border: 0px solid #999999;
pixhawk's avatar
pixhawk committed
113 114
	border-radius: 5px;
	min-width:44px;
115
	max-width: 80px;
pixhawk's avatar
pixhawk committed
116 117 118 119 120 121
	min-height: 44px;
	max-height: 44px;
	padding: 0px;
	background-color: none;
}

pixhawk's avatar
pixhawk committed
122 123 124 125 126
QPushButton {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999999;
	border-radius: 10px;
127
	min-width: 20px;
128
	max-width: 80px;
pixhawk's avatar
pixhawk committed
129 130 131 132 133 134 135 136 137 138
	min-height: 16px;
	max-height: 16px;
	padding: 2px;
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #777777, stop: 1 #555555);
}

QPushButton:pressed {
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #444444, stop: 1 #555555);
}

pixhawk's avatar
pixhawk committed
139
QPushButton#abortButton {
pixhawk's avatar
pixhawk committed
140
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
pixhawk's avatar
pixhawk committed
141
                             stop:0 #ffee01, stop:1 #ae8f00);
pixhawk's avatar
pixhawk committed
142 143
}

pixhawk's avatar
pixhawk committed
144
QPushButton:pressed#abortButton {
pixhawk's avatar
pixhawk committed
145
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
pixhawk's avatar
pixhawk committed
146
                             stop:0 #bbaa00, stop:1 #a05b00);
pixhawk's avatar
pixhawk committed
147 148 149 150
}

QPushButton#killButton {
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
pixhawk's avatar
pixhawk committed
151
                             stop:0 #ffb917, stop:1 #b37300);
pixhawk's avatar
pixhawk committed
152 153 154 155
}

QPushButton:pressed#killButton {
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
pixhawk's avatar
pixhawk committed
156
                             stop:0 #bb8500, stop:1 #903000);
pixhawk's avatar
pixhawk committed
157 158
}

pixhawk's avatar
pixhawk committed
159

160 161 162 163 164 165 166 167 168 169
QProgressBar:horizontal {
	border: 1px solid #4A4A4F;
	border-radius: 4px;
	text-align: center;
	padding: 2px;
	color: #DDDDDF;
	background-color: #111118;
}

QProgressBar:vertical {
pixhawk's avatar
pixhawk committed
170
	border: 1px solid #4A4A4F;
pixhawk's avatar
pixhawk committed
171 172
	border-radius: 4px;
	text-align: center;
173
	font-size: 7px;
pixhawk's avatar
pixhawk committed
174
	padding: 2px;
pixhawk's avatar
pixhawk committed
175 176
	color: #DDDDDF;
	background-color: #111118;
pixhawk's avatar
pixhawk committed
177 178 179
}

QProgressBar:horizontal {
pixhawk's avatar
pixhawk committed
180
	height: 10px;
pixhawk's avatar
pixhawk committed
181 182
}

183 184 185 186 187 188
QProgressBar:horizontal QLabel {
	font-size: 9px;
}

QProgressBar:vertical QLabel {
	font-size: 7px;
pixhawk's avatar
pixhawk committed
189 190 191
}

QProgressBar:vertical {
192
	width: 14px;
pixhawk's avatar
pixhawk committed
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
}

QProgressBar::chunk {
	background-color: #656565;
}

QProgressBar::chunk#batteryBar {
	background-color: green;
}

QProgressBar::chunk#speedBar {
	background-color: yellow;
}

QProgressBar::chunk#thrustBar {
	background-color: orange;
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
}

QToolTip {
        background-color: #090909;
        border: 1px solid #379AC3;
	border-radius: 3px;
    color: #DDDDDF;
}

QMenu {
    border: 1px solid #379AC3;
background-color: #050508;
color: #DDDDDF;
background-clip: border;
font-size: 11px;
}

QMenu::separator {
     height: 1px;
     background: #379AC3;
     margin-top: 8px;
     margin-bottom: 4px;
     margin-left: 5px;
     margin-right: 5px;
 }</string>
pixhawk's avatar
pixhawk committed
234 235
  </property>
  <layout class="QHBoxLayout" name="horizontalLayout_2">
236 237 238
   <property name="spacing">
    <number>2</number>
   </property>
pixhawk's avatar
pixhawk committed
239
   <property name="margin">
240
    <number>2</number>
pixhawk's avatar
pixhawk committed
241 242
   </property>
   <item>
243
    <widget class="QGroupBox" name="uasViewFrame">
pixhawk's avatar
pixhawk committed
244
     <property name="sizePolicy">
245
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
pixhawk's avatar
pixhawk committed
246 247 248 249 250 251
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
252
       <width>0</width>
pixhawk's avatar
pixhawk committed
253 254 255 256 257 258
       <height>0</height>
      </size>
     </property>
     <property name="title">
      <string/>
     </property>
259
     <layout class="QGridLayout" name="gridLayout" columnstretch="1,1,10,10,10,10,80">
pixhawk's avatar
pixhawk committed
260
      <property name="horizontalSpacing">
261
       <number>4</number>
pixhawk's avatar
pixhawk committed
262 263 264 265 266
      </property>
      <property name="verticalSpacing">
       <number>2</number>
      </property>
      <property name="margin">
267
       <number>4</number>
pixhawk's avatar
pixhawk committed
268 269 270 271 272
      </property>
      <item row="0" column="0" rowspan="5" colspan="2">
       <widget class="QToolButton" name="typeButton">
        <property name="minimumSize">
         <size>
273 274
          <width>44</width>
          <height>44</height>
pixhawk's avatar
pixhawk committed
275 276 277 278
         </size>
        </property>
        <property name="maximumSize">
         <size>
279
          <width>80</width>
280
          <height>44</height>
pixhawk's avatar
pixhawk committed
281 282 283 284 285 286 287 288
         </size>
        </property>
        <property name="baseSize">
         <size>
          <width>30</width>
          <height>30</height>
         </size>
        </property>
lm's avatar
lm committed
289 290 291 292 293 294
        <property name="toolTip">
         <string>System Type</string>
        </property>
        <property name="statusTip">
         <string>System Type</string>
        </property>
pixhawk's avatar
pixhawk committed
295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
        <property name="text">
         <string>...</string>
        </property>
        <property name="icon">
         <iconset resource="../../mavground.qrc">
          <normaloff>:/images/mavs/unknown.svg</normaloff>:/images/mavs/unknown.svg</iconset>
        </property>
        <property name="iconSize">
         <size>
          <width>42</width>
          <height>42</height>
         </size>
        </property>
       </widget>
      </item>
310
      <item row="0" column="2" colspan="3">
pixhawk's avatar
pixhawk committed
311 312 313 314 315 316 317 318 319
       <widget class="QLabel" name="nameLabel">
        <property name="maximumSize">
         <size>
          <width>16777215</width>
          <height>16</height>
         </size>
        </property>
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
320
          <pointsize>-1</pointsize>
pixhawk's avatar
pixhawk committed
321
          <weight>75</weight>
pixhawk's avatar
pixhawk committed
322
          <italic>false</italic>
pixhawk's avatar
pixhawk committed
323 324 325
          <bold>true</bold>
         </font>
        </property>
lm's avatar
lm committed
326 327 328 329 330 331
        <property name="toolTip">
         <string>System Name</string>
        </property>
        <property name="statusTip">
         <string>System Name</string>
        </property>
pixhawk's avatar
pixhawk committed
332 333 334 335 336
        <property name="text">
         <string>UAS001</string>
        </property>
       </widget>
      </item>
337
      <item row="0" column="5" colspan="2">
pixhawk's avatar
pixhawk committed
338
       <widget class="QLabel" name="modeLabel">
pixhawk's avatar
pixhawk committed
339 340 341 342 343 344 345 346
        <property name="maximumSize">
         <size>
          <width>16777215</width>
          <height>16</height>
         </size>
        </property>
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
347
          <pointsize>-1</pointsize>
pixhawk's avatar
pixhawk committed
348
          <weight>50</weight>
pixhawk's avatar
pixhawk committed
349
          <italic>false</italic>
pixhawk's avatar
pixhawk committed
350 351 352 353
          <bold>false</bold>
         </font>
        </property>
        <property name="text">
354
         <string>MODE</string>
pixhawk's avatar
pixhawk committed
355 356 357
        </property>
       </widget>
      </item>
358
      <item row="1" column="2" rowspan="3">
pixhawk's avatar
pixhawk committed
359 360 361
       <widget class="QLabel" name="timeRemainingLabel">
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
362 363 364 365
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
pixhawk's avatar
pixhawk committed
366 367
         </font>
        </property>
lm's avatar
lm committed
368 369 370 371 372 373
        <property name="toolTip">
         <string>Remaining flight time</string>
        </property>
        <property name="statusTip">
         <string>Remaining flight time</string>
        </property>
pixhawk's avatar
pixhawk committed
374 375 376 377 378
        <property name="text">
         <string>00:00:00</string>
        </property>
       </widget>
      </item>
379
      <item row="1" column="3" rowspan="3" colspan="2">
pixhawk's avatar
pixhawk committed
380 381 382
       <widget class="QLabel" name="timeElapsedLabel">
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
383 384 385 386
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
pixhawk's avatar
pixhawk committed
387 388
         </font>
        </property>
lm's avatar
lm committed
389 390 391 392 393 394
        <property name="toolTip">
         <string>Uptime</string>
        </property>
        <property name="statusTip">
         <string>Uptime</string>
        </property>
pixhawk's avatar
pixhawk committed
395 396 397 398 399
        <property name="text">
         <string>00:00:00</string>
        </property>
       </widget>
      </item>
400
      <item row="3" column="5" rowspan="2" colspan="2">
pixhawk's avatar
pixhawk committed
401 402 403
       <widget class="QProgressBar" name="thrustBar">
        <property name="font">
         <font>
404
          <pointsize>-1</pointsize>
pixhawk's avatar
pixhawk committed
405 406
         </font>
        </property>
lm's avatar
lm committed
407 408 409 410 411 412
        <property name="toolTip">
         <string>Current throttle</string>
        </property>
        <property name="statusTip">
         <string>Current throttle</string>
        </property>
pixhawk's avatar
pixhawk committed
413 414 415 416 417
        <property name="value">
         <number>0</number>
        </property>
       </widget>
      </item>
418
      <item row="4" column="2">
pixhawk's avatar
pixhawk committed
419 420 421
       <widget class="QLabel" name="groundDistanceLabel">
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
422 423 424 425
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
pixhawk's avatar
pixhawk committed
426 427
         </font>
        </property>
lm's avatar
lm committed
428 429 430 431 432 433
        <property name="toolTip">
         <string>Altitude</string>
        </property>
        <property name="statusTip">
         <string>Altitude</string>
        </property>
pixhawk's avatar
pixhawk committed
434 435 436 437 438
        <property name="text">
         <string>00.00 m</string>
        </property>
       </widget>
      </item>
439
      <item row="4" column="3" colspan="2">
pixhawk's avatar
pixhawk committed
440
       <widget class="QLabel" name="speedLabel">
pixhawk's avatar
pixhawk committed
441 442
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
443 444 445 446
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
pixhawk's avatar
pixhawk committed
447 448
         </font>
        </property>
lm's avatar
lm committed
449 450 451 452 453 454
        <property name="toolTip">
         <string>Ground Speed</string>
        </property>
        <property name="statusTip">
         <string>Ground Speed</string>
        </property>
pixhawk's avatar
pixhawk committed
455
        <property name="text">
pixhawk's avatar
pixhawk committed
456
         <string>00.0 m/s</string>
pixhawk's avatar
pixhawk committed
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479
        </property>
       </widget>
      </item>
      <item row="5" column="0" rowspan="3">
       <widget class="QGroupBox" name="heartbeatIcon">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="minimumSize">
         <size>
          <width>18</width>
          <height>0</height>
         </size>
        </property>
        <property name="maximumSize">
         <size>
          <width>18</width>
          <height>40</height>
         </size>
        </property>
lm's avatar
lm committed
480 481 482 483 484 485
        <property name="toolTip">
         <string>Heartbeat</string>
        </property>
        <property name="statusTip">
         <string>Heartbeat</string>
        </property>
pixhawk's avatar
pixhawk committed
486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
        <property name="title">
         <string/>
        </property>
       </widget>
      </item>
      <item row="5" column="1" rowspan="3">
       <widget class="QProgressBar" name="batteryBar">
        <property name="minimumSize">
         <size>
          <width>18</width>
          <height>0</height>
         </size>
        </property>
        <property name="maximumSize">
         <size>
          <width>18</width>
          <height>40</height>
         </size>
        </property>
        <property name="font">
         <font>
507
          <pointsize>-1</pointsize>
pixhawk's avatar
pixhawk committed
508 509
         </font>
        </property>
lm's avatar
lm committed
510 511 512 513 514 515
        <property name="toolTip">
         <string>Battery Fuel</string>
        </property>
        <property name="statusTip">
         <string>Battery Fuel</string>
        </property>
pixhawk's avatar
pixhawk committed
516 517 518 519 520 521 522 523
        <property name="value">
         <number>0</number>
        </property>
        <property name="orientation">
         <enum>Qt::Vertical</enum>
        </property>
       </widget>
      </item>
524
      <item row="7" column="2">
pixhawk's avatar
pixhawk committed
525 526 527
       <widget class="QLabel" name="waypointLabel">
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
528 529 530 531
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
pixhawk's avatar
pixhawk committed
532 533
         </font>
        </property>
lm's avatar
lm committed
534 535 536 537 538 539
        <property name="toolTip">
         <string>Current Waypoint</string>
        </property>
        <property name="statusTip">
         <string>Current Waypoint</string>
        </property>
pixhawk's avatar
pixhawk committed
540
        <property name="text">
541
         <string>---</string>
pixhawk's avatar
pixhawk committed
542
        </property>
pixhawk's avatar
pixhawk committed
543 544 545
        <property name="alignment">
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
        </property>
pixhawk's avatar
pixhawk committed
546 547
       </widget>
      </item>
548
      <item row="2" column="5" colspan="2">
pixhawk's avatar
pixhawk committed
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563
       <widget class="QLabel" name="positionLabel">
        <property name="minimumSize">
         <size>
          <width>0</width>
          <height>12</height>
         </size>
        </property>
        <property name="maximumSize">
         <size>
          <width>16777215</width>
          <height>12</height>
         </size>
        </property>
        <property name="font">
         <font>
pixhawk's avatar
pixhawk committed
564 565 566 567
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
pixhawk's avatar
pixhawk committed
568 569
         </font>
        </property>
lm's avatar
lm committed
570 571 572 573 574 575
        <property name="toolTip">
         <string>Current Position</string>
        </property>
        <property name="statusTip">
         <string>Current Position</string>
        </property>
pixhawk's avatar
pixhawk committed
576 577 578 579 580
        <property name="text">
         <string>00.0  00.0  00.0 m</string>
        </property>
       </widget>
      </item>
581
      <item row="7" column="3" colspan="4">
pixhawk's avatar
pixhawk committed
582 583 584 585 586
       <layout class="QHBoxLayout" name="horizontalLayout">
        <property name="spacing">
         <number>4</number>
        </property>
        <property name="sizeConstraint">
pixhawk's avatar
pixhawk committed
587
         <enum>QLayout::SetMinimumSize</enum>
pixhawk's avatar
pixhawk committed
588 589 590 591 592
        </property>
        <item>
         <widget class="QPushButton" name="liftoffButton">
          <property name="minimumSize">
           <size>
593
            <width>26</width>
pixhawk's avatar
pixhawk committed
594 595 596
            <height>22</height>
           </size>
          </property>
lm's avatar
lm committed
597 598 599 600 601 602
          <property name="toolTip">
           <string>Liftoff / Launch</string>
          </property>
          <property name="statusTip">
           <string>Liftoff / Launch</string>
          </property>
pixhawk's avatar
pixhawk committed
603 604 605 606 607 608 609 610 611 612 613 614 615
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
            <normaloff>:/images/control/launch.svg</normaloff>:/images/control/launch.svg</iconset>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="haltButton">
          <property name="minimumSize">
           <size>
616
            <width>26</width>
pixhawk's avatar
pixhawk committed
617 618 619
            <height>22</height>
           </size>
          </property>
lm's avatar
lm committed
620 621 622 623 624 625
          <property name="toolTip">
           <string>Loiter / Wait at current position</string>
          </property>
          <property name="statusTip">
           <string>Loiter / Wait at current position</string>
          </property>
pixhawk's avatar
pixhawk committed
626 627 628 629 630 631 632 633 634 635 636 637 638
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
            <normaloff>:/images/actions/media-playback-pause.svg</normaloff>:/images/actions/media-playback-pause.svg</iconset>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="continueButton">
          <property name="minimumSize">
           <size>
639
            <width>26</width>
pixhawk's avatar
pixhawk committed
640 641 642
            <height>22</height>
           </size>
          </property>
lm's avatar
lm committed
643 644 645 646 647 648
          <property name="toolTip">
           <string>Continue flightplan</string>
          </property>
          <property name="statusTip">
           <string>Continue flightplan</string>
          </property>
pixhawk's avatar
pixhawk committed
649 650 651 652 653 654 655 656 657 658
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
            <normaloff>:/images/actions/media-playback-start.svg</normaloff>:/images/actions/media-playback-start.svg</iconset>
          </property>
         </widget>
        </item>
        <item>
pixhawk's avatar
pixhawk committed
659
         <widget class="QPushButton" name="landButton">
pixhawk's avatar
pixhawk committed
660 661
          <property name="minimumSize">
           <size>
662
            <width>26</width>
pixhawk's avatar
pixhawk committed
663 664 665
            <height>22</height>
           </size>
          </property>
lm's avatar
lm committed
666 667 668 669 670 671
          <property name="toolTip">
           <string>Fly straight to landing location</string>
          </property>
          <property name="statusTip">
           <string>Fly straight to landing location</string>
          </property>
pixhawk's avatar
pixhawk committed
672 673 674 675 676 677 678 679 680 681 682
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
            <normaloff>:/images/control/land.svg</normaloff>:/images/control/land.svg</iconset>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="shutdownButton">
lm's avatar
lm committed
683 684 685 686 687 688
          <property name="toolTip">
           <string>Only in standby mode: Power off system</string>
          </property>
          <property name="statusTip">
           <string>Only in standby mode: Power off system</string>
          </property>
pixhawk's avatar
pixhawk committed
689 690 691 692 693
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
pixhawk's avatar
pixhawk committed
694
            <normaloff>:/images/actions/system-log-out.svg</normaloff>:/images/actions/system-log-out.svg</iconset>
pixhawk's avatar
pixhawk committed
695 696 697 698
          </property>
         </widget>
        </item>
        <item>
pixhawk's avatar
pixhawk committed
699
         <widget class="QPushButton" name="abortButton">
pixhawk's avatar
pixhawk committed
700 701
          <property name="minimumSize">
           <size>
702
            <width>26</width>
pixhawk's avatar
pixhawk committed
703 704 705
            <height>22</height>
           </size>
          </property>
lm's avatar
lm committed
706 707 708 709 710 711
          <property name="toolTip">
           <string>Emergency land system at closest possible site</string>
          </property>
          <property name="statusTip">
           <string>Emergency land system at closest possible site</string>
          </property>
pixhawk's avatar
pixhawk committed
712 713 714 715 716 717 718 719 720 721 722 723 724
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
            <normaloff>:/images/actions/media-playback-stop.svg</normaloff>:/images/actions/media-playback-stop.svg</iconset>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="killButton">
          <property name="minimumSize">
           <size>
725
            <width>26</width>
pixhawk's avatar
pixhawk committed
726 727 728
            <height>22</height>
           </size>
          </property>
lm's avatar
lm committed
729 730 731 732 733 734
          <property name="toolTip">
           <string>Kill immediately all onboard power</string>
          </property>
          <property name="statusTip">
           <string>Kill immediately all onboard power</string>
          </property>
pixhawk's avatar
pixhawk committed
735 736 737 738 739 740 741 742 743 744 745
          <property name="text">
           <string/>
          </property>
          <property name="icon">
           <iconset resource="../../mavground.qrc">
            <normaloff>:/images/actions/process-stop.svg</normaloff>:/images/actions/process-stop.svg</iconset>
          </property>
         </widget>
        </item>
       </layout>
      </item>
746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788
      <item row="5" column="2" rowspan="2" colspan="2">
       <widget class="QLabel" name="navLabel">
        <property name="font">
         <font>
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
         </font>
        </property>
        <property name="text">
         <string>NAV</string>
        </property>
       </widget>
      </item>
      <item row="8" column="0" colspan="7">
       <widget class="QLabel" name="statusTextLabel">
        <property name="text">
         <string>Waiting for first status update..</string>
        </property>
       </widget>
      </item>
      <item row="5" column="5">
       <widget class="QLabel" name="stateLabel">
        <property name="maximumSize">
         <size>
          <width>16777215</width>
          <height>12</height>
         </size>
        </property>
        <property name="font">
         <font>
          <pointsize>-1</pointsize>
          <weight>50</weight>
          <italic>false</italic>
          <bold>false</bold>
         </font>
        </property>
        <property name="text">
         <string>STATE</string>
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
789 790 791 792 793 794 795 796 797 798
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
  <include location="../../mavground.qrc"/>
 </resources>
 <connections/>
</ui>