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

111 lines
2.9 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QToolBox" name="toolBox">
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="page">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>782</width>
<height>282</height>
</rect>
</property>
<attribute name="label">
<string>Page 1</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QQtSvgWidget" name="w" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>782</width>
<height>282</height>
</rect>
</property>
<attribute name="label">
<string>Page 2</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QQtSvgPushButton" name="b0">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_3">
<attribute name="label">
<string>Page 3</string>
</attribute>
</widget>
<widget class="QWidget" name="page_4">
<attribute name="label">
<string>Page 4</string>
</attribute>
</widget>
<widget class="QWidget" name="page_5">
<attribute name="label">
<string>Page 5</string>
</attribute>
</widget>
<widget class="QWidget" name="page_6">
<attribute name="label">
<string>Page 6</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QQtSvgWidget</class>
<extends>QWidget</extends>
<header>qqtsvgwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QQtSvgPushButton</class>
<extends>QPushButton</extends>
<header>qqtsvgpushbutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>