2017-11-10 12:07:58 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-10-17 21:45:34 +08:00
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
2017-11-10 12:07:58 +08:00
|
|
|
<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>
|
2017-11-10 12:07:58 +08:00
|
|
|
<property name="windowTitle">
|
2017-10-17 21:45:34 +08:00
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2017-11-10 12:07:58 +08:00
|
|
|
<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>
|
2017-11-10 12:07:58 +08:00
|
|
|
</widget>
|
2017-10-17 21:45:34 +08:00
|
|
|
</widget>
|
2017-11-10 12:07:58 +08:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2017-10-17 21:45:34 +08:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|