67 lines
1.6 KiB
XML
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><html><head/><body><p><img src=":/source/clocks.png" width="50" height="50"/></p></body></html></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>
|