WaypointViewOnlyView.ui 6.08 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>WaypointViewOnlyView</class>
 <widget class="QWidget" name="WaypointViewOnlyView">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>704</width>
    <height>31</height>
11 12 13
   </rect>
  </property>
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15 16 17 18
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
19 20 21
  <property name="minimumSize">
   <size>
    <width>200</width>
22
    <height>30</height>
23 24
   </size>
  </property>
25 26 27 28
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
   <string notr="true">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;
 }</string>
44
  </property>
45 46
  <layout class="QGridLayout" name="gridLayout">
   <property name="margin">
47 48
    <number>0</number>
   </property>
49
   <property name="spacing">
50 51
    <number>0</number>
   </property>
52
   <item row="0" column="0">
53 54 55 56
    <widget class="QGroupBox" name="groupBox">
     <property name="enabled">
      <bool>true</bool>
     </property>
57 58 59 60 61 62 63 64 65
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="styleSheet">
      <string notr="true"/>
     </property>
66 67 68 69 70 71 72 73 74 75 76 77
     <property name="title">
      <string/>
     </property>
     <property name="alignment">
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
     </property>
     <property name="flat">
      <bool>false</bool>
     </property>
     <property name="checkable">
      <bool>false</bool>
     </property>
78
     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,2,100,10,5,1">
79 80 81
      <property name="spacing">
       <number>2</number>
      </property>
82 83
      <property name="margin">
       <number>4</number>
84
      </property>
85 86
      <item>
       <widget class="QCheckBox" name="current">
87
        <property name="sizePolicy">
88
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
89 90 91 92
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
93 94 95 96 97 98
        <property name="minimumSize">
         <size>
          <width>25</width>
          <height>0</height>
         </size>
        </property>
99 100 101 102 103 104 105 106 107 108 109 110 111
        <property name="toolTip">
         <string>Currently executed waypoint</string>
        </property>
        <property name="statusTip">
         <string>Currently executed waypoint</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QLabel" name="idLabel">
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
        <property name="sizePolicy">
         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
        <property name="minimumSize">
         <size>
          <width>25</width>
          <height>0</height>
         </size>
        </property>
        <property name="lineWidth">
         <number>1</number>
        </property>
127 128 129
        <property name="text">
         <string>ID</string>
        </property>
130 131 132
        <property name="alignment">
         <set>Qt::AlignCenter</set>
        </property>
133 134 135
       </widget>
      </item>
      <item>
136
       <widget class="QLabel" name="displayBar">
137
        <property name="sizePolicy">
138
         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
139 140 141 142
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
143 144 145 146 147 148 149 150 151
        <property name="toolTip">
         <string>Mission element description</string>
        </property>
        <property name="statusTip">
         <string>Mission element description</string>
        </property>
        <property name="whatsThis">
         <string/>
        </property>
152
        <property name="text">
153
         <string>Mission element description</string>
154
        </property>
155 156 157 158 159 160
       </widget>
      </item>
      <item>
       <spacer name="horizontalSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
161
        </property>
162 163
        <property name="sizeType">
         <enum>QSizePolicy::Expanding</enum>
164
        </property>
165 166 167 168 169 170 171 172 173 174
        <property name="sizeHint" stdset="0">
         <size>
          <width>79</width>
          <height>17</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QLabel" name="frameLabel">
175 176
        <property name="toolTip">
         <string comment="Coordinate Frame" extracomment="Coordinate Frame">Coordinate Frame</string>
177
        </property>
178 179
        <property name="statusTip">
         <string>Coordinate Frame</string>
180
        </property>
181 182 183
        <property name="whatsThis">
         <string/>
        </property>
184
        <property name="text">
185
         <string>Frame</string>
186
        </property>
187 188
        <property name="alignment">
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
189 190 191 192 193
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="autoContinue">
194 195 196 197 198 199
        <property name="sizePolicy">
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218
        <property name="toolTip">
         <string>Automatically continue after this waypoint</string>
        </property>
        <property name="statusTip">
         <string>Automatically continue after this waypoint</string>
        </property>
        <property name="text">
         <string/>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>