1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

24 lines
554 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2017-10-17 21:45:34 +08:00
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
2017-10-17 21:45:34 +08:00
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
2017-10-17 21:45:34 +08:00
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
2017-11-23 19:12:48 +08:00
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
2017-10-17 21:45:34 +08:00
</widget>
<layoutdefault spacing="6" margin="11"/>
2017-10-17 21:45:34 +08:00
<resources/>
<connections/>
</ui>