Skip to content
Snippets Groups Projects
QGCMAVLinkInspector.ui 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • lm's avatar
    lm committed
    <?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
      <layout class="QGridLayout" name="gridLayout" columnstretch="2,8">
    
    lm's avatar
    lm committed
       <property name="margin">
        <number>6</number>
       </property>
    
    lm's avatar
    lm committed
       <item row="1" column="0" colspan="2">
    
    lm's avatar
    lm committed
        <widget class="QTreeWidget" name="treeWidget">
         <column>
          <property name="text">
           <string notr="true">1</string>
          </property>
         </column>
        </widget>
       </item>
    
    lm's avatar
    lm committed
       <item row="0" column="0">
        <widget class="QLabel" name="label">
         <property name="text">
          <string>System Filter</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1">
        <widget class="QComboBox" name="systemComboBox"/>
       </item>
    
    lm's avatar
    lm committed
      </layout>
     </widget>
     <resources/>
     <connections/>
    </ui>