mirror of
https://github.com/Indy970/QtHPConnect
synced 2024-11-15 19:48:02 +01:00
59 lines
1.4 KiB
Text
59 lines
1.4 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>hp_MdiWindow</class>
|
||
|
<widget class="QMainWindow" name="hp_MdiWindow">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>575</width>
|
||
|
<height>320</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>400</width>
|
||
|
<height>200</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>LogWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QTextEdit" name="textEdit"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<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>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="qthpconnect.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|