recruitmentscene.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RecruitmentScene</class>
  4. <widget class="Scene" name="RecruitmentScene">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1390</width>
  10. <height>1013</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  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">
  33. <widget class="QWidget" name="widget" native="true">
  34. <layout class="QGridLayout" name="gridLayout_3">
  35. <property name="leftMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="spacing">
  48. <number>0</number>
  49. </property>
  50. <item row="0" column="1">
  51. <spacer name="verticalSpacer">
  52. <property name="orientation">
  53. <enum>Qt::Vertical</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>20</width>
  58. <height>78</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item row="1" column="0">
  64. <spacer name="horizontalSpacer">
  65. <property name="orientation">
  66. <enum>Qt::Horizontal</enum>
  67. </property>
  68. <property name="sizeHint" stdset="0">
  69. <size>
  70. <width>167</width>
  71. <height>20</height>
  72. </size>
  73. </property>
  74. </spacer>
  75. </item>
  76. <item row="1" column="1">
  77. <widget class="QWidget" name="content" native="true">
  78. <layout class="QGridLayout" name="gridLayout">
  79. <property name="leftMargin">
  80. <number>0</number>
  81. </property>
  82. <property name="topMargin">
  83. <number>0</number>
  84. </property>
  85. <property name="rightMargin">
  86. <number>0</number>
  87. </property>
  88. <property name="bottomMargin">
  89. <number>0</number>
  90. </property>
  91. <property name="spacing">
  92. <number>0</number>
  93. </property>
  94. <item row="0" column="0">
  95. <widget class="QWidget" name="border_upleft_2" native="true">
  96. <property name="minimumSize">
  97. <size>
  98. <width>26</width>
  99. <height>25</height>
  100. </size>
  101. </property>
  102. <property name="maximumSize">
  103. <size>
  104. <width>26</width>
  105. <height>25</height>
  106. </size>
  107. </property>
  108. <property name="styleSheet">
  109. <string notr="true">background:url(:/assets/window/strong_translucent-border-topleft.png)</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="0" column="1">
  114. <widget class="QWidget" name="border_up_2" native="true">
  115. <property name="minimumSize">
  116. <size>
  117. <width>25</width>
  118. <height>25</height>
  119. </size>
  120. </property>
  121. <property name="maximumSize">
  122. <size>
  123. <width>16777215</width>
  124. <height>25</height>
  125. </size>
  126. </property>
  127. <property name="styleSheet">
  128. <string notr="true">background:url(:/assets/window/strong_translucent-border-top.png)</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="0" column="2">
  133. <widget class="QWidget" name="border_upright_2" native="true">
  134. <property name="minimumSize">
  135. <size>
  136. <width>25</width>
  137. <height>25</height>
  138. </size>
  139. </property>
  140. <property name="maximumSize">
  141. <size>
  142. <width>25</width>
  143. <height>25</height>
  144. </size>
  145. </property>
  146. <property name="styleSheet">
  147. <string notr="true">background:url(:/assets/window/strong_translucent-border-topright.png)</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item row="1" column="0">
  152. <widget class="QWidget" name="border_left_2" native="true">
  153. <property name="minimumSize">
  154. <size>
  155. <width>26</width>
  156. <height>26</height>
  157. </size>
  158. </property>
  159. <property name="maximumSize">
  160. <size>
  161. <width>26</width>
  162. <height>16777215</height>
  163. </size>
  164. </property>
  165. <property name="styleSheet">
  166. <string notr="true">background:url(:/assets/window/strong_translucent-border-left.png)</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item row="1" column="1">
  171. <widget class="QWidget" name="recruitment" native="true">
  172. <property name="minimumSize">
  173. <size>
  174. <width>1000</width>
  175. <height>800</height>
  176. </size>
  177. </property>
  178. <property name="styleSheet">
  179. <string notr="true">background-image: url(:/assets/window/strong_translucent-background.png);</string>
  180. </property>
  181. <widget class="QWidget" name="unit_spec_widget_" native="true">
  182. <property name="geometry">
  183. <rect>
  184. <x>420</x>
  185. <y>210</y>
  186. <width>180</width>
  187. <height>291</height>
  188. </rect>
  189. </property>
  190. <widget class="QLabel" name="spec_title_">
  191. <property name="geometry">
  192. <rect>
  193. <x>0</x>
  194. <y>10</y>
  195. <width>180</width>
  196. <height>21</height>
  197. </rect>
  198. </property>
  199. <property name="text">
  200. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:10pt; color:#fdeaa8;&quot;&gt;Специализация&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  201. </property>
  202. </widget>
  203. <widget class="QLabel" name="arrow_down_1_">
  204. <property name="geometry">
  205. <rect>
  206. <x>80</x>
  207. <y>80</y>
  208. <width>31</width>
  209. <height>61</height>
  210. </rect>
  211. </property>
  212. <property name="text">
  213. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/common/strelka.png&quot; width=&quot;25&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  214. </property>
  215. </widget>
  216. <widget class="UnitIcon" name="current_spec_unit_">
  217. <property name="geometry">
  218. <rect>
  219. <x>70</x>
  220. <y>140</y>
  221. <width>45</width>
  222. <height>45</height>
  223. </rect>
  224. </property>
  225. <property name="text">
  226. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/units/warcraft/chaosorc/icon.png&quot; width=&quot;45&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  227. </property>
  228. </widget>
  229. <widget class="QWidget" name="next_gen_units_list_" native="true">
  230. <property name="geometry">
  231. <rect>
  232. <x>0</x>
  233. <y>240</y>
  234. <width>180</width>
  235. <height>45</height>
  236. </rect>
  237. </property>
  238. <layout class="QHBoxLayout" name="next_gen_units_layout_">
  239. <property name="spacing">
  240. <number>0</number>
  241. </property>
  242. <property name="leftMargin">
  243. <number>0</number>
  244. </property>
  245. <property name="topMargin">
  246. <number>0</number>
  247. </property>
  248. <property name="rightMargin">
  249. <number>0</number>
  250. </property>
  251. <property name="bottomMargin">
  252. <number>0</number>
  253. </property>
  254. </layout>
  255. </widget>
  256. <widget class="QLabel" name="arrow_down_2_">
  257. <property name="geometry">
  258. <rect>
  259. <x>80</x>
  260. <y>180</y>
  261. <width>31</width>
  262. <height>61</height>
  263. </rect>
  264. </property>
  265. <property name="text">
  266. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/common/strelka.png&quot; width=&quot;25&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  267. </property>
  268. </widget>
  269. <widget class="QWidget" name="prev_gen_units_list_" native="true">
  270. <property name="geometry">
  271. <rect>
  272. <x>0</x>
  273. <y>40</y>
  274. <width>180</width>
  275. <height>45</height>
  276. </rect>
  277. </property>
  278. <layout class="QHBoxLayout" name="prev_gen_units_layout">
  279. <property name="spacing">
  280. <number>0</number>
  281. </property>
  282. <property name="leftMargin">
  283. <number>0</number>
  284. </property>
  285. <property name="topMargin">
  286. <number>0</number>
  287. </property>
  288. <property name="rightMargin">
  289. <number>0</number>
  290. </property>
  291. <property name="bottomMargin">
  292. <number>0</number>
  293. </property>
  294. </layout>
  295. </widget>
  296. </widget>
  297. <widget class="QLabel" name="title_">
  298. <property name="geometry">
  299. <rect>
  300. <x>50</x>
  301. <y>-10</y>
  302. <width>940</width>
  303. <height>71</height>
  304. </rect>
  305. </property>
  306. <property name="styleSheet">
  307. <string notr="true">background: none;
  308. background-image:none;
  309. image: none;
  310. font: 28pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  311. </string>
  312. </property>
  313. <property name="text">
  314. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot;color:#b12d2d;&quot;&gt;Набор юнитов&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  315. </property>
  316. </widget>
  317. <widget class="QWidget" name="description_scroll_widget_" native="true">
  318. <property name="geometry">
  319. <rect>
  320. <x>630</x>
  321. <y>190</y>
  322. <width>321</width>
  323. <height>441</height>
  324. </rect>
  325. </property>
  326. <widget class="QLabel" name="background_scroll_label_">
  327. <property name="geometry">
  328. <rect>
  329. <x>0</x>
  330. <y>0</y>
  331. <width>321</width>
  332. <height>421</height>
  333. </rect>
  334. </property>
  335. <property name="text">
  336. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/common/Scroll.png&quot; width=&quot;321&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  337. </property>
  338. </widget>
  339. <widget class="QLabel" name="desctiption_title_">
  340. <property name="geometry">
  341. <rect>
  342. <x>100</x>
  343. <y>70</y>
  344. <width>161</width>
  345. <height>41</height>
  346. </rect>
  347. </property>
  348. <property name="text">
  349. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600; font-size:16px; color:#000080;&quot;&gt;Название юнита&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  350. </property>
  351. <property name="wordWrap">
  352. <bool>true</bool>
  353. </property>
  354. </widget>
  355. <widget class="QLabel" name="description_text_">
  356. <property name="geometry">
  357. <rect>
  358. <x>40</x>
  359. <y>120</y>
  360. <width>231</width>
  361. <height>191</height>
  362. </rect>
  363. </property>
  364. <property name="text">
  365. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#000080;&quot;&gt;Здоровье:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#000080;&quot;&gt;Сила:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#000080;&quot;&gt;Урон:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#000080;&quot;&gt;Удар:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#000080;&quot;&gt;Удача:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#000080;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  366. </property>
  367. <property name="alignment">
  368. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  369. </property>
  370. </widget>
  371. <widget class="UnitIcon" name="description_icon_">
  372. <property name="geometry">
  373. <rect>
  374. <x>50</x>
  375. <y>70</y>
  376. <width>45</width>
  377. <height>45</height>
  378. </rect>
  379. </property>
  380. <property name="text">
  381. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/units/warcraft/blademaster/icon.png&quot; width=&quot;45&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  382. </property>
  383. </widget>
  384. </widget>
  385. <widget class="QLabel" name="available_money_text_">
  386. <property name="geometry">
  387. <rect>
  388. <x>50</x>
  389. <y>100</y>
  390. <width>191</width>
  391. <height>21</height>
  392. </rect>
  393. </property>
  394. <property name="text">
  395. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt; color:#ff0000;&quot;&gt;Ресурсы: 0000000 &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  396. </property>
  397. </widget>
  398. <widget class="RaceIcon" name="chosen_race_image_">
  399. <property name="geometry">
  400. <rect>
  401. <x>240</x>
  402. <y>50</y>
  403. <width>100</width>
  404. <height>100</height>
  405. </rect>
  406. </property>
  407. <property name="text">
  408. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/units/warcraft/raceicon.png&quot; width=&quot;100&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  409. </property>
  410. </widget>
  411. <widget class="QWidget" name="chosen_units_grid_" native="true">
  412. <property name="geometry">
  413. <rect>
  414. <x>70</x>
  415. <y>370</y>
  416. <width>320</width>
  417. <height>128</height>
  418. </rect>
  419. </property>
  420. <layout class="QGridLayout" name="chosen_units_layout_">
  421. <property name="leftMargin">
  422. <number>0</number>
  423. </property>
  424. <property name="topMargin">
  425. <number>0</number>
  426. </property>
  427. <property name="rightMargin">
  428. <number>0</number>
  429. </property>
  430. <property name="bottomMargin">
  431. <number>0</number>
  432. </property>
  433. <property name="spacing">
  434. <number>0</number>
  435. </property>
  436. </layout>
  437. </widget>
  438. <widget class="QLabel" name="chosen_units_label_">
  439. <property name="geometry">
  440. <rect>
  441. <x>50</x>
  442. <y>320</y>
  443. <width>221</width>
  444. <height>41</height>
  445. </rect>
  446. </property>
  447. <property name="text">
  448. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:14pt; color:#FDEAA8;&quot;&gt;Выбранные юниты:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  449. </property>
  450. </widget>
  451. <widget class="QWidget" name="available_races_list_" native="true">
  452. <property name="geometry">
  453. <rect>
  454. <x>700</x>
  455. <y>70</y>
  456. <width>216</width>
  457. <height>72</height>
  458. </rect>
  459. </property>
  460. <layout class="QHBoxLayout" name="availableRacesLayout_">
  461. <property name="spacing">
  462. <number>0</number>
  463. </property>
  464. <property name="leftMargin">
  465. <number>0</number>
  466. </property>
  467. <property name="topMargin">
  468. <number>0</number>
  469. </property>
  470. <property name="rightMargin">
  471. <number>0</number>
  472. </property>
  473. <property name="bottomMargin">
  474. <number>0</number>
  475. </property>
  476. </layout>
  477. </widget>
  478. <widget class="QLabel" name="available_units_text_">
  479. <property name="geometry">
  480. <rect>
  481. <x>50</x>
  482. <y>190</y>
  483. <width>201</width>
  484. <height>31</height>
  485. </rect>
  486. </property>
  487. <property name="text">
  488. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:14pt; color:#fdeaa8;&quot;&gt;Доступные классы:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  489. </property>
  490. </widget>
  491. <widget class="QLabel" name="chosen_race_text_">
  492. <property name="geometry">
  493. <rect>
  494. <x>50</x>
  495. <y>60</y>
  496. <width>191</width>
  497. <height>41</height>
  498. </rect>
  499. </property>
  500. <property name="text">
  501. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:14pt; color:#FDEAA8;&quot;&gt;Выбранная раса:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  502. </property>
  503. </widget>
  504. <widget class="QPushButton" name="apply">
  505. <property name="geometry">
  506. <rect>
  507. <x>650</x>
  508. <y>580</y>
  509. <width>281</width>
  510. <height>61</height>
  511. </rect>
  512. </property>
  513. <property name="text">
  514. <string>Завершить выбор</string>
  515. </property>
  516. </widget>
  517. <widget class="QLabel" name="available_races_text_">
  518. <property name="geometry">
  519. <rect>
  520. <x>490</x>
  521. <y>90</y>
  522. <width>201</width>
  523. <height>31</height>
  524. </rect>
  525. </property>
  526. <property name="text">
  527. <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:#FDEAA8;&quot;&gt;Доступные расы:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  528. </property>
  529. </widget>
  530. <widget class="QPushButton" name="back_button">
  531. <property name="geometry">
  532. <rect>
  533. <x>90</x>
  534. <y>590</y>
  535. <width>161</width>
  536. <height>61</height>
  537. </rect>
  538. </property>
  539. <property name="text">
  540. <string>На главное меню</string>
  541. </property>
  542. </widget>
  543. <widget class="QWidget" name="available_units_list_" native="true">
  544. <property name="geometry">
  545. <rect>
  546. <x>70</x>
  547. <y>230</y>
  548. <width>320</width>
  549. <height>64</height>
  550. </rect>
  551. </property>
  552. <layout class="QGridLayout" name="available_units_layout_">
  553. <property name="leftMargin">
  554. <number>0</number>
  555. </property>
  556. <property name="topMargin">
  557. <number>0</number>
  558. </property>
  559. <property name="rightMargin">
  560. <number>0</number>
  561. </property>
  562. <property name="bottomMargin">
  563. <number>0</number>
  564. </property>
  565. <property name="spacing">
  566. <number>0</number>
  567. </property>
  568. </layout>
  569. </widget>
  570. </widget>
  571. </item>
  572. <item row="1" column="2">
  573. <widget class="QWidget" name="border_right_2" native="true">
  574. <property name="minimumSize">
  575. <size>
  576. <width>25</width>
  577. <height>25</height>
  578. </size>
  579. </property>
  580. <property name="maximumSize">
  581. <size>
  582. <width>26</width>
  583. <height>16777215</height>
  584. </size>
  585. </property>
  586. <property name="styleSheet">
  587. <string notr="true">background:url(:/assets/window/strong_translucent-border-right.png)</string>
  588. </property>
  589. </widget>
  590. </item>
  591. <item row="2" column="0">
  592. <widget class="QWidget" name="border_botleft_2" native="true">
  593. <property name="minimumSize">
  594. <size>
  595. <width>26</width>
  596. <height>26</height>
  597. </size>
  598. </property>
  599. <property name="maximumSize">
  600. <size>
  601. <width>26</width>
  602. <height>26</height>
  603. </size>
  604. </property>
  605. <property name="styleSheet">
  606. <string notr="true">background:url(:/assets/window/strong_translucent-border-botleft.png)</string>
  607. </property>
  608. </widget>
  609. </item>
  610. <item row="2" column="1">
  611. <widget class="QWidget" name="border_bottom_2" native="true">
  612. <property name="minimumSize">
  613. <size>
  614. <width>26</width>
  615. <height>26</height>
  616. </size>
  617. </property>
  618. <property name="maximumSize">
  619. <size>
  620. <width>16777215</width>
  621. <height>26</height>
  622. </size>
  623. </property>
  624. <property name="styleSheet">
  625. <string notr="true">background:url(:/assets/window/strong_translucent-border_bottom.png)</string>
  626. </property>
  627. </widget>
  628. </item>
  629. <item row="2" column="2">
  630. <widget class="QWidget" name="border_botright_2" native="true">
  631. <property name="minimumSize">
  632. <size>
  633. <width>25</width>
  634. <height>26</height>
  635. </size>
  636. </property>
  637. <property name="maximumSize">
  638. <size>
  639. <width>25</width>
  640. <height>26</height>
  641. </size>
  642. </property>
  643. <property name="styleSheet">
  644. <string notr="true">background:url(:/assets/window/strong_translucent-border-botright.png)</string>
  645. </property>
  646. </widget>
  647. </item>
  648. </layout>
  649. </widget>
  650. </item>
  651. <item row="1" column="2">
  652. <spacer name="horizontalSpacer_2">
  653. <property name="orientation">
  654. <enum>Qt::Horizontal</enum>
  655. </property>
  656. <property name="sizeHint" stdset="0">
  657. <size>
  658. <width>166</width>
  659. <height>20</height>
  660. </size>
  661. </property>
  662. </spacer>
  663. </item>
  664. <item row="2" column="1">
  665. <spacer name="verticalSpacer_2">
  666. <property name="orientation">
  667. <enum>Qt::Vertical</enum>
  668. </property>
  669. <property name="sizeHint" stdset="0">
  670. <size>
  671. <width>20</width>
  672. <height>78</height>
  673. </size>
  674. </property>
  675. </spacer>
  676. </item>
  677. </layout>
  678. </widget>
  679. </item>
  680. </layout>
  681. </widget>
  682. <customwidgets>
  683. <customwidget>
  684. <class>RaceIcon</class>
  685. <extends>QLabel</extends>
  686. <header location="global">hotseatgame/raceicon.h</header>
  687. </customwidget>
  688. <customwidget>
  689. <class>Scene</class>
  690. <extends>QWidget</extends>
  691. <header>gui/scene.h</header>
  692. <container>1</container>
  693. </customwidget>
  694. <customwidget>
  695. <class>UnitIcon</class>
  696. <extends>QLabel</extends>
  697. <header location="global">hotseatgame/uniticon.h</header>
  698. <slots>
  699. <signal>clicked()</signal>
  700. <signal>doubleclicked()</signal>
  701. <signal>hovered()</signal>
  702. <signal>unhovered()</signal>
  703. </slots>
  704. </customwidget>
  705. </customwidgets>
  706. <resources/>
  707. <connections/>
  708. </ui>