Files
gcs-nf/App/ToolsUI/ToolsUI.ui
T
2020-04-30 17:29:57 +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>382</width>
<height>165</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="HelppushButton">
<property name="geometry">
<rect>
<x>230</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>10</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>120</x>
<y>10</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>Setting</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>