QGCCustomWaypointAction.ui 3.48 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCCustomWaypointAction</class>
 <widget class="QWidget" name="QGCCustomWaypointAction">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
lm's avatar
lm committed
9
    <width>1228</width>
10 11 12 13 14 15
    <height>25</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
lm's avatar
lm committed
16
  <layout class="QHBoxLayout" name="horizontalLayout" stretch="10,0,10,10,10,10,0,0">
17 18 19 20 21 22 23 24 25
   <property name="spacing">
    <number>5</number>
   </property>
   <property name="margin">
    <number>0</number>
   </property>
   <item>
    <widget class="QSpinBox" name="commandSpinBox">
     <property name="prefix">
lm's avatar
lm committed
26
      <string>CMD </string>
27 28 29 30 31 32 33 34 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
     </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">
     <property name="prefix">
      <string>P1 </string>
     </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="prefix">
      <string>P2 </string>
     </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">
     <property name="prefix">
lm's avatar
lm committed
68
      <string>P3 </string>
69 70 71 72 73 74 75 76 77 78 79 80
     </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">
     <property name="prefix">
lm's avatar
lm committed
81
      <string>P4 </string>
pixhawk's avatar
pixhawk committed
82 83 84 85 86 87 88 89 90 91 92 93
     </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">
     <property name="prefix">
lm's avatar
lm committed
94
      <string>P5 </string>
pixhawk's avatar
pixhawk committed
95 96 97 98 99 100 101 102 103 104
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
   <item>
105
    <widget class="QDoubleSpinBox" name="param6SpinBox">
pixhawk's avatar
pixhawk committed
106
     <property name="prefix">
lm's avatar
lm committed
107
      <string>P6 </string>
108 109 110 111 112 113 114 115 116
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
117 118 119 120 121 122 123 124 125 126 127 128 129
   <item>
    <widget class="QDoubleSpinBox" name="param7SpinBox">
     <property name="prefix">
      <string>P7 </string>
     </property>
     <property name="minimum">
      <double>-2147483647.000000000000000</double>
     </property>
     <property name="maximum">
      <double>2147483647.000000000000000</double>
     </property>
    </widget>
   </item>
130 131 132 133 134
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>