QGCHilXPlaneConfiguration.ui 1.96 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 10
    <width>226</width>
    <height>150</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16 17
  <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0" columnstretch="20,0,0">
   <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 29
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
   <item row="0" column="1" colspan="2">
30 31 32 33 34 35 36 37 38 39 40
    <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>
41
   <item row="0" column="0">
42 43 44 45 46 47
    <widget class="QLabel" name="hostLabel">
     <property name="text">
      <string>Host</string>
     </property>
    </widget>
   </item>
48
   <item row="3" column="0" colspan="3">
49 50 51 52 53 54
    <widget class="QCheckBox" name="sensorHilCheckBox">
     <property name="text">
      <string>Enable sensor level HIL</string>
     </property>
    </widget>
   </item>
55
   <item row="4" column="0" colspan="3">
56 57 58 59 60 61 62 63 64 65 66 67
    <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>
68 69 70 71 72 73 74
   <item row="1" column="1" colspan="2">
    <widget class="QPushButton" name="startButton">
     <property name="text">
      <string>Start</string>
     </property>
    </widget>
   </item>
75 76 77 78 79
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>