launcher/loading.ui

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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:16pt; font-weight:700;&quot;&gt;Conan Craft&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<resources>
<include location="source.qrc"/>
</resources>
<connections/>
</ui>