2019-10-20 02:04:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>frmMaskWidget</class>
|
|
|
|
<widget class="QWidget" name="frmMaskWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>600</width>
|
|
|
|
<height>480</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
2021-03-08 01:04:13 +00:00
|
|
|
<width>92</width>
|
|
|
|
<height>28</height>
|
2019-10-20 02:04:02 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-03-08 01:04:13 +00:00
|
|
|
<string>弹出</string>
|
2019-10-20 02:04:02 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|