UASView.ui 23.7 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
    <width>360</width>
lm's avatar
lm committed
10
    <height>121</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
	border-radius: 5px;
lm's avatar
lm committed
114 115 116 117
	min-width:42px;
	max-width: 42px;
	min-height: 42px;
	max-height: 42px;
pixhawk's avatar
pixhawk committed
118
	padding: 0px;
lm's avatar
lm committed
119
	margin: 0px;
pixhawk's avatar
pixhawk committed
120 121 122
	background-color: none;
}

pixhawk's avatar
pixhawk committed
123 124 125 126
QPushButton {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999999;
lm's avatar
lm committed
127
	border-radius: 8px;
128
	min-width: 20px;
lm's avatar
lm committed
129
	max-width: 32px;
pixhawk's avatar
pixhawk committed
130 131 132
	min-height: 16px;
	max-height: 16px;
	padding: 2px;
lm's avatar
lm committed
133
	spacing: 10px;
pixhawk's avatar
pixhawk committed
134 135 136 137 138 139 140
	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
141
QPushButton#abortButton {
pixhawk's avatar
pixhawk committed
142
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
pixhawk's avatar
pixhawk committed
143
                             stop:0 #ffee01, stop:1 #ae8f00);
pixhawk's avatar
pixhawk committed
144 145
}

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

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

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

pixhawk's avatar
pixhawk committed
161

162 163 164 165 166
QProgressBar:horizontal {
	border: 1px solid #4A4A4F;
	border-radius: 4px;
	text-align: center;
	padding: 2px;
lm's avatar
lm committed
167
	color: #111111;
168 169 170 171
	background-color: #111118;
}

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

QProgressBar:horizontal {
pixhawk's avatar
pixhawk committed
183
	height: 10px;
pixhawk's avatar
pixhawk committed
184 185
}

186 187
QProgressBar:horizontal QLabel {
	font-size: 9px;
lm's avatar
lm committed
188
	color: #111111;
189 190 191 192
}

QProgressBar:vertical QLabel {
	font-size: 7px;
pixhawk's avatar
pixhawk committed
193 194 195
}

QProgressBar:vertical {
196
	width: 14px;
pixhawk's avatar
pixhawk committed
197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
}

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

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

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

QProgressBar::chunk#thrustBar {
	background-color: orange;
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
}

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