QGCToolWidgetComboBox.ui 7.96 KB
Newer Older
1 2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
3 4
 <class>QGCToolWidgetComboBox</class>
 <widget class="QWidget" name="QGCToolWidgetComboBox">
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>789</width>
    <height>244</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="layoutDirection">
   <enum>Qt::LeftToRight</enum>
  </property>
  <layout class="QGridLayout" name="gridLayout" columnstretch="10,0,0,0,0,0,0,0,0,0,0,0">
   <property name="leftMargin">
    <number>6</number>
   </property>
   <property name="topMargin">
    <number>3</number>
   </property>
   <property name="rightMargin">
    <number>6</number>
   </property>
   <property name="bottomMargin">
    <number>3</number>
   </property>
   <property name="horizontalSpacing">
    <number>6</number>
   </property>
   <property name="verticalSpacing">
    <number>12</number>
   </property>
38 39
   <item row="4" column="7">
    <widget class="QLabel" name="nameLabel">
40 41
     <property name="minimumSize">
      <size>
42
       <width>60</width>
43 44 45
       <height>0</height>
      </size>
     </property>
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
     <property name="text">
      <string>Name</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     </property>
    </widget>
   </item>
   <item row="4" column="8">
    <widget class="QToolButton" name="infoLabel">
     <property name="layoutDirection">
      <enum>Qt::LeftToRight</enum>
     </property>
     <property name="text">
      <string>?</string>
     </property>
     <property name="popupMode">
      <enum>QToolButton::DelayedPopup</enum>
     </property>
     <property name="toolButtonStyle">
      <enum>Qt::ToolButtonIconOnly</enum>
     </property>
     <property name="autoRaise">
      <bool>false</bool>
     </property>
     <property name="arrowType">
      <enum>Qt::NoArrow</enum>
     </property>
    </widget>
   </item>
   <item row="1" column="9">
    <widget class="QLineEdit" name="editNameLabel">
78 79
     <property name="placeholderText">
      <string>Parameter Name</string>
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
     </property>
    </widget>
   </item>
   <item row="7" column="9">
    <widget class="QLineEdit" name="editItemNameLabel"/>
   </item>
   <item row="7" column="7">
    <widget class="QSpinBox" name="editItemValueSpinBox"/>
   </item>
   <item row="4" column="9">
    <widget class="QComboBox" name="editOptionComboBox"/>
   </item>
   <item row="7" column="8">
    <widget class="QLabel" name="itemNameLabel">
     <property name="text">
      <string>Name</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     </property>
    </widget>
   </item>
   <item row="8" column="8">
    <widget class="QComboBox" name="editSelectComponentComboBox">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="toolTip">
      <string>Select component</string>
     </property>
     <property name="statusTip">
      <string>Select component</string>
     </property>
    </widget>
   </item>
   <item row="7" column="10">
    <widget class="QPushButton" name="editAddItemButton">
     <property name="text">
      <string>Add Item</string>
119 120 121 122
     </property>
    </widget>
   </item>
   <item row="7" column="11">
123
    <widget class="QPushButton" name="editRemoveItemButton">
124
     <property name="text">
125
      <string>Delete Item</string>
126 127 128
     </property>
    </widget>
   </item>
129 130 131 132
   <item row="7" column="6">
    <widget class="QLabel" name="itemValueLabel">
     <property name="text">
      <string>Value</string>
133
     </property>
134 135
     <property name="alignment">
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
136 137 138
     </property>
    </widget>
   </item>
139 140 141 142
   <item row="8" column="9">
    <widget class="QComboBox" name="editSelectParamComboBox">
     <property name="enabled">
      <bool>false</bool>
143
     </property>
144 145 146 147 148 149 150 151 152 153 154
     <property name="toolTip">
      <string>Select parameter</string>
     </property>
     <property name="statusTip">
      <string>Select parameter</string>
     </property>
    </widget>
   </item>
   <item row="0" column="0" colspan="12">
    <widget class="Line" name="editLine1">
     <property name="minimumSize">
155 156
      <size>
       <width>0</width>
157
       <height>0</height>
158 159 160
      </size>
     </property>
     <property name="orientation">
161
      <enum>Qt::Horizontal</enum>
162
     </property>
163
    </widget>
164
   </item>
165
   <item row="4" column="11">
166 167 168 169 170 171 172 173 174 175 176 177 178 179
    <widget class="QPushButton" name="readButton">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="toolTip">
      <string>Read the current parameter value on the system</string>
     </property>
     <property name="statusTip">
      <string>Read the current parameter value on the system</string>
     </property>
     <property name="text">
180
      <string>Get</string>
181 182 183
     </property>
    </widget>
   </item>
184 185 186 187 188 189 190 191
   <item row="11" column="11">
    <widget class="QPushButton" name="editDoneButton">
     <property name="text">
      <string>Done</string>
     </property>
    </widget>
   </item>
   <item row="4" column="10">
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
    <widget class="QPushButton" name="writeButton">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="maximumSize">
      <size>
       <width>16777215</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="toolTip">
      <string>Transmit the current slider value to the system</string>
     </property>
     <property name="statusTip">
      <string>Transmit the current slider value to the system</string>
     </property>
     <property name="text">
212
      <string>Set</string>
213 214 215
     </property>
    </widget>
   </item>
216
   <item row="8" column="10">
217 218 219 220 221 222 223 224 225
    <widget class="QCheckBox" name="editInfoCheckBox">
     <property name="text">
      <string>Show Info</string>
     </property>
     <property name="checked">
      <bool>true</bool>
     </property>
    </widget>
   </item>
226 227 228 229 230 231 232
   <item row="13" column="0" colspan="12">
    <widget class="Line" name="editLine2">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
233
     </property>
234 235
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
236 237 238
     </property>
    </widget>
   </item>
239 240 241 242
   <item row="12" column="2" colspan="10">
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
243
     </property>
244 245 246 247 248
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>40</height>
      </size>
249
     </property>
250
    </spacer>
251
   </item>
252 253 254 255
   <item row="4" column="0" colspan="3">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
256
     </property>
257 258 259 260 261
     <property name="sizeHint" stdset="0">
      <size>
       <width>0</width>
       <height>20</height>
      </size>
262
     </property>
263
    </spacer>
264
   </item>
265 266
   <item row="11" column="3" colspan="7">
    <widget class="QLabel" name="editStatusLabel">
267
     <property name="text">
268
      <string>Please click first on refresh to update selection menus..</string>
269 270 271
     </property>
    </widget>
   </item>
272 273 274 275
   <item row="8" column="11">
    <widget class="QPushButton" name="editRefreshParamsButton">
     <property name="enabled">
      <bool>true</bool>
276 277
     </property>
     <property name="text">
278
      <string>Refresh</string>
279 280 281
     </property>
    </widget>
   </item>
282 283 284
   <item row="3" column="0" colspan="12">
    <widget class="QLabel" name="imageLabel">
     <property name="maximumSize">
285
      <size>
286 287
       <width>16777215</width>
       <height>150</height>
288 289 290
      </size>
     </property>
     <property name="text">
291
      <string/>
292
     </property>
293 294
     <property name="scaledContents">
      <bool>true</bool>
295 296 297 298 299
     </property>
    </widget>
   </item>
  </layout>
 </widget>
300
 <resources/>
301 302
 <connections/>
</ui>