1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/QQtOSDFormTest/mainform.ui
tianduanrui fdaed3c798 add QQt title bar
add QQtOSDFrame
2018-07-07 20:41:50 +08:00

64 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainForm</class>
<widget class="QQtWidget" name="MainForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>567</width>
<height>347</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QQtTitleBar" name="widget" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QQtOSDFrame" name="widget_2" native="true"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QQtTitleBar</class>
<extends>QWidget</extends>
<header>qqttitlebar.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QQtOSDFrame</class>
<extends>QWidget</extends>
<header>qqtosdframe.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>