WaypointView.ui 20.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>WaypointView</class>
 <widget class="QWidget" name="WaypointView">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>2208</width>
10
    <height>39</height>
pixhawk's avatar
pixhawk committed
11 12 13
   </rect>
  </property>
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
pixhawk's avatar
pixhawk committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 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 141 142 143 144 145 146 147 148 149 150 151 152 153 154
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
    <width>200</width>
    <height>0</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string>QWidget#colorIcon {}

QWidget {
background-color: #252528;
color: #DDDDDF;
border-color: #EEEEEE;
background-clip: border;
}

QCheckBox {
background-color: #252528;
color: #454545;
}

QGroupBox {
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
margin-top: 1ex; /* leave space at the top for the title */
	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;
}

 QDockWidget {
	font: bold;
    border: 1px solid #32345E;
}

QPushButton {
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999999;
	border-radius: 10px;
	min-width:22px;
	max-width: 36px;
	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);
}

QPushButton#landButton {
	color: #000000;
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                             stop:0 #ffee01, stop:1 #ae8f00) url(&quot;ICONDIR/control/emergency-button.png&quot;);
}

QPushButton:pressed#landButton {
	color: #000000;
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                             stop:0 #bbaa00, stop:1 #a05b00) url(&quot;ICONDIR/control/emergency-button.png&quot;);
}

QPushButton#killButton {
	color: #000000;
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                             stop:0 #ffb917, stop:1 #b37300) url(&quot;ICONDIR/control/emergency-button.png&quot;);
}

QPushButton:pressed#killButton {
	color: #000000;
	background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                             stop:0 #bb8500, stop:1 #903000) url(&quot;ICONDIR/control/emergency-button.png&quot;);
}

QProgressBar {
	border: 1px solid white;
	border-radius: 4px;
	text-align: center;
	padding: 2px;
	color: white;
	background-color: #111111;
}

QProgressBar:horizontal {
	height: 12px;
}

QProgressBar QLabel {
	font-size: 8px;
}

QProgressBar:vertical {
	width: 12px;
}

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

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

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

QProgressBar::chunk#thrustBar {
	background-color: orange;
}</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <property name="margin">
    <number>0</number>
   </property>
   <property name="spacing">
    <number>0</number>
   </property>
   <item row="0" column="0">
    <widget class="QGroupBox" name="groupBox">
155 156 157 158 159 160
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
pixhawk's avatar
pixhawk committed
161 162 163
     <property name="title">
      <string/>
     </property>
lm's avatar
lm committed
164
     <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1,20,20,20,20,20,20,1,8,8,1,4,8,1,1,1,1,1">
pixhawk's avatar
pixhawk committed
165 166 167 168
      <property name="spacing">
       <number>2</number>
      </property>
      <property name="margin">
pixhawk's avatar
pixhawk committed
169
       <number>2</number>
pixhawk's avatar
pixhawk committed
170 171 172
      </property>
      <item>
       <widget class="QCheckBox" name="selectedBox">
pixhawk's avatar
pixhawk committed
173 174 175
        <property name="focusPolicy">
         <enum>Qt::TabFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
176 177 178
        <property name="toolTip">
         <string>Currently selected waypoint</string>
        </property>
lm's avatar
lm committed
179 180 181
        <property name="statusTip">
         <string>Currently selected waypoint</string>
        </property>
pixhawk's avatar
pixhawk committed
182 183 184 185 186 187 188 189 190 191 192 193
        <property name="text">
         <string/>
        </property>
        <property name="iconSize">
         <size>
          <width>16</width>
          <height>16</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
194
       <widget class="QLabel" name="idLabel">
pixhawk's avatar
pixhawk committed
195 196 197 198 199 200 201 202 203
        <property name="minimumSize">
         <size>
          <width>15</width>
          <height>0</height>
         </size>
        </property>
        <property name="toolTip">
         <string>Waypoint Sequence Number</string>
        </property>
pixhawk's avatar
pixhawk committed
204
        <property name="text">
205
         <string>ID</string>
pixhawk's avatar
pixhawk committed
206
        </property>
pixhawk's avatar
pixhawk committed
207 208 209
        <property name="alignment">
         <set>Qt::AlignCenter</set>
        </property>
pixhawk's avatar
pixhawk committed
210 211 212
       </widget>
      </item>
      <item>
213 214 215 216 217 218
       <widget class="QComboBox" name="comboBox_action">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
pixhawk's avatar
pixhawk committed
219
        </property>
lm's avatar
lm committed
220 221 222 223 224 225
        <property name="toolTip">
         <string>Action at Waypoint</string>
        </property>
        <property name="statusTip">
         <string>Action at Waypoint</string>
        </property>
226 227 228
        <property name="sizeAdjustPolicy">
         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
        </property>
229 230 231 232 233 234 235 236 237
       </widget>
      </item>
      <item>
       <widget class="QComboBox" name="comboBox_frame">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
pixhawk's avatar
pixhawk committed
238
        </property>
lm's avatar
lm committed
239 240 241 242 243 244
        <property name="toolTip">
         <string>Coordinate frame</string>
        </property>
        <property name="statusTip">
         <string>Coordinate frame</string>
        </property>
245 246 247
        <property name="sizeAdjustPolicy">
         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
        </property>
248
       </widget>
pixhawk's avatar
pixhawk committed
249 250
      </item>
      <item>
251 252 253 254 255 256 257
       <widget class="QDoubleSpinBox" name="posNSpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
258
        <property name="focusPolicy">
259
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
260
        </property>
pixhawk's avatar
pixhawk committed
261 262 263
        <property name="toolTip">
         <string>Position X coordinate</string>
        </property>
lm's avatar
lm committed
264 265 266
        <property name="statusTip">
         <string>Position X corrdinate</string>
        </property>
267 268 269
        <property name="wrapping">
         <bool>false</bool>
        </property>
pixhawk's avatar
pixhawk committed
270 271 272 273 274 275
        <property name="frame">
         <bool>true</bool>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
276 277 278
        <property name="prefix">
         <string>N </string>
        </property>
pixhawk's avatar
pixhawk committed
279
        <property name="suffix">
pixhawk's avatar
pixhawk committed
280
         <string> m</string>
pixhawk's avatar
pixhawk committed
281
        </property>
pixhawk's avatar
pixhawk committed
282
        <property name="minimum">
283
         <double>-10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
284 285
        </property>
        <property name="maximum">
286
         <double>10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
287
        </property>
pixhawk's avatar
pixhawk committed
288 289 290
        <property name="singleStep">
         <double>0.050000000000000</double>
        </property>
pixhawk's avatar
pixhawk committed
291 292 293
       </widget>
      </item>
      <item>
294 295 296 297 298 299 300
       <widget class="QDoubleSpinBox" name="posESpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
301
        <property name="focusPolicy">
302
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
303
        </property>
pixhawk's avatar
pixhawk committed
304
        <property name="toolTip">
lm's avatar
lm committed
305 306 307 308
         <string>Position Y/Longitude coordinate</string>
        </property>
        <property name="statusTip">
         <string>Position Y/Longitude coordinate</string>
pixhawk's avatar
pixhawk committed
309
        </property>
310 311 312
        <property name="prefix">
         <string>E </string>
        </property>
pixhawk's avatar
pixhawk committed
313
        <property name="suffix">
pixhawk's avatar
pixhawk committed
314
         <string> m</string>
pixhawk's avatar
pixhawk committed
315
        </property>
pixhawk's avatar
pixhawk committed
316
        <property name="minimum">
317
         <double>-10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
318 319
        </property>
        <property name="maximum">
320
         <double>10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
321
        </property>
pixhawk's avatar
pixhawk committed
322 323 324
        <property name="singleStep">
         <double>0.050000000000000</double>
        </property>
pixhawk's avatar
pixhawk committed
325 326 327 328 329 330
        <property name="value">
         <double>0.000000000000000</double>
        </property>
       </widget>
      </item>
      <item>
331 332 333 334 335 336 337
       <widget class="QDoubleSpinBox" name="posDSpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
338
        <property name="focusPolicy">
339
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
340
        </property>
pixhawk's avatar
pixhawk committed
341
        <property name="toolTip">
lm's avatar
lm committed
342 343 344 345
         <string>Position Z coordinate (local frame, negative)</string>
        </property>
        <property name="statusTip">
         <string/>
pixhawk's avatar
pixhawk committed
346
        </property>
347 348 349
        <property name="prefix">
         <string>D </string>
        </property>
pixhawk's avatar
pixhawk committed
350
        <property name="suffix">
pixhawk's avatar
pixhawk committed
351
         <string> m</string>
pixhawk's avatar
pixhawk committed
352
        </property>
pixhawk's avatar
pixhawk committed
353
        <property name="minimum">
354
         <double>-10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
355 356
        </property>
        <property name="maximum">
357
         <double>10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
358 359 360
        </property>
        <property name="singleStep">
         <double>0.050000000000000</double>
pixhawk's avatar
pixhawk committed
361 362 363
        </property>
       </widget>
      </item>
364 365 366 367 368 369 370 371
      <item>
       <widget class="QDoubleSpinBox" name="latSpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
372
        <property name="focusPolicy">
373
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
374
        </property>
lm's avatar
lm committed
375 376 377 378 379 380
        <property name="toolTip">
         <string>Latitude in degrees</string>
        </property>
        <property name="statusTip">
         <string>Latitude in degrees</string>
        </property>
381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
        <property name="prefix">
         <string>lat </string>
        </property>
        <property name="suffix">
         <string>°</string>
        </property>
        <property name="decimals">
         <number>7</number>
        </property>
        <property name="minimum">
         <double>-90.000000000000000</double>
        </property>
        <property name="maximum">
         <double>90.000000000000000</double>
        </property>
396 397 398
        <property name="singleStep">
         <double>0.000010000000000</double>
        </property>
399 400 401 402 403 404 405 406 407 408
       </widget>
      </item>
      <item>
       <widget class="QDoubleSpinBox" name="lonSpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
409
        <property name="focusPolicy">
410
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
411
        </property>
lm's avatar
lm committed
412 413 414 415 416 417
        <property name="toolTip">
         <string>Longitude in degrees</string>
        </property>
        <property name="statusTip">
         <string>Longitude in degrees</string>
        </property>
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432
        <property name="prefix">
         <string>lon </string>
        </property>
        <property name="suffix">
         <string>°</string>
        </property>
        <property name="decimals">
         <number>7</number>
        </property>
        <property name="minimum">
         <double>-180.000000000000000</double>
        </property>
        <property name="maximum">
         <double>180.000000000000000</double>
        </property>
433 434 435
        <property name="singleStep">
         <double>0.000010000000000</double>
        </property>
436 437 438 439 440 441 442 443 444 445
       </widget>
      </item>
      <item>
       <widget class="QDoubleSpinBox" name="altSpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
lm's avatar
lm committed
446 447 448 449 450 451
        <property name="toolTip">
         <string>Altitude in meters</string>
        </property>
        <property name="statusTip">
         <string>Altitude in meters</string>
        </property>
452 453 454 455 456 457 458
        <property name="prefix">
         <string>alt </string>
        </property>
        <property name="suffix">
         <string>m</string>
        </property>
        <property name="decimals">
459
         <number>2</number>
460 461 462 463 464 465 466 467 468
        </property>
        <property name="minimum">
         <double>-100000.000000000000000</double>
        </property>
        <property name="maximum">
         <double>100000.000000000000000</double>
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
469
      <item>
pixhawk's avatar
pixhawk committed
470
       <widget class="QSpinBox" name="yawSpinBox">
471 472 473 474 475 476
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
477 478 479
        <property name="focusPolicy">
         <enum>Qt::StrongFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
480
        <property name="toolTip">
lm's avatar
lm committed
481 482 483 484
         <string>Rotary wing only: Desired yaw angle at waypoint</string>
        </property>
        <property name="statusTip">
         <string>Rotary wing only: Desired yaw angle at waypoint</string>
pixhawk's avatar
pixhawk committed
485 486 487 488 489 490
        </property>
        <property name="wrapping">
         <bool>true</bool>
        </property>
        <property name="suffix">
         <string>°</string>
pixhawk's avatar
pixhawk committed
491
        </property>
pixhawk's avatar
pixhawk committed
492 493 494
        <property name="minimum">
         <number>-180</number>
        </property>
pixhawk's avatar
pixhawk committed
495
        <property name="maximum">
pixhawk's avatar
pixhawk committed
496
         <number>180</number>
pixhawk's avatar
pixhawk committed
497
        </property>
pixhawk's avatar
pixhawk committed
498 499 500 501 502 503 504
        <property name="singleStep">
         <number>10</number>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QDoubleSpinBox" name="orbitSpinBox">
505 506 507 508 509 510
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
511 512 513
        <property name="focusPolicy">
         <enum>Qt::StrongFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
514
        <property name="toolTip">
lm's avatar
lm committed
515
         <string>Loiter radius</string>
lm's avatar
lm committed
516 517
        </property>
        <property name="statusTip">
lm's avatar
lm committed
518
         <string>Loiter radius</string>
pixhawk's avatar
pixhawk committed
519 520 521 522 523 524 525 526
        </property>
        <property name="suffix">
         <string> m</string>
        </property>
        <property name="minimum">
         <double>0.050000000000000</double>
        </property>
        <property name="maximum">
527
         <double>5000.000000000000000</double>
pixhawk's avatar
pixhawk committed
528 529
        </property>
        <property name="singleStep">
530
         <double>1.000000000000000</double>
pixhawk's avatar
pixhawk committed
531
        </property>
532 533 534
        <property name="value">
         <double>20.000000000000000</double>
        </property>
pixhawk's avatar
pixhawk committed
535 536
       </widget>
      </item>
537 538
      <item>
       <widget class="QDoubleSpinBox" name="acceptanceSpinBox">
lm's avatar
lm committed
539 540 541 542 543 544 545
        <property name="toolTip">
         <string>Uncertainty radius in meters
where to accept this waypoint as reached</string>
        </property>
        <property name="statusTip">
         <string>Uncertainty radius in meters where to accept this waypoint as reached</string>
        </property>
546 547 548 549 550 551 552 553
        <property name="suffix">
         <string> m</string>
        </property>
        <property name="value">
         <double>0.200000000000000</double>
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
554
      <item>
lm's avatar
lm committed
555
       <widget class="QDoubleSpinBox" name="holdTimeSpinBox">
pixhawk's avatar
pixhawk committed
556
        <property name="toolTip">
lm's avatar
lm committed
557 558
         <string>Rotaty wing and ground vehicles only:
Time to stay at this position before advancing</string>
pixhawk's avatar
pixhawk committed
559
        </property>
pixhawk's avatar
pixhawk committed
560
        <property name="statusTip">
lm's avatar
lm committed
561
         <string>Rotaty wing and ground vehicles only: Time to stay at this position before advancing</string>
pixhawk's avatar
pixhawk committed
562
        </property>
pixhawk's avatar
pixhawk committed
563
        <property name="suffix">
lm's avatar
lm committed
564
         <string> s</string>
pixhawk's avatar
pixhawk committed
565 566
        </property>
        <property name="maximum">
lm's avatar
lm committed
567
         <double>9999.989999999999782</double>
pixhawk's avatar
pixhawk committed
568
        </property>
pixhawk's avatar
pixhawk committed
569 570
       </widget>
      </item>
571 572 573 574 575 576 577 578 579 580 581
      <item>
       <widget class="QSpinBox" name="turnsSpinBox">
        <property name="toolTip">
         <string>Number of turns to loiter</string>
        </property>
        <property name="statusTip">
         <string>Number of turns to loiter</string>
        </property>
        <property name="suffix">
         <string> turns</string>
        </property>
582 583 584
        <property name="maximum">
         <number>99</number>
        </property>
585 586
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
587
      <item>
588 589 590 591 592 593 594
       <widget class="QDoubleSpinBox" name="takeOffAngleSpinBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
595 596 597
        <property name="focusPolicy">
         <enum>Qt::StrongFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
598
        <property name="toolTip">
599
         <string>Take off angle</string>
pixhawk's avatar
pixhawk committed
600
        </property>
lm's avatar
lm committed
601 602 603
        <property name="statusTip">
         <string>Take off angle</string>
        </property>
604
        <property name="prefix">
pixhawk's avatar
pixhawk committed
605
         <string/>
James Goppert's avatar
James Goppert committed
606
        </property>
607 608 609
        <property name="suffix">
         <string>°</string>
        </property>
lm's avatar
lm committed
610 611 612
        <property name="decimals">
         <number>0</number>
        </property>
James Goppert's avatar
James Goppert committed
613 614
       </widget>
      </item>
615 616 617 618 619 620 621 622 623 624
      <item>
       <widget class="QWidget" name="customActionWidget" native="true">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
       </widget>
      </item>
James Goppert's avatar
James Goppert committed
625
      <item>
626
       <widget class="QCheckBox" name="autoContinue">
James Goppert's avatar
James Goppert committed
627
        <property name="toolTip">
628
         <string>Automatically continue after this waypoint</string>
James Goppert's avatar
James Goppert committed
629
        </property>
lm's avatar
lm committed
630 631 632
        <property name="statusTip">
         <string>Automatically continue after this waypoint</string>
        </property>
James Goppert's avatar
James Goppert committed
633 634
        <property name="text">
         <string/>
pixhawk's avatar
pixhawk committed
635 636 637 638 639 640 641 642 643 644 645
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="upButton">
        <property name="minimumSize">
         <size>
          <width>28</width>
          <height>22</height>
         </size>
        </property>
pixhawk's avatar
pixhawk committed
646 647 648
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
649
        <property name="toolTip">
lm's avatar
lm committed
650 651 652 653
         <string>Move Up in List</string>
        </property>
        <property name="statusTip">
         <string>Move Up in List</string>
pixhawk's avatar
pixhawk committed
654
        </property>
pixhawk's avatar
pixhawk committed
655 656 657 658
        <property name="text">
         <string/>
        </property>
        <property name="icon">
pixhawk's avatar
pixhawk committed
659
         <iconset resource="../../mavground.qrc">
pixhawk's avatar
pixhawk committed
660 661 662 663 664 665 666 667 668 669 670 671
          <normaloff>:/images/actions/go-up.svg</normaloff>:/images/actions/go-up.svg</iconset>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="downButton">
        <property name="minimumSize">
         <size>
          <width>28</width>
          <height>22</height>
         </size>
        </property>
pixhawk's avatar
pixhawk committed
672 673 674
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
675
        <property name="toolTip">
lm's avatar
lm committed
676 677 678 679
         <string>Move Down in List</string>
        </property>
        <property name="statusTip">
         <string>Move Down in List</string>
pixhawk's avatar
pixhawk committed
680
        </property>
pixhawk's avatar
pixhawk committed
681 682 683 684
        <property name="text">
         <string/>
        </property>
        <property name="icon">
pixhawk's avatar
pixhawk committed
685
         <iconset resource="../../mavground.qrc">
pixhawk's avatar
pixhawk committed
686 687 688 689 690 691 692 693 694 695 696 697
          <normaloff>:/images/actions/go-down.svg</normaloff>:/images/actions/go-down.svg</iconset>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="removeButton">
        <property name="minimumSize">
         <size>
          <width>28</width>
          <height>22</height>
         </size>
        </property>
pixhawk's avatar
pixhawk committed
698 699 700
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
701 702 703
        <property name="toolTip">
         <string>Delete</string>
        </property>
pixhawk's avatar
pixhawk committed
704 705 706 707
        <property name="text">
         <string/>
        </property>
        <property name="icon">
pixhawk's avatar
pixhawk committed
708
         <iconset resource="../../mavground.qrc">
pixhawk's avatar
pixhawk committed
709 710 711 712 713 714 715 716 717
          <normaloff>:/images/actions/list-remove.svg</normaloff>:/images/actions/list-remove.svg</iconset>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
pixhawk's avatar
pixhawk committed
718 719 720
 <resources>
  <include location="../../mavground.qrc"/>
 </resources>
pixhawk's avatar
pixhawk committed
721 722
 <connections/>
</ui>