Files
gcs-nf/App/InspectUI/InspectUI.ui
T

82 lines
1.9 KiB
XML
Raw Normal View History

2020-03-25 13:01:49 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InspectUI</class>
<widget class="QWidget" name="InspectUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>614</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2020-03-28 21:27:22 +08:00
<widget class="QPushButton" name="MavlinkpushButton">
2020-03-25 13:01:49 +08:00
<property name="geometry">
<rect>
2020-04-03 09:39:31 +08:00
<x>170</x>
2020-03-25 13:01:49 +08:00
<y>10</y>
2020-03-28 21:27:22 +08:00
<width>100</width>
<height>100</height>
2020-03-25 13:01:49 +08:00
</rect>
</property>
<property name="text">
2020-03-28 21:27:22 +08:00
<string>Mavlink</string>
2020-03-25 13:01:49 +08:00
</property>
2020-04-03 09:39:31 +08:00
<property name="icon">
<iconset>
<normaloff>:/BlueType/images/LinkUI/plane.ico</normaloff>:/BlueType/images/LinkUI/plane.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>90</width>
<height>90</height>
</size>
</property>
2020-03-25 13:01:49 +08:00
</widget>
2020-03-28 21:27:22 +08:00
<widget class="QPushButton" name="ParampushButton">
2020-03-25 13:01:49 +08:00
<property name="geometry">
<rect>
2020-04-03 09:39:31 +08:00
<x>280</x>
2020-03-25 13:01:49 +08:00
<y>10</y>
2020-03-28 21:27:22 +08:00
<width>100</width>
<height>100</height>
2020-03-25 13:01:49 +08:00
</rect>
</property>
<property name="text">
2020-03-28 21:27:22 +08:00
<string>Parameter</string>
</property>
2020-04-03 09:39:31 +08:00
<property name="icon">
<iconset>
<normaloff>:/BlueType/images/LinkUI/params.ico</normaloff>:/BlueType/images/LinkUI/params.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>90</width>
<height>90</height>
</size>
</property>
2020-03-28 21:27:22 +08:00
</widget>
<widget class="QPushButton" name="AddpushButton">
<property name="geometry">
<rect>
2020-04-03 09:39:31 +08:00
<x>390</x>
2020-03-28 21:27:22 +08:00
<y>10</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>ADD</string>
2020-03-25 13:01:49 +08:00
</property>
</widget>
</widget>
<resources/>
<connections/>
2020-03-28 21:27:22 +08:00
<slots>
<signal>clicked(QString)</signal>
</slots>
2020-03-25 13:01:49 +08:00
</ui>