saperGame/Gamecore/UIloads.ui
2021-01-28 20:10:58 +03:00

67 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>244</width>
<height>75</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>244</width>
<height>75</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>244</width>
<height>75</height>
</size>
</property>
<property name="cursor">
<cursorShape>WaitCursor</cursorShape>
</property>
<property name="windowTitle">
<string>Loading core</string>
</property>
<property name="windowIcon">
<iconset resource="source.qrc">
<normaloff>:/source/icon.png</normaloff>:/source/icon.png</iconset>
</property>
<widget class="QLabel" name="img">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>50</width>
<height>50</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/source/clocks.png&quot; width=&quot;50&quot; height=&quot;50&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="wait">
<property name="geometry">
<rect>
<x>70</x>
<y>10</y>
<width>161</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Please, wait...</string>
</property>
</widget>
</widget>
<resources>
<include location="source.qrc"/>
</resources>
<connections/>
</ui>