QtExamples/QtMDIEx/ExMDI.ui

26 lines
564 B
Plaintext
Raw Normal View History

2019-11-09 00:40:05 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2019-11-07 22:29:45 +08:00
<ui version="4.0">
<class>ExMDI</class>
2019-11-09 00:40:05 +08:00
<widget class="QWidget" name="ExMDI">
<property name="geometry">
2019-11-07 22:29:45 +08:00
<rect>
<x>0</x>
<y>0</y>
2019-11-09 00:40:05 +08:00
<width>933</width>
<height>552</height>
2019-11-07 22:29:45 +08:00
</rect>
</property>
2019-11-09 00:40:05 +08:00
<property name="windowTitle">
2019-11-07 22:29:45 +08:00
<string>ExMDI</string>
</property>
2019-11-09 00:40:05 +08:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPlainTextEdit" name="plainTextEdit"/>
</item>
</layout>
2019-11-07 22:29:45 +08:00
</widget>
2019-11-09 00:40:05 +08:00
<layoutdefault spacing="6" margin="11"/>
2019-11-07 22:29:45 +08:00
<resources/>
<connections/>
</ui>