123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?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>940</width>
- <height>720</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="divider_">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>170</y>
- <width>940</width>
- <height>91</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p><img src=":/assets/recruitscene/divider.png" width="940"/></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="title_">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>100</y>
- <width>941</width>
- <height>101</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-size:24pt; color:#b12d2d;">Супер-мега-крутая-игрушка-<br>название-которой-мы-ещё-не-придумали</span></p></body></html></string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|