qt_demoe/framelesswidget/frmframelesswidget.ui

46 lines
960 B
Plaintext
Raw Normal View History

2019-10-10 05:42:12 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmFramelessWidget</class>
<widget class="QWidget" name="frmFramelessWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-05-15 11:10:30 +00:00
<width>400</width>
<height>300</height>
2019-10-10 05:42:12 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2021-03-08 01:04:13 +00:00
<widget class="QPushButton" name="pushButton">
2019-10-10 05:42:12 +00:00
<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-10 05:42:12 +00:00
</rect>
</property>
<property name="text">
2021-03-08 01:04:13 +00:00
<string>弹出</string>
2019-10-10 05:42:12 +00:00
</property>
</widget>
2021-05-15 11:10:30 +00:00
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>92</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>无边框2</string>
</property>
</widget>
2019-10-10 05:42:12 +00:00
</widget>
<resources/>
<connections/>
</ui>