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

205 lines
5.6 KiB
XML

<?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>3</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">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>782</width>
<height>282</height>
</rect>
</property>
<attribute name="label">
<string>Page 3</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QQtSvgCheckBox" name="c0">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>CheckBox</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QQtSvgRadioButton" name="r0">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>RadioButton</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QQtSvgRadioButton" name="r1">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>RadioButton</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>782</width>
<height>282</height>
</rect>
</property>
<attribute name="label">
<string>Page 4</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QQtSvgProgressBar" name="p0" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_5">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>782</width>
<height>282</height>
</rect>
</property>
<attribute name="label">
<string>Page 5</string>
</attribute>
</widget>
<widget class="QWidget" name="page_6">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>782</width>
<height>282</height>
</rect>
</property>
<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>
<customwidget>
<class>QQtSvgCheckBox</class>
<extends>QCheckBox</extends>
<header>qqtsvgcheckbox.h</header>
</customwidget>
<customwidget>
<class>QQtSvgRadioButton</class>
<extends>QRadioButton</extends>
<header>qqtsvgradiobutton.h</header>
</customwidget>
<customwidget>
<class>QQtSvgProgressBar</class>
<extends>QWidget</extends>
<header>qqtsvgprogressbar.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>