新增遮罩层窗体

This commit is contained in:
feiyangqingyun
2019-10-20 10:04:24 +08:00
parent e33f7818b4
commit 4b9ae83b7f
9 changed files with 289 additions and 6 deletions

View File

@@ -0,0 +1,32 @@
<?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>
<width>131</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>弹出遮罩窗体</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>