QGCParamSlider.ui 2.9 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCParamSlider</class>
 <widget class="QWidget" name="QGCParamSlider">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
pixhawk's avatar
pixhawk committed
9 10
    <width>499</width>
    <height>173</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16 17
  <layout class="QGridLayout" name="gridLayout">
   <item row="1" column="0">
pixhawk's avatar
pixhawk committed
18
    <widget class="QLineEdit" name="editNameLabel">
19 20 21 22 23
     <property name="text">
      <string>Informal Name..</string>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
24 25
   <item row="1" column="4">
    <widget class="QLabel" name="editMinLabel">
26 27 28 29 30
     <property name="text">
      <string>Min</string>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
31 32
   <item row="1" column="6">
    <widget class="QLabel" name="editMaxLabel">
33 34 35 36 37 38
     <property name="text">
      <string>Max</string>
     </property>
    </widget>
   </item>
   <item row="2" column="0">
39 40 41 42 43 44
    <widget class="QLabel" name="nameLabel">
     <property name="text">
      <string>Name</string>
     </property>
    </widget>
   </item>
45
   <item row="2" column="1">
46 47 48 49 50 51
    <widget class="QLabel" name="valueLabel">
     <property name="text">
      <string>0.00</string>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
52 53
   <item row="2" column="3" colspan="2">
    <widget class="QDoubleSpinBox" name="editMinSpinBox"/>
54
   </item>
pixhawk's avatar
pixhawk committed
55
   <item row="2" column="5">
56 57 58 59 60 61
    <widget class="QSlider" name="valueSlider">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
62 63
   <item row="2" column="6">
    <widget class="QDoubleSpinBox" name="editMaxSpinBox"/>
64
   </item>
pixhawk's avatar
pixhawk committed
65 66
   <item row="0" column="0" colspan="7">
    <widget class="QLabel" name="editInstructionsLabel">
67
     <property name="text">
pixhawk's avatar
pixhawk committed
68
      <string>Please configure the parameter slider now:</string>
69 70 71
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
72 73 74 75 76
   <item row="5" column="0" colspan="6">
    <widget class="QLabel" name="editStatusLabel">
     <property name="text">
      <string>TextLabel</string>
     </property>
77 78
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
79 80 81 82 83 84 85 86 87 88 89 90
   <item row="3" column="0" colspan="3">
    <widget class="QComboBox" name="editSelectComponentComboBox"/>
   </item>
   <item row="5" column="6">
    <widget class="QPushButton" name="editDoneButton">
     <property name="text">
      <string>Done</string>
     </property>
    </widget>
   </item>
   <item row="3" column="6">
    <widget class="QPushButton" name="editRefreshParamsButton">
91 92 93 94 95 96 97 98
     <property name="enabled">
      <bool>true</bool>
     </property>
     <property name="text">
      <string>Refresh</string>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
99 100 101 102 103 104 105
   <item row="3" column="4" colspan="2">
    <widget class="QComboBox" name="editSelectParamComboBox">
     <item>
      <property name="text">
       <string>Select Parameter..</string>
      </property>
     </item>
106 107
    </widget>
   </item>
108 109 110 111 112
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>