culturered_client/TouchScreen/DetailedTown.ui
2024-09-07 11:34:44 +08:00

173 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DetailedTown</class>
<widget class="QWidget" name="DetailedTown">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="TitleBar" name="title" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>85</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1920</width>
<height>85</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>85</height>
</size>
</property>
</widget>
<widget class="QWidget" name="center" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>85</y>
<width>1920</width>
<height>894</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1920</width>
<height>894</height>
</size>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<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>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="mainLayout">
<property name="spacing">
<number>0</number>
</property>
</layout>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btn_next">
<property name="geometry">
<rect>
<x>1127</x>
<y>941</y>
<width>75</width>
<height>76</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>76</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>75</width>
<height>76</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_last">
<property name="geometry">
<rect>
<x>711</x>
<y>941</y>
<width>75</width>
<height>76</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>76</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>75</width>
<height>76</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_return">
<property name="geometry">
<rect>
<x>834</x>
<y>931</y>
<width>247</width>
<height>94</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>247</width>
<height>94</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>247</width>
<height>94</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>TitleBar</class>
<extends>QWidget</extends>
<header>TitleBar.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="TouchScreen.qrc"/>
</resources>
<connections/>
</ui>