qt_demoe/widget/framelesswidget/frmframelesswidget.ui

60 lines
1.3 KiB
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-09-16 06:48:38 +00:00
<width>800</width>
<height>600</height>
2019-10-10 05:42:12 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2021-09-19 03:44:22 +00:00
<widget class="QWidget" name="">
2019-10-10 05:42:12 +00:00
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
2021-09-19 03:44:22 +00:00
<width>491</width>
<height>30</height>
2019-10-10 05:42:12 +00:00
</rect>
</property>
2021-09-19 03:44:22 +00:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>弹出</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnDialog">
<property name="text">
<string>Dialog</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnWidget">
<property name="text">
<string>Widget</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnMainWindow">
<property name="text">
<string>MainWindow</string>
</property>
</widget>
</item>
</layout>
2019-10-10 05:42:12 +00:00
</widget>
</widget>
<resources/>
<connections/>
</ui>