QGCMAVLinkInspector.ui 1.83 KB
Newer Older
lm's avatar
lm committed
1 2 3 4 5 6 7 8
<?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>
9
    <width>658</width>
lm's avatar
lm committed
10 11 12 13
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
14
   <string>MAVLink Inspector</string>
lm's avatar
lm committed
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout" columnstretch="2,0,0,0,0">
17
   <property name="leftMargin">
lm's avatar
lm committed
18 19
    <number>6</number>
   </property>
20 21 22 23 24 25 26 27 28
   <property name="topMargin">
    <number>6</number>
   </property>
   <property name="rightMargin">
    <number>6</number>
   </property>
   <property name="bottomMargin">
    <number>6</number>
   </property>
29 30 31 32 33 34 35 36
   <item row="0" column="0">
    <widget class="QLabel" name="label">
     <property name="maximumSize">
      <size>
       <width>100</width>
       <height>16777215</height>
      </size>
     </property>
lm's avatar
lm committed
37
     <property name="text">
38
      <string>System</string>
lm's avatar
lm committed
39 40 41
     </property>
    </widget>
   </item>
42 43 44 45 46 47
   <item row="0" column="1">
    <widget class="QComboBox" name="systemComboBox"/>
   </item>
   <item row="0" column="3">
    <widget class="QComboBox" name="componentComboBox"/>
   </item>
48
   <item row="0" column="2">
LM's avatar
LM committed
49 50 51 52 53 54
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>Component</string>
     </property>
    </widget>
   </item>
55 56
   <item row="0" column="4">
    <widget class="QPushButton" name="clearButton">
57
     <property name="text">
58
      <string>Clear</string>
59 60 61 62 63 64 65 66 67 68 69 70
     </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
71 72 73 74 75
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>