QGCMissionOther.ui 6.34 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCMissionOther</class>
 <widget class="QWidget" name="QGCMissionOther">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1266</width>
    <height>27</height>
   </rect>
  </property>
13 14 15 16 17 18 19 20 21 22 23 24
  <property name="sizePolicy">
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
    <width>0</width>
    <height>0</height>
   </size>
  </property>
pixhawk's avatar
pixhawk committed
25 26 27
  <property name="windowTitle">
   <string>Form</string>
  </property>
28
  <layout class="QHBoxLayout" name="horizontalLayout" stretch="10,10,10,10,10,10,10,10">
pixhawk's avatar
pixhawk committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42
   <property name="spacing">
    <number>5</number>
   </property>
   <property name="margin">
    <number>0</number>
   </property>
   <item>
    <widget class="QSpinBox" name="commandSpinBox">
     <property name="toolTip">
      <string>MAV_CMD id</string>
     </property>
     <property name="statusTip">
      <string>MAV_CMD id</string>
     </property>
43 44 45
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
     <property name="prefix">
      <string>CMD </string>
     </property>
     <property name="minimum">
      <number>0</number>
     </property>
     <property name="maximum">
      <number>255</number>
     </property>
     <property name="value">
      <number>0</number>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param1SpinBox">
62 63 64 65 66 67
     <property name="toolTip">
      <string>Mission parameter #1</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #1</string>
     </property>
68 69 70
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
     <property name="prefix">
      <string>P1 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param2SpinBox">
     <property name="toolTip">
88 89 90 91
      <string>Mission parameter #2</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #2</string>
pixhawk's avatar
pixhawk committed
92
     </property>
93 94 95
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
     <property name="prefix">
      <string>P2 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param3SpinBox">
112 113 114 115 116 117
     <property name="toolTip">
      <string>Mission parameter #3</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #3</string>
     </property>
118 119 120
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
     <property name="prefix">
      <string>P3 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param4SpinBox">
137 138 139 140 141 142
     <property name="toolTip">
      <string>Mission parameter #4</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #4</string>
     </property>
143 144 145
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
     <property name="prefix">
      <string>P4 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param5SpinBox">
162 163 164 165 166 167
     <property name="toolTip">
      <string>Mission parameter #5</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #5</string>
     </property>
168 169 170
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
     <property name="prefix">
      <string>P5 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param6SpinBox">
187 188 189 190 191 192
     <property name="toolTip">
      <string>Mission parameter #6</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #6</string>
     </property>
193 194 195
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
     <property name="prefix">
      <string>P6 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QDoubleSpinBox" name="param7SpinBox">
212 213 214 215 216 217
     <property name="toolTip">
      <string>Mission parameter #7</string>
     </property>
     <property name="statusTip">
      <string>Mission parameter #7</string>
     </property>
218 219 220
     <property name="keyboardTracking">
      <bool>false</bool>
     </property>
pixhawk's avatar
pixhawk committed
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
     <property name="prefix">
      <string>P7 </string>
     </property>
     <property name="decimals">
      <number>7</number>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>