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

262 lines
6.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ContentWidget</class>
<widget class="QWidget" name="ContentWidget">
<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>
<widget class="QWidget" 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>
</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>
<widget class="QWidget" name="textWidget" native="true">
<property name="geometry">
<rect>
<x>87</x>
<y>75</y>
<width>479</width>
<height>698</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>479</width>
<height>698</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>25</number>
</property>
<property name="topMargin">
<number>30</number>
</property>
<property name="rightMargin">
<number>30</number>
</property>
<property name="bottomMargin">
<number>30</number>
</property>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>422</width>
<height>636</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>30</number>
</property>
<property name="topMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>25</number>
</property>
<property name="bottomMargin">
<number>60</number>
</property>
<item>
<widget class="QLabel" name="lb_title">
<property name="minimumSize">
<size>
<width>0</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>64</height>
</size>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lb_content">
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="contentImageWidget" native="true">
<property name="geometry">
<rect>
<x>807</x>
<y>75</y>
<width>967</width>
<height>705</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>967</width>
<height>705</height>
</size>
</property>
<widget class="QLabel" name="lb_showImage">
<property name="geometry">
<rect>
<x>0</x>
<y>2</y>
<width>969</width>
<height>700</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="showImageFrameWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>967</width>
<height>705</height>
</rect>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btn_last">
<property name="geometry">
<rect>
<x>721</x>
<y>470</y>
<width>76</width>
<height>78</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btn_next">
<property name="geometry">
<rect>
<x>1785</x>
<y>470</y>
<width>76</width>
<height>78</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>contentImageWidget</zorder>
<zorder>textWidget</zorder>
<zorder>btn_last</zorder>
<zorder>btn_next</zorder>
</widget>
<widget class="QPushButton" name="btn_return">
<property name="geometry">
<rect>
<x>834</x>
<y>932</y>
<width>247</width>
<height>94</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>247</width>
<height>94</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>center</zorder>
<zorder>title</zorder>
<zorder>btn_return</zorder>
</widget>
<resources>
<include location="TouchScreen.qrc"/>
</resources>
<connections/>
</ui>