1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/giftest/giftestdialog.ui
2018-01-22 20:00:51 +08:00

106 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GifTestDialog</class>
<widget class="QDialog" name="GifTestDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>698</width>
<height>330</height>
</rect>
</property>
<property name="windowTitle">
<string>GifTestDialog</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Tab 1</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>gif label</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>gif widget</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>qqt widget</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QQtGifLabel" name="labelGif">
<property name="styleSheet">
<string notr="true">border-color: rgb(17, 54, 13);
border-width:2px;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QQtGifWidget" name="widgetGif" native="true">
<property name="styleSheet">
<string notr="true">border-color: rgb(17, 54, 13);
border-width:2px;</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QQtWidget" name="widgetQQt" native="true">
<property name="styleSheet">
<string notr="true">border-color: rgb(17, 54, 13);
border-width:2px;</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tab 2</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QQtGifLabel</class>
<extends>QLabel</extends>
<header>qqtgiflabel.h</header>
</customwidget>
<customwidget>
<class>QQtGifWidget</class>
<extends>QWidget</extends>
<header>qqtgifwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QQtWidget</class>
<extends>QWidget</extends>
<header>qqtwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>