64 lines
1.6 KiB
XML
64 lines
1.6 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>300</width>
|
|
<height>450</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>300</width>
|
|
<height>450</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>300</width>
|
|
<height>450</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>ConanCraft</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="source.qrc">
|
|
<normaloff>:/icons/sources/icons/96.png</normaloff>:/icons/sources/icons/96.png</iconset>
|
|
</property>
|
|
<widget class="QLabel" name="condition">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>410</y>
|
|
<width>281</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Getting system language information...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>301</width>
|
|
<height>411</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p align="center"><span style=" font-size:16pt; font-weight:700;">Conan Craft</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="source.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|