QGCMAVLinkInspector.ui 1.29 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>
lm's avatar
lm committed
16
  <layout class="QGridLayout" name="gridLayout" columnstretch="2,8">
lm's avatar
lm committed
17 18 19
   <property name="margin">
    <number>6</number>
   </property>
LM's avatar
LM committed
20
   <item row="2" column="0" colspan="2">
lm's avatar
lm committed
21 22 23 24 25 26 27 28
    <widget class="QTreeWidget" name="treeWidget">
     <column>
      <property name="text">
       <string notr="true">1</string>
      </property>
     </column>
    </widget>
   </item>
lm's avatar
lm committed
29 30 31
   <item row="0" column="0">
    <widget class="QLabel" name="label">
     <property name="text">
LM's avatar
LM committed
32
      <string>System</string>
lm's avatar
lm committed
33 34 35 36 37 38
     </property>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="QComboBox" name="systemComboBox"/>
   </item>
LM's avatar
LM committed
39 40 41 42 43 44 45 46 47 48
   <item row="1" column="1">
    <widget class="QComboBox" name="componentComboBox"/>
   </item>
   <item row="1" column="0">
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>Component</string>
     </property>
    </widget>
   </item>
lm's avatar
lm committed
49 50 51 52 53
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>