1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

104 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainForm</class>
<widget class="QWidget" 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="MainWindow" name="widget_2" native="true">
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>191</width>
<height>121</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(128, 255, 11);</string>
</property>
<widget class="QWidget" name="widget_5" native="true">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(23, 0, 255);</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_4" native="true">
<property name="geometry">
<rect>
<x>300</x>
<y>110</y>
<width>201</width>
<height>121</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(252, 88, 9);</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>MainWindow</class>
<extends>QWidget</extends>
<header>mainwindow.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QQtTitleBar</class>
<extends>QWidget</extends>
<header>qqttitlebar.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>