QGCMAVLinkInspector.ui 1.92 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 17
  <layout class="QGridLayout" name="gridLayout" columnstretch="2,8,2,8,3">
   <property name="leftMargin">
lm's avatar
lm committed
18 19
    <number>6</number>
   </property>
20 21 22 23 24 25 26 27 28 29 30
   <property name="topMargin">
    <number>6</number>
   </property>
   <property name="rightMargin">
    <number>6</number>
   </property>
   <property name="bottomMargin">
    <number>6</number>
   </property>
   <item row="0" column="4">
    <widget class="QPushButton" name="clearButton">
lm's avatar
lm committed
31
     <property name="text">
32
      <string>Clear</string>
lm's avatar
lm committed
33 34 35
     </property>
    </widget>
   </item>
36
   <item row="0" column="2">
LM's avatar
LM committed
37 38 39 40 41 42
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>Component</string>
     </property>
    </widget>
   </item>
43 44
   <item row="0" column="0">
    <widget class="QLabel" name="label">
45
     <property name="text">
46
      <string>System</string>
47 48 49 50 51 52 53 54 55 56 57 58
     </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>
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
   <item row="3" column="0" colspan="5">
    <widget class="QTreeWidget" name="rateTreeWidget">
     <column>
      <property name="text">
       <string notr="true">1</string>
      </property>
     </column>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="QComboBox" name="systemComboBox"/>
   </item>
   <item row="0" column="3">
    <widget class="QComboBox" name="componentComboBox"/>
   </item>
lm's avatar
lm committed
74 75 76 77 78
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>