82 lines
1.9 KiB
XML
82 lines
1.9 KiB
XML
<?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>
|
|
<widget class="QPushButton" name="MavlinkpushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>10</y>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mavlink</string>
|
|
</property>
|
|
<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>
|
|
</widget>
|
|
<widget class="QPushButton" name="ParampushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>10</y>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Parameter</string>
|
|
</property>
|
|
<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>
|
|
</widget>
|
|
<widget class="QPushButton" name="AddpushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>10</y>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>ADD</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
<slots>
|
|
<signal>clicked(QString)</signal>
|
|
</slots>
|
|
</ui>
|