playervsplayerintro.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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>940</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="divider_">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>45</y>
  21. <width>940</width>
  22. <height>91</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/recruitscene/divider.png&quot; width=&quot;940&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="title_">
  30. <property name="geometry">
  31. <rect>
  32. <x>0</x>
  33. <y>0</y>
  34. <width>941</width>
  35. <height>71</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:24pt; color:#b12d2d;&quot;&gt;Режим: игрок против игрока&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="title_1">
  43. <property name="geometry">
  44. <rect>
  45. <x>90</x>
  46. <y>120</y>
  47. <width>751</width>
  48. <height>151</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:16pt; color:#FDEAA8;&quot;&gt;Этот режим включает в себя стандартное пошаговое сражение между двумя игроками в отсутствие какого-либо сценария. Каждому игроку будет предложено выбрать расу и набрать армию в соответствии с указанным бюджетом. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  53. </property>
  54. <property name="wordWrap">
  55. <bool>true</bool>
  56. </property>
  57. </widget>
  58. <widget class="QLabel" name="label">
  59. <property name="geometry">
  60. <rect>
  61. <x>200</x>
  62. <y>290</y>
  63. <width>501</width>
  64. <height>261</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img width=&quot;500&quot; src=&quot;:/assets/pvp_intro/picture.jpg&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  69. </property>
  70. </widget>
  71. <widget class="QPushButton" name="go_next">
  72. <property name="geometry">
  73. <rect>
  74. <x>630</x>
  75. <y>630</y>
  76. <width>221</width>
  77. <height>61</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>Продолжить</string>
  82. </property>
  83. </widget>
  84. <widget class="QPushButton" name="back_to_menu">
  85. <property name="geometry">
  86. <rect>
  87. <x>70</x>
  88. <y>630</y>
  89. <width>191</width>
  90. <height>61</height>
  91. </rect>
  92. </property>
  93. <property name="text">
  94. <string>Назад</string>
  95. </property>
  96. </widget>
  97. <widget class="QLabel" name="label_2">
  98. <property name="geometry">
  99. <rect>
  100. <x>310</x>
  101. <y>570</y>
  102. <width>141</width>
  103. <height>31</height>
  104. </rect>
  105. </property>
  106. <property name="text">
  107. <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>
  108. </property>
  109. </widget>
  110. <widget class="QLineEdit" name="money_">
  111. <property name="geometry">
  112. <rect>
  113. <x>462</x>
  114. <y>577</y>
  115. <width>111</width>
  116. <height>20</height>
  117. </rect>
  118. </property>
  119. <property name="text">
  120. <string>1000</string>
  121. </property>
  122. </widget>
  123. </widget>
  124. <customwidgets>
  125. <customwidget>
  126. <class>Scene</class>
  127. <extends>QWidget</extends>
  128. <header location="global">gui/scene.h</header>
  129. <container>1</container>
  130. </customwidget>
  131. </customwidgets>
  132. <resources/>
  133. <connections/>
  134. </ui>