WaypointEditableView.ui 20 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
3 4
 <class>WaypointEditableView</class>
 <widget class="QWidget" name="WaypointEditableView">
pixhawk's avatar
pixhawk committed
5 6 7 8
  <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
    <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">
29
   <string notr="true">QWidget#colorIcon {}
pixhawk's avatar
pixhawk committed
30 31 32 33

QWidget {
background-color: #252528;
color: #DDDDDF;
34
border-color: #CCCCCF;
pixhawk's avatar
pixhawk committed
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
}

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;
 }

 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);
}
79
</string>
pixhawk's avatar
pixhawk committed
80 81 82 83 84 85 86 87 88 89
  </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">
90 91 92 93 94 95
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
pixhawk's avatar
pixhawk committed
96 97 98
     <property name="title">
      <string/>
     </property>
99
     <layout class="QHBoxLayout" name="horizontalLayout" stretch="5,5,5,5,50,50,50,50,50,50,5,20,20,5,10,10,10,20,5,5,5,5">
pixhawk's avatar
pixhawk committed
100 101 102 103
      <property name="spacing">
       <number>2</number>
      </property>
      <property name="margin">
104
       <number>4</number>
pixhawk's avatar
pixhawk committed
105 106 107
      </property>
      <item>
       <widget class="QCheckBox" name="selectedBox">
pixhawk's avatar
pixhawk committed
108 109 110
        <property name="focusPolicy">
         <enum>Qt::TabFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
111 112 113
        <property name="toolTip">
         <string>Currently selected waypoint</string>
        </property>
lm's avatar
lm committed
114 115 116
        <property name="statusTip">
         <string>Currently selected waypoint</string>
        </property>
pixhawk's avatar
pixhawk committed
117 118 119 120 121 122 123 124 125 126 127 128
        <property name="text">
         <string/>
        </property>
        <property name="iconSize">
         <size>
          <width>16</width>
          <height>16</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
129
       <widget class="QLabel" name="idLabel">
pixhawk's avatar
pixhawk committed
130 131 132 133 134 135 136 137 138
        <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
139
        <property name="text">
140
         <string>ID</string>
pixhawk's avatar
pixhawk committed
141
        </property>
pixhawk's avatar
pixhawk committed
142 143 144
        <property name="alignment">
         <set>Qt::AlignCenter</set>
        </property>
pixhawk's avatar
pixhawk committed
145 146 147
       </widget>
      </item>
      <item>
148 149 150 151 152 153
       <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
154
        </property>
lm's avatar
lm committed
155 156 157 158 159 160
        <property name="toolTip">
         <string>Action at Waypoint</string>
        </property>
        <property name="statusTip">
         <string>Action at Waypoint</string>
        </property>
161 162 163
        <property name="sizeAdjustPolicy">
         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
        </property>
164 165 166 167 168 169 170 171 172
       </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
173
        </property>
lm's avatar
lm committed
174 175 176 177 178 179
        <property name="toolTip">
         <string>Coordinate frame</string>
        </property>
        <property name="statusTip">
         <string>Coordinate frame</string>
        </property>
180 181 182
        <property name="sizeAdjustPolicy">
         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
        </property>
183
       </widget>
pixhawk's avatar
pixhawk committed
184 185
      </item>
      <item>
186 187 188 189 190 191 192
       <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
193
        <property name="focusPolicy">
194
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
195
        </property>
pixhawk's avatar
pixhawk committed
196 197 198
        <property name="toolTip">
         <string>Position X coordinate</string>
        </property>
lm's avatar
lm committed
199 200 201
        <property name="statusTip">
         <string>Position X corrdinate</string>
        </property>
202 203 204
        <property name="wrapping">
         <bool>false</bool>
        </property>
pixhawk's avatar
pixhawk committed
205 206 207 208 209 210
        <property name="frame">
         <bool>true</bool>
        </property>
        <property name="accelerated">
         <bool>true</bool>
        </property>
211 212 213
        <property name="prefix">
         <string>N </string>
        </property>
pixhawk's avatar
pixhawk committed
214
        <property name="suffix">
