QGCMAVLinkInspector.ui 1.47 KB
Newer Older
lm's avatar
lm committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCMAVLinkInspector</class>
 <widget class="QWidget" name="QGCMAVLinkInspector">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QGridLayout" name="gridLayout" columnstretch="2,8,0,0,0">
lm's avatar
lm committed
17 18 19
   <property name="margin">
    <number>6</number>
   </property>
lm's avatar
lm committed
20 21 22
   <item row="0" column="0">
    <widget class="QLabel" name="label">
     <property name="text">
LM's avatar
LM committed
23
      <string>System</string>
lm's avatar
lm committed
24 25 26 27 28 29
     </property>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="QComboBox" name="systemComboBox"/>
   </item>
30
   <item row="0" column="3">
LM's avatar
LM committed
31 32
    <widget class="QComboBox" name="componentComboBox"/>
   </item>
33
   <item row="0" column="2">
LM's avatar
LM committed
34 35 36 37 38 39
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>Component</string>
     </property>
    </widget>
   </item>
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
   <item row="0" column="4">
    <widget class="QPushButton" name="clearButton">
     <property name="text">
      <string>Clear</string>
     </property>
    </widget>
   </item>
   <item row="2" column="0" colspan="5">
    <widget class="QTreeWidget" name="treeWidget">
     <column>
      <property name="text">
       <string notr="true">1</string>
      </property>
     </column>
    </widget>
   </item>
lm's avatar
lm committed
56 57 58 59 60
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>