mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
111 lines
2.5 KiB
XML
111 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>QQTWindow</class>
|
|
<widget class="QStackedWidget" name="QQTWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::StrongFocus</enum>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>StackedWidget</string>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>2</number>
|
|
</property>
|
|
<widget class="QWidget" name="pageSelfCheck"/>
|
|
<widget class="QWidget" name="pageLogin"/>
|
|
<widget class="QWidget" name="pageMain">
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>180</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton1</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>220</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton2</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>260</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton3</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>300</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton4</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>200</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton5</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>280</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PushButton6</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|