Files
Happy-Reconstruction/UI/Loading.ui
2020-02-07 19:53:11 +08:00

124 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Loading</class>
<widget class="QWidget" name="Loading">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>858</width>
<height>485</height>
</rect>
</property>
<property name="windowTitle">
<string>Loading</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>360</x>
<y>410</y>
<width>151</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Devanagari</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>LOADING...</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>140</x>
<y>330</y>
<width>571</width>
<height>27</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>330</x>
<y>420</y>
<width>181</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>书体坊雪纯体3500</family>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>按任意键进入</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>260</x>
<y>40</y>
<width>321</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Devanagari</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>3D RECONSTRUCTION</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>-50</x>
<y>0</y>
<width>981</width>
<height>491</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Devanagari</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>label_4</zorder>
<zorder>label</zorder>
<zorder>progressBar</zorder>
<zorder>label_2</zorder>
<zorder>label_3</zorder>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>