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