123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- <?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 location="global">hotseatgame/raceicon.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|