123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PlayerVsPlayerIntro</class>
- <widget class="Scene" name="PlayerVsPlayerIntro">
- <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>45</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>0</y>
- <width>941</width>
- <height>71</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-size:24pt; color:#b12d2d;">Режим: игрок против игрока</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="title_1">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>120</y>
- <width>751</width>
- <height>151</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-size:16pt; color:#FDEAA8;">Этот режим включает в себя стандартное пошаговое сражение между двумя игроками в отсутствие какого-либо сценария. Каждому игроку будет предложено выбрать расу и набрать армию в соответствии с указанным бюджетом. </span></p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>290</y>
- <width>501</width>
- <height>261</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p><img width="500" src=":/assets/pvp_intro/picture.jpg"/></p></body></html></string>
- </property>
- </widget>
- <widget class="QPushButton" name="go_next">
- <property name="geometry">
- <rect>
- <x>630</x>
- <y>630</y>
- <width>221</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>Продолжить</string>
- </property>
- </widget>
- <widget class="QPushButton" name="back_to_menu">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>630</y>
- <width>191</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>Назад</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>570</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-size:12pt; color:#b12d2d;">Кол-во монет:</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QLineEdit" name="money_">
- <property name="geometry">
- <rect>
- <x>462</x>
- <y>577</y>
- <width>111</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>1000</string>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>Scene</class>
- <extends>QWidget</extends>
- <header>gui/scene.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|