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

32 lines
696 B
XML
Raw Normal View History

2020-05-15 18:47:47 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CheckUI</class>
<widget class="QWidget" name="CheckUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
2020-05-28 18:11:23 +08:00
<height>500</height>
2020-05-15 18:47:47 +08:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2020-06-05 18:05:16 +08:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Seft Test</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
2020-05-15 18:47:47 +08:00
</widget>
<resources/>
<connections/>
</ui>