pixhawk's avatar
pixhawk committed
215
         <string> m</string>
pixhawk's avatar
pixhawk committed
216
        </property>
pixhawk's avatar
pixhawk committed
217
        <property name="minimum">
218
         <double>-10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
219 220
        </property>
        <property name="maximum">
221
         <double>10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
222
        </property>
pixhawk's avatar
pixhawk committed
223 224 225
        <property name="singleStep">
         <double>0.050000000000000</double>
        </property>
pixhawk's avatar
pixhawk committed
226 227 228
       </widget>
      </item>
      <item>
229 230 231 232 233 234 235
       <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
236
        <property name="focusPolicy">
237
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
238
        </property>
pixhawk's avatar
pixhawk committed
239
        <property name="toolTip">
lm's avatar
lm committed
240 241 242 243
         <string>Position Y/Longitude coordinate</string>
        </property>
        <property name="statusTip">
         <string>Position Y/Longitude coordinate</string>
pixhawk's avatar
pixhawk committed
244
        </property>
245 246 247
        <property name="prefix">
         <string>E </string>
        </property>
pixhawk's avatar
pixhawk committed
248
        <property name="suffix">
pixhawk's avatar
pixhawk committed
249
         <string> m</string>
pixhawk's avatar
pixhawk committed
250
        </property>
pixhawk's avatar
pixhawk committed
251
        <property name="minimum">
252
         <double>-10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
253 254
        </property>
        <property name="maximum">
255
         <double>10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
256
        </property>
pixhawk's avatar
pixhawk committed
257 258 259
        <property name="singleStep">
         <double>0.050000000000000</double>
        </property>
pixhawk's avatar
pixhawk committed
260 261 262 263 264 265
        <property name="value">
         <double>0.000000000000000</double>
        </property>
       </widget>
      </item>
      <item>
266 267 268 269 270 271 272
       <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
273
        <property name="focusPolicy">
274
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
275
        </property>
pixhawk's avatar
pixhawk committed
276
        <property name="toolTip">
lm's avatar
lm committed
277 278 279 280
         <string>Position Z coordinate (local frame, negative)</string>
        </property>
        <property name="statusTip">
         <string/>
pixhawk's avatar
pixhawk committed
281
        </property>
282 283 284
        <property name="prefix">
         <string>D </string>
        </property>
pixhawk's avatar
pixhawk committed
285
        <property name="suffix">
pixhawk's avatar
pixhawk committed
286
         <string> m</string>
pixhawk's avatar
pixhawk committed
287
        </property>
pixhawk's avatar
pixhawk committed
288
        <property name="minimum">
289
         <double>-10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
290 291
        </property>
        <property name="maximum">
292
         <double>10000.000000000000000</double>
pixhawk's avatar
pixhawk committed
293 294 295
        </property>
        <property name="singleStep">
         <double>0.050000000000000</double>
pixhawk's avatar
pixhawk committed
296 297 298
        </property>
       </widget>
      </item>
299 300 301 302 303 304 305 306
      <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
307
        <property name="focusPolicy">
308
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
309
        </property>
lm's avatar
lm committed
310 311 312 313 314 315
        <property name="toolTip">
         <string>Latitude in degrees</string>
        </property>
        <property name="statusTip">
         <string>Latitude in degrees</string>
        </property>
316 317 318 319 320 321 322 323 324 325 326 327 328 329 330
        <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>
331 332 333
        <property name="singleStep">
         <double>0.000010000000000</double>
        </property>
334 335 336 337 338 339 340 341 342 343
       </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
344
        <property name="focusPolicy">
345
         <enum>Qt::WheelFocus</enum>
pixhawk's avatar
pixhawk committed
346
        </property>
lm's avatar
lm committed
347 348 349 350 351 352
        <property name="toolTip">
         <string>Longitude in degrees</string>
        </property>
        <property name="statusTip">
         <string>Longitude in degrees</string>
        </property>
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
        <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>
368 369 370
        <property name="singleStep">
         <double>0.000010000000000</double>
        </property>
371 372 373 374 375 376 377 378 379 380
       </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
