QtHPConnect/hp_mdiwindow.ui

59 lines
1.4 KiB
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>
2020-02-08 17:51:52 +01:00
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionSave"/>
</widget>
<action name="actionSave">
<property name="icon">
<iconset resource="qthpconnect.qrc">
<normaloff>:/icons/save_22x22.png</normaloff>:/icons/save_22x22.png</iconset>
</property>
<property name="text">
<string>Save</string>
</property>
</action>
2019-02-10 14:32:15 +01:00
</widget>
2020-02-08 17:51:52 +01:00
<resources>
<include location="qthpconnect.qrc"/>
</resources>
2019-02-10 14:32:15 +01:00
<connections/>
</ui>