WaypointEditableView.ui 10 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>37</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
}

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

QGroupBox {
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	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;
 }

QPushButton {
	font-weight: bold;
	font-size: 12px;
60 61 62 63 64
	border: 1px solid #465158;
    margin: 1px;
	border-radius: 2px;
	min-width:16px;
	max-width: 16px;
pixhawk's avatar
pixhawk committed
65 66 67
	min-height: 16px;
	max-height: 16px;
	padding: 2px;
68
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #59666f, stop: 1 #414B52);
pixhawk's avatar
pixhawk committed
69 70 71
}

QPushButton:pressed {
72
	background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #09A2B2, stop: 1 #414B52);
pixhawk's avatar
pixhawk committed
73
}
74
</string>
pixhawk's avatar
pixhawk committed
75 76 77 78 79 80 81 82 83 84
  </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">
85 86 87 88 89 90
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
pixhawk's avatar
pixhawk committed
91 92 93
     <property name="title">
      <string/>
     </property>
94
     <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,5,20,20,200,1,0,0,0,0">
pixhawk's avatar
pixhawk committed
95 96 97 98
      <property name="spacing">
       <number>2</number>
      </property>
      <property name="margin">
99
       <number>4</number>
pixhawk's avatar
pixhawk committed
100 101 102
      </property>
      <item>
       <widget class="QCheckBox" name="selectedBox">
103 104 105 106 107 108 109 110
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="minimumSize">
         <size>
pixhawk's avatar
pixhawk committed
111
          <width>20</width>
112 113 114
          <height>0</height>
         </size>
        </property>
pixhawk's avatar
pixhawk committed
115 116 117
        <property name="focusPolicy">
         <enum>Qt::TabFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
118
        <property name="toolTip">
119
         <string>Mission Start</string>
pixhawk's avatar
pixhawk committed
120
        </property>
lm's avatar
lm committed
121
        <property name="statusTip">
122
         <string>Mission Start</string>
lm's avatar
lm committed
123
        </property>
pixhawk's avatar
pixhawk committed
124 125 126 127 128 129 130 131 132 133 134 135
        <property name="text">
         <string/>
        </property>
        <property name="iconSize">
         <size>
          <width>16</width>
          <height>16</height>
         </size>
        </property>
       </widget>
      </item>
      <item>
136
       <widget class="QLabel" name="idLabel">
137 138 139 140 141 142
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
143 144
        <property name="minimumSize">
         <size>
145
          <width>25</width>
pixhawk's avatar
pixhawk committed
146 147 148 149 150 151
          <height>0</height>
         </size>
        </property>
        <property name="toolTip">
         <string>Waypoint Sequence Number</string>
        </property>
pixhawk's avatar
pixhawk committed
152
        <property name="text">
153
         <string>ID</string>
pixhawk's avatar
pixhawk committed
154
        </property>
pixhawk's avatar
pixhawk committed
155 156 157
        <property name="alignment">
         <set>Qt::AlignCenter</set>
        </property>
pixhawk's avatar
pixhawk committed
158 159 160
       </widget>
      </item>
      <item>
161 162
       <widget class="QComboBox" name="comboBox_action">
        <property name="sizePolicy">
pixhawk's avatar
pixhawk committed
163
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
164 165 166
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
pixhawk's avatar
pixhawk committed
167
        </property>
pixhawk's avatar
pixhawk committed
168 169 170 171 172 173
        <property name="maximumSize">
         <size>
          <width>120</width>
          <height>16777215</height>
         </size>
        </property>
lm's avatar
lm committed
174 175 176 177 178 179
        <property name="toolTip">
         <string>Action at Waypoint</string>
        </property>
        <property name="statusTip">
         <string>Action at Waypoint</string>
        </property>
180 181 182
        <property name="sizeAdjustPolicy">
         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
        </property>
183 184 185 186 187
       </widget>
      </item>
      <item>
       <widget class="QComboBox" name="comboBox_frame">
        <property name="sizePolicy">
pixhawk's avatar
pixhawk committed
188
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
189 190 191
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
pixhawk's avatar
pixhawk committed
192
        </property>
pixhawk's avatar
pixhawk committed
193 194 195 196 197 198
        <property name="maximumSize">
         <size>
          <width>100</width>
          <height>16777215</height>
         </size>
        </property>
lm's avatar
lm committed
199 200 201 202 203 204
        <property name="toolTip">
         <string>Coordinate frame</string>
        </property>
        <property name="statusTip">
         <string>Coordinate frame</string>
        </property>
205 206 207
        <property name="sizeAdjustPolicy">
         <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
        </property>
208
       </widget>
pixhawk's avatar
pixhawk committed
209
      </item>