381 382 383 384 385 386
        <property name="toolTip">
         <string>Altitude in meters</string>
        </property>
        <property name="statusTip">
         <string>Altitude in meters</string>
        </property>
387 388 389 390 391 392 393
        <property name="prefix">
         <string>alt </string>
        </property>
        <property name="suffix">
         <string>m</string>
        </property>
        <property name="decimals">
394
         <number>2</number>
395 396 397 398 399 400 401 402 403
        </property>
        <property name="minimum">
         <double>-100000.000000000000000</double>
        </property>
        <property name="maximum">
         <double>100000.000000000000000</double>
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
404
      <item>
pixhawk's avatar
pixhawk committed
405
       <widget class="QSpinBox" name="yawSpinBox">
406 407 408 409 410 411
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
412 413 414
        <property name="focusPolicy">
         <enum>Qt::StrongFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
415
        <property name="toolTip">
lm's avatar
lm committed
416 417 418 419
         <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
420 421 422 423 424 425
        </property>
        <property name="wrapping">
         <bool>true</bool>
        </property>
        <property name="suffix">
         <string>°</string>
pixhawk's avatar
pixhawk committed
426
        </property>
pixhawk's avatar
pixhawk committed
427 428 429
        <property name="minimum">
         <number>-180</number>
        </property>
pixhawk's avatar
pixhawk committed
430
        <property name="maximum">
pixhawk's avatar
pixhawk committed
431
         <number>180</number>
pixhawk's avatar
pixhawk committed
432
        </property>
pixhawk's avatar
pixhawk committed
433 434 435 436 437 438 439
        <property name="singleStep">
         <number>10</number>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QDoubleSpinBox" name="orbitSpinBox">
440 441 442 443 444 445
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
446 447 448
        <property name="focusPolicy">
         <enum>Qt::StrongFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
449
        <property name="toolTip">
lm's avatar
lm committed
450
         <string>Loiter radius</string>
lm's avatar
lm committed
451 452
        </property>
        <property name="statusTip">
lm's avatar
lm committed
453
         <string>Loiter radius</string>
pixhawk's avatar
pixhawk committed
454 455 456 457 458 459 460 461
        </property>
        <property name="suffix">
         <string> m</string>
        </property>
        <property name="minimum">
         <double>0.050000000000000</double>
        </property>
        <property name="maximum">
462
         <double>5000.000000000000000</double>
pixhawk's avatar
pixhawk committed
463 464
        </property>
        <property name="singleStep">
465
         <double>1.000000000000000</double>
pixhawk's avatar
pixhawk committed
466
        </property>
467 468 469
        <property name="value">
         <double>20.000000000000000</double>
        </property>
pixhawk's avatar
pixhawk committed
470 471
       </widget>
      </item>
472 473
      <item>
       <widget class="QDoubleSpinBox" name="acceptanceSpinBox">
lm's avatar
lm committed
474 475 476 477 478 479 480
        <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>
481 482 483 484 485 486 487 488
        <property name="suffix">
         <string> m</string>
        </property>
        <property name="value">
         <double>0.200000000000000</double>
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
489
      <item>
lm's avatar
lm committed
490
       <widget class="QDoubleSpinBox" name="holdTimeSpinBox">
pixhawk's avatar
pixhawk committed
491
        <property name="toolTip">
lm's avatar
lm committed
492 493
         <string>Rotaty wing and ground vehicles only:
Time to stay at this position before advancing</string>
pixhawk's avatar
pixhawk committed
494
        </property>
pixhawk's avatar
pixhawk committed
495
        <property name="statusTip">
lm's avatar
lm committed
496
         <string>Rotaty wing and ground vehicles only: Time to stay at this position before advancing</string>
pixhawk's avatar
pixhawk committed
497
        </property>
pixhawk's avatar
pixhawk committed
498
        <property name="suffix">
lm's avatar
lm committed
499
         <string> s</string>
pixhawk's avatar
pixhawk committed
500 501
        </property>
        <property name="maximum">
lm's avatar
lm committed
502
         <double>9999.989999999999782</double>
