QtHPConnect/hp_mdiwindow.ui

36 lines
775 B
Text
Raw Normal View History

2019-02-10 14:43:00 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2019-02-10 14:32:15 +01:00
<ui version="4.0">
2019-02-10 14:43:00 +01:00
<class>hp_MdiWindow</class>
<widget class="QMainWindow" name="hp_MdiWindow">
2020-02-02 18:13:27 +01:00
<property name="enabled">
<bool>true</bool>
</property>
2019-02-10 14:32:15 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2019-03-09 15:39:38 +01:00
<width>575</width>
<height>320</height>
2019-02-10 14:32:15 +01:00
</rect>
</property>
2019-04-02 21:14:31 +02:00
<property name="minimumSize">
<size>
<width>400</width>
<height>200</height>
</size>
</property>
2019-02-10 14:32:15 +01:00
<property name="windowTitle">
2019-02-10 14:43:00 +01:00
<string>LogWindow</string>
2019-02-10 14:32:15 +01:00
</property>
2019-02-10 14:43:00 +01:00
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextEdit" name="textEdit"/>
</item>
</layout>
</widget>
2019-02-10 14:32:15 +01:00
</widget>
2019-02-10 14:43:00 +01:00
<resources/>
2019-02-10 14:32:15 +01:00
<connections/>
</ui>