<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PreBattleScene</class> <widget class="QWidget" name="PreBattleScene"> <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="label"> <property name="geometry"> <rect> <x>0</x> <y>10</y> <width>981</width> <height>651</height> </rect> </property> <property name="text"> <string><html><head/><body><p><img src=":/assets/common/pergam.png" width="940"/></p></body></html></string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>340</x> <y>280</y> <width>301</width> <height>211</height> </rect> </property> <property name="text"> <string><html><head/><body><p><img src=":/assets/pvp_intro/pre-battle1.jpg" width="300"/></p></body></html></string> </property> </widget> <widget class="QWidget" name="units_player_2_" native="true"> <property name="geometry"> <rect> <x>550</x> <y>140</y> <width>320</width> <height>128</height> </rect> </property> <layout class="QGridLayout" name="units_player_2_layout_"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> </layout> </widget> <widget class="QWidget" name="units_player_1_" native="true"> <property name="geometry"> <rect> <x>110</x> <y>140</y> <width>320</width> <height>128</height> </rect> </property> <layout class="QGridLayout" name="units_player_1_layout_"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> </layout> </widget> <widget class="QPushButton" name="start_battle"> <property name="geometry"> <rect> <x>650</x> <y>510</y> <width>231</width> <height>71</height> </rect> </property> <property name="text"> <string>В бой!</string> </property> </widget> <widget class="RaceIcon" name="race_icon_1_"> <property name="geometry"> <rect> <x>110</x> <y>300</y> <width>128</width> <height>128</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="RaceIcon" name="race_icon_2_"> <property name="geometry"> <rect> <x>710</x> <y>300</y> <width>128</width> <height>128</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="title_1"> <property name="geometry"> <rect> <x>110</x> <y>80</y> <width>320</width> <height>61</height> </rect> </property> <property name="text"> <string><html><head/><body><p align="center"><span style=" font-size:24pt; color:#b12d2d;">Игрок 1</span></p></body></html></string> </property> </widget> <widget class="QLabel" name="title_2"> <property name="geometry"> <rect> <x>550</x> <y>80</y> <width>320</width> <height>61</height> </rect> </property> <property name="text"> <string><html><head/><body><p align="center"><span style=" font-size:24pt; color:#b12d2d;">Игрок 2</span></p></body></html></string> </property> </widget> </widget> <customwidgets> <customwidget> <class>RaceIcon</class> <extends>QLabel</extends> <header>gui/raceicon.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>