QGCHilXPlaneConfiguration.ui 2.38 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCHilXPlaneConfiguration</class>
 <widget class="QWidget" name="QGCHilXPlaneConfiguration">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>269</width>
10
    <height>150</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0,0" columnstretch="20,0,0">
17
   <property name="leftMargin">
Thomas Gubler's avatar
Thomas Gubler committed
18 19
    <number>0</number>
   </property>
20 21 22 23 24 25 26 27 28
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
29 30 31 32
   <item row="1" column="1" colspan="2">
    <widget class="QPushButton" name="startButton">
     <property name="text">
      <string>Start</string>
33 34 35
     </property>
    </widget>
   </item>
36
   <item row="0" column="0">
37 38 39 40 41 42
    <widget class="QLabel" name="hostLabel">
     <property name="text">
      <string>Host</string>
     </property>
    </widget>
   </item>
43
   <item row="7" column="0" colspan="3">
44 45 46 47 48 49 50 51 52 53 54 55
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>1</height>
      </size>
     </property>
    </spacer>
   </item>
56 57
   <item row="3" column="0" colspan="3">
    <widget class="QCheckBox" name="sensorHilCheckBox">
58
     <property name="text">
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
      <string>Enable sensor level HIL</string>
     </property>
    </widget>
   </item>
   <item row="0" column="1" colspan="2">
    <widget class="QComboBox" name="hostComboBox">
     <property name="editable">
      <bool>true</bool>
     </property>
     <item>
      <property name="text">
       <string>127.0.0.1:49000</string>
      </property>
     </item>
    </widget>
   </item>
   <item row="4" column="0" colspan="3">
    <widget class="QCheckBox" name="useHilActuatorControlsCheckBox">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="text">
      <string>Use newer actuator format</string>
85 86 87
     </property>
    </widget>
   </item>
88 89 90 91 92
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>