Files
gcs-nf/App/ToolsUI/tools_Index0/MAVLinkInspector/MAVLinkInspector.ui
T

85 lines
2.0 KiB
XML
Raw Normal View History

2020-06-11 17:32:58 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MAVLinkInspector</class>
<widget class="QWidget" name="MAVLinkInspector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>707</width>
<height>504</height>
</rect>
</property>
<property name="windowTitle">
<string>MAVLink Inspector</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="2,0">
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
2020-08-01 10:53:17 +08:00
<item row="0" column="0">
<widget class="QPushButton" name="pushButton_system">
2020-06-11 17:32:58 +08:00
<property name="minimumSize">
<size>
2020-08-01 10:53:17 +08:00
<width>0</width>
2020-06-11 17:32:58 +08:00
<height>60</height>
</size>
</property>
<property name="text">
2020-08-01 10:53:17 +08:00
<string/>
2020-06-11 17:32:58 +08:00
</property>
</widget>
</item>
2020-08-01 10:53:17 +08:00
<item row="2" column="0" colspan="2">
2020-06-11 17:32:58 +08:00
<widget class="QTreeWidget" name="treeWidget">
2020-06-15 18:24:22 +08:00
<property name="headerHidden">
<bool>true</bool>
</property>
2020-06-11 17:32:58 +08:00
<property name="columnCount">
<number>3</number>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">2</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">3</string>
</property>
</column>
</widget>
</item>
2020-08-01 10:53:17 +08:00
<item row="0" column="1">
<widget class="QPushButton" name="clearButton">
2020-06-11 17:32:58 +08:00
<property name="minimumSize">
<size>
2020-08-01 10:53:17 +08:00
<width>120</width>
2020-06-11 17:32:58 +08:00
<height>60</height>
</size>
</property>
<property name="text">
2020-08-01 10:53:17 +08:00
<string>Clear</string>
2020-06-11 17:32:58 +08:00
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>