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

56 lines
1.2 KiB
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>
2018-04-23 10:00:09 +08:00
<width>536</width>
<height>307</height>
2017-10-17 21:45:34 +08:00
</rect>
</property>
<property name="windowTitle">
2017-10-17 21:45:34 +08:00
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
2018-04-23 10:00:09 +08:00
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>40</x>
<y>30</y>
<width>251</width>
<height>141</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>350</x>
<y>220</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>90</x>
<y>230</y>
<width>201</width>
<height>21</height>
</rect>
</property>
</widget>
</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>