Files
gcs-nf/App/ToolsUI/ToolsUI.ui
T
2020-03-28 21:27:22 +08:00

59 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ToolsUI</class>
<widget class="QWidget" name="ToolsUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>586</width>
<height>439</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="HelppushButton">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>Help</string>
</property>
</widget>
<widget class="QPushButton" name="AboutpushButton">
<property name="geometry">
<rect>
<x>170</x>
<y>10</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>About</string>
</property>
</widget>
<widget class="QPushButton" name="SettingpushButton">
<property name="geometry">
<rect>
<x>280</x>
<y>10</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>Setting</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>