210 211 212
      <item>
       <widget class="QWidget" name="customActionWidget" native="true">
        <property name="sizePolicy">
pixhawk's avatar
pixhawk committed
213
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
214 215 216 217 218 219 220 221 222 223 224 225
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="minimumSize">
         <size>
          <width>0</width>
          <height>0</height>
         </size>
        </property>
       </widget>
      </item>
226 227 228 229 230 231 232 233
      <item>
       <spacer name="removeSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>5</width>
pixhawk's avatar
pixhawk committed
234
          <height>10</height>
235 236 237 238
         </size>
        </property>
       </spacer>
      </item>
James Goppert's avatar
James Goppert committed
239
      <item>
240
       <widget class="QCheckBox" name="autoContinue">
241
        <property name="sizePolicy">
pixhawk's avatar
pixhawk committed
242
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
243 244 245 246
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
James Goppert's avatar
James Goppert committed
247
        <property name="toolTip">
248
         <string>Automatically continue after this waypoint</string>
James Goppert's avatar
James Goppert committed
249
        </property>
lm's avatar
lm committed
250 251 252
        <property name="statusTip">
         <string>Automatically continue after this waypoint</string>
        </property>
James Goppert's avatar
James Goppert committed
253 254
        <property name="text">
         <string/>
pixhawk's avatar
pixhawk committed
255 256 257 258 259
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="upButton">
pixhawk's avatar
pixhawk committed
260 261 262 263 264 265
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
266 267
        <property name="minimumSize">
         <size>
268 269
          <width>24</width>
          <height>24</height>
pixhawk's avatar
pixhawk committed
270 271
         </size>
        </property>
pixhawk's avatar
pixhawk committed
272 273 274
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
275
        <property name="toolTip">
lm's avatar
lm committed
276 277 278 279
         <string>Move Up in List</string>
        </property>
        <property name="statusTip">
         <string>Move Up in List</string>
pixhawk's avatar
pixhawk committed
280
        </property>
pixhawk's avatar
pixhawk committed
281 282 283 284
        <property name="text">
         <string/>
        </property>
        <property name="icon">
285
         <iconset resource="../../qgroundcontrol.qrc">
286
          <normaloff>:/files/images/actions/go-up.svg</normaloff>:/files/images/actions/go-up.svg</iconset>
pixhawk's avatar
pixhawk committed
287 288 289 290 291
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="downButton">
pixhawk's avatar
pixhawk committed
292 293 294 295 296 297
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
298 299
        <property name="minimumSize">
         <size>
300 301
          <width>24</width>
          <height>24</height>
pixhawk's avatar
pixhawk committed
302 303
         </size>
        </property>
pixhawk's avatar
pixhawk committed
304 305 306
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
307
        <property name="toolTip">
lm's avatar
lm committed
308 309 310 311
         <string>Move Down in List</string>
        </property>
        <property name="statusTip">
         <string>Move Down in List</string>
pixhawk's avatar
pixhawk committed
312
        </property>
pixhawk's avatar
pixhawk committed
313 314 315 316
        <property name="text">
         <string/>
        </property>
        <property name="icon">
317
         <iconset resource="../../qgroundcontrol.qrc">
318
          <normaloff>:/files/images/actions/go-down.svg</normaloff>:/files/images/actions/go-down.svg</iconset>
pixhawk's avatar
pixhawk committed
319 320 321 322 323
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="removeButton">
pixhawk's avatar
pixhawk committed
324 325 326 327 328 329
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
pixhawk's avatar
pixhawk committed
330 331
        <property name="minimumSize">
         <size>
332 333
          <width>24</width>
          <height>24</height>
pixhawk's avatar
pixhawk committed
334 335
         </size>
        </property>
pixhawk's avatar
pixhawk committed
336 337 338
        <property name="focusPolicy">
         <enum>Qt::NoFocus</enum>
        </property>
pixhawk's avatar
pixhawk committed
339 340 341
        <property name="toolTip">
         <string>Delete</string>
        </property>
pixhawk's avatar
pixhawk committed
342 343 344 345
        <property name="text">
         <string/>
        </property>
        <property name="icon">
346
         <iconset resource="../../qgroundcontrol.qrc">
347
          <normaloff>:/files/images/actions/list-remove.svg</normaloff>:/files/images/actions/list-remove.svg</iconset>
pixhawk's avatar
pixhawk committed
348 349 350 351 352 353 354 355
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
pixhawk's avatar
pixhawk committed
356
 <resources>
357
  <include location="../../qgroundcontrol.qrc"/>
pixhawk's avatar
pixhawk committed
358
 </resources>
pixhawk's avatar
pixhawk committed
359 360
 <connections/>
</ui>