89 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-11-25 17:15:44 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProtectGameStart</class>
<widget class="QWidget" name="ProtectGameStart">
<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="QGroupBox" name="downPictureGroupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
#downPictureGroupBox{border-image: url(:/DependFile/Source/dialog/waiting.png);border:none;}
</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="text_Label">
<property name="geometry">
<rect>
<x>400</x>
<y>360</y>
<width>551</width>
<height>300</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="gif_Label">
<property name="geometry">
<rect>
<x>810</x>
<y>320</y>
<width>300</width>
<height>300</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="text_Label_2">
<property name="geometry">
<rect>
<x>760</x>
<y>650</y>
<width>400</width>
<height>60</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>30</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: #0D9DDB;</string>
</property>
<property name="text">
<string>加载中...</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>