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

79 lines
1.8 KiB
XML
Raw Normal View History

2020-03-25 12:42:26 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LinkUI</class>
<widget class="QWidget" name="LinkUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>576</width>
<height>352</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2020-03-28 21:27:22 +08:00
<widget class="QPushButton" name="SerialPortpushButton">
2020-03-25 12:42:26 +08:00
<property name="geometry">
<rect>
2020-03-28 21:27:22 +08:00
<x>170</x>
<y>10</y>
2020-03-25 12:42:26 +08:00
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
2020-04-03 09:39:31 +08:00
<string>SerialPort</string>
</property>
<property name="icon">
<iconset>
<normaloff>:/BlueType/images/LinkUI/SerialPort.ico</normaloff>:/BlueType/images/LinkUI/SerialPort.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>90</width>
<height>90</height>
</size>
2020-03-25 12:42:26 +08:00
</property>
</widget>
2020-03-28 21:27:22 +08:00
<widget class="QPushButton" name="UDPpushButton">
2020-03-25 12:42:26 +08:00
<property name="geometry">
<rect>
2020-03-28 21:27:22 +08:00
<x>280</x>
<y>10</y>
2020-03-25 12:42:26 +08:00
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>UDP</string>
</property>
2020-04-03 09:39:31 +08:00
<property name="icon">
<iconset>
<normaloff>:/BlueType/images/LinkUI/Client.ico</normaloff>:/BlueType/images/LinkUI/Client.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>90</width>
<height>90</height>
</size>
</property>
2020-03-25 12:42:26 +08:00
</widget>
2020-03-28 21:27:22 +08:00
<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>
2020-03-25 12:42:26 +08:00
</widget>
<resources/>
<connections/>
</ui>