pixhawk's avatar
pixhawk committed
503
        </property>
pixhawk's avatar
pixhawk committed
504 505
       </widget>
      </item>
506 507 508 509 510 511 512 513 514 515 516
      <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>
517 518 519
        <property name="maximum">
         <number>99</number>
        </property>
520 521
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
522
      <item>
523 524 525 526 527 528 529
       <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
530 531 532
        <property name="focusPolicy">
         <enum>Qt::StrongFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
533
        <property name="toolTip">
534
         <string>Take off angle</string>
pixhawk's avatar
pixhawk committed
535
        </property>
lm's avatar
lm committed
536 537 538
        <property name="statusTip">
         <string>Take off angle</string>
        </property>
539
        <property name="prefix">
pixhawk's avatar
pixhawk committed
540
         <string/>
James Goppert's avatar
James Goppert committed
541
        </property>
542 543 544
        <property name="suffix">
         <string>°</string>
        </property>
lm's avatar
lm committed
545 546 547
        <property name="decimals">
         <number>0</number>
        </property>
548 549 550 551 552 553 554 555 556
        <property name="minimum">
         <double>-180.000000000000000</double>
        </property>
        <property name="maximum">
         <double>180.000000000000000</double>
        </property>
        <property name="singleStep">
         <double>10.000000000000000</double>
        </property>
James Goppert's avatar
James Goppert committed
557 558
       </widget>
      </item>
559 560 561 562 563 564 565 566 567 568
      <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>
569 570 571 572 573 574 575 576 577 578 579 580 581
      <item>
       <spacer name="removeSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>5</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
James Goppert's avatar
James Goppert committed
582
      <item>
583
       <widget class="QCheckBox" name="autoContinue">
James Goppert's avatar
James Goppert committed
584
        <property name="toolTip">
585
         <string>Automatically continue after this waypoint</string>
James Goppert's avatar
James Goppert committed
586
        </property>
lm's avatar
lm committed
587 588 589
        <property name="statusTip">
         <string>Automatically continue after this waypoint</string>
        </property>
James Goppert's avatar
James Goppert committed
590 591
        <property name="text">
         <string/>
pixhawk's avatar
pixhawk committed
592 593 594 595 596 597 598 599 600 601 602
        </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
603 604 605
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
606
        <property name="toolTip">
lm's avatar
lm committed
607 608 609 610
         <string>Move Up in List</string>
        </property>
        <property name="statusTip">
         <string>Move Up in List</string>
pixhawk's avatar
pixhawk committed
611
        </property>
pixhawk's avatar
pixhawk committed
612 613 614 615
        <property name="text">
         <string/>
        </property>
        <property name="icon">
616
         <iconset resource="../../qgroundcontrol.qrc">
pixhawk's avatar
pixhawk committed
617 618 619 620 621 622 623 624 625 626 627 628
          <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
629 630 631
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
632
        <property name="toolTip">
lm's avatar
lm committed
633 634 635 636
         <string>Move Down in List</string>
        </property>
        <property name="statusTip">
         <string>Move Down in List</string>
pixhawk's avatar
pixhawk committed
637
        </property>
pixhawk's avatar
pixhawk committed
638 639 640 641
        <property name="text">
         <string/>
        </property>
        <property name="icon">
642
         <iconset resource="../../qgroundcontrol.qrc">
pixhawk's avatar
pixhawk committed
643 644 645 646 647 648 649 650 651 652 653 654
          <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
655 656 657
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
658 659 660
        <property name="toolTip">
         <string>Delete</string>
        </property>
pixhawk's avatar
pixhawk committed
661 662 663 664
        <property name="text">
         <string/>
        </property>
        <property name="icon">
665
         <iconset resource="../../qgroundcontrol.qrc">
pixhawk's avatar
pixhawk committed
666 667 668 669 670 671 672 673 674
          <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
675
 <resources>
676
  <include location="../../qgroundcontrol.qrc"/>
pixhawk's avatar
pixhawk committed
677
 </resources>
pixhawk's avatar
pixhawk committed
678 679
 <connections/>
</ui>