playervsplayerintro.ui 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PlayerVsPlayerIntro</class>
  4. <widget class="Scene" name="PlayerVsPlayerIntro">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1240</width>
  10. <height>1001</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" rowstretch="0,0">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="spacing">
  30. <number>0</number>
  31. </property>
  32. <item row="0" column="0" rowspan="2" colspan="2">
  33. <widget class="QWidget" name="widget" native="true">
  34. <property name="autoFillBackground">
  35. <bool>false</bool>
  36. </property>
  37. <property name="styleSheet">
  38. <string notr="true">border-image: url(:/assets/common/background.jpg)</string>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayout_3">
  41. <property name="leftMargin">
  42. <number>20</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>20</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>20</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>20</number>
  52. </property>
  53. <item row="0" column="0">
  54. <widget class="QWidget" name="book_" native="true">
  55. <property name="minimumSize">
  56. <size>
  57. <width>1110</width>
  58. <height>871</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>1110</width>
  64. <height>871</height>
  65. </size>
  66. </property>
  67. <property name="styleSheet">
  68. <string notr="true">border-image:none;
  69. background-image:none;
  70. image: url(:/assets/common/book.png);</string>
  71. </property>
  72. <widget class="QWidget" name="book_content_" native="true">
  73. <property name="geometry">
  74. <rect>
  75. <x>60</x>
  76. <y>110</y>
  77. <width>951</width>
  78. <height>571</height>
  79. </rect>
  80. </property>
  81. <property name="styleSheet">
  82. <string notr="true">background: none;
  83. background-image:none;
  84. image: none;</string>
  85. </property>
  86. <widget class="QLabel" name="label">
  87. <property name="geometry">
  88. <rect>
  89. <x>528</x>
  90. <y>110</y>
  91. <width>356</width>
  92. <height>262</height>
  93. </rect>
  94. </property>
  95. <property name="styleSheet">
  96. <string notr="true">background-image:none;
  97. image:none;
  98. border-image: url(:/assets/pvp_intro/picture.jpg);</string>
  99. </property>
  100. <property name="frameShape">
  101. <enum>QFrame::WinPanel</enum>
  102. </property>
  103. <property name="frameShadow">
  104. <enum>QFrame::Raised</enum>
  105. </property>
  106. <property name="text">
  107. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  108. </property>
  109. </widget>
  110. <widget class="QLabel" name="title_1">
  111. <property name="geometry">
  112. <rect>
  113. <x>80</x>
  114. <y>156</y>
  115. <width>334</width>
  116. <height>216</height>
  117. </rect>
  118. </property>
  119. <property name="sizePolicy">
  120. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  121. <horstretch>0</horstretch>
  122. <verstretch>0</verstretch>
  123. </sizepolicy>
  124. </property>
  125. <property name="styleSheet">
  126. <string notr="true">background: none;
  127. background-image:none;
  128. image: none;</string>
  129. </property>
  130. <property name="text">
  131. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:11pt; color:#fdeaa8;&quot;&gt;Этот режим включает в себя стандартное пошаговое сражение между двумя игроками в отсутствие какого-либо сценария. Каждому игроку будет предложено выбрать расу и набрать армию в соответствии с указанным бюджетом. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  132. </property>
  133. <property name="alignment">
  134. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  135. </property>
  136. <property name="wordWrap">
  137. <bool>true</bool>
  138. </property>
  139. <property name="margin">
  140. <number>20</number>
  141. </property>
  142. </widget>
  143. <widget class="QLabel" name="divider_">
  144. <property name="geometry">
  145. <rect>
  146. <x>80</x>
  147. <y>110</y>
  148. <width>334</width>
  149. <height>39</height>
  150. </rect>
  151. </property>
  152. <property name="sizePolicy">
  153. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  154. <horstretch>0</horstretch>
  155. <verstretch>0</verstretch>
  156. </sizepolicy>
  157. </property>
  158. <property name="styleSheet">
  159. <string notr="true">background: none;
  160. background-image:none;
  161. image: url(:/assets/recruitscene/divider.png);</string>
  162. </property>
  163. <property name="text">
  164. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  165. </property>
  166. </widget>
  167. <widget class="QWidget" name="widget_11" native="true">
  168. <property name="geometry">
  169. <rect>
  170. <x>528</x>
  171. <y>379</y>
  172. <width>356</width>
  173. <height>200</height>
  174. </rect>
  175. </property>
  176. <property name="minimumSize">
  177. <size>
  178. <width>0</width>
  179. <height>200</height>
  180. </size>
  181. </property>
  182. <property name="styleSheet">
  183. <string notr="true">background: none;
  184. background-image:none;
  185. image: none;</string>
  186. </property>
  187. <layout class="QGridLayout" name="gridLayout_2">
  188. <item row="1" column="2">
  189. <widget class="QPushButton" name="go_next">
  190. <property name="text">
  191. <string>Продолжить</string>
  192. </property>
  193. </widget>
  194. </item>
  195. <item row="1" column="3">
  196. <widget class="QPushButton" name="back_to_menu">
  197. <property name="text">
  198. <string>Назад</string>
  199. </property>
  200. </widget>
  201. </item>
  202. <item row="0" column="0">
  203. <widget class="QLabel" name="label_2">
  204. <property name="sizePolicy">
  205. <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
  206. <horstretch>0</horstretch>
  207. <verstretch>0</verstretch>
  208. </sizepolicy>
  209. </property>
  210. <property name="text">
  211. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:12pt; color:#b12d2d;&quot;&gt;Кол-во монет:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  212. </property>
  213. </widget>
  214. </item>
  215. <item row="1" column="0">
  216. <spacer name="horizontalSpacer_3">
  217. <property name="orientation">
  218. <enum>Qt::Horizontal</enum>
  219. </property>
  220. <property name="sizeHint" stdset="0">
  221. <size>
  222. <width>40</width>
  223. <height>20</height>
  224. </size>
  225. </property>
  226. </spacer>
  227. </item>
  228. <item row="1" column="1">
  229. <spacer name="horizontalSpacer_4">
  230. <property name="orientation">
  231. <enum>Qt::Horizontal</enum>
  232. </property>
  233. <property name="sizeHint" stdset="0">
  234. <size>
  235. <width>40</width>
  236. <height>20</height>
  237. </size>
  238. </property>
  239. </spacer>
  240. </item>
  241. <item row="0" column="1" colspan="3">
  242. <widget class="QLineEdit" name="money_">
  243. <property name="text">
  244. <string>1000</string>
  245. </property>
  246. </widget>
  247. </item>
  248. </layout>
  249. </widget>
  250. <widget class="QLabel" name="title_">
  251. <property name="geometry">
  252. <rect>
  253. <x>110</x>
  254. <y>70</y>
  255. <width>303</width>
  256. <height>28</height>
  257. </rect>
  258. </property>
  259. <property name="sizePolicy">
  260. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  261. <horstretch>0</horstretch>
  262. <verstretch>0</verstretch>
  263. </sizepolicy>
  264. </property>
  265. <property name="styleSheet">
  266. <string notr="true">background: none;
  267. background-image:none;
  268. image: none;</string>
  269. </property>
  270. <property name="text">
  271. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#b12d2d;&quot;&gt;Режим: игрок против игрока&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  272. </property>
  273. </widget>
  274. </widget>
  275. </widget>
  276. </item>
  277. </layout>
  278. </widget>
  279. </item>
  280. </layout>
  281. </widget>
  282. <customwidgets>
  283. <customwidget>
  284. <class>Scene</class>
  285. <extends>QWidget</extends>
  286. <header location="global">gui/scene.h</header>
  287. <container>1</container>
  288. </customwidget>
  289. </customwidgets>
  290. <resources/>
  291. <connections/>
  292. </ui>