recruitmentscene.ui 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334
  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. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout_2">
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="spacing">
  33. <number>0</number>
  34. </property>
  35. <item row="0" column="0">
  36. <widget class="QWidget" name="widget" native="true">
  37. <layout class="QGridLayout" name="gridLayout_3">
  38. <property name="leftMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="spacing">
  51. <number>0</number>
  52. </property>
  53. <item row="2" column="1">
  54. <spacer name="verticalSpacer_2">
  55. <property name="orientation">
  56. <enum>Qt::Vertical</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>20</width>
  61. <height>78</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. <item row="1" column="2">
  67. <spacer name="horizontalSpacer_2">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeHint" stdset="0">
  72. <size>
  73. <width>166</width>
  74. <height>20</height>
  75. </size>
  76. </property>
  77. </spacer>
  78. </item>
  79. <item row="0" column="1">
  80. <spacer name="verticalSpacer">
  81. <property name="orientation">
  82. <enum>Qt::Vertical</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>20</width>
  87. <height>78</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. <item row="1" column="0">
  93. <spacer name="horizontalSpacer">
  94. <property name="orientation">
  95. <enum>Qt::Horizontal</enum>
  96. </property>
  97. <property name="sizeHint" stdset="0">
  98. <size>
  99. <width>167</width>
  100. <height>20</height>
  101. </size>
  102. </property>
  103. </spacer>
  104. </item>
  105. <item row="1" column="1">
  106. <widget class="QWidget" name="content" native="true">
  107. <layout class="QGridLayout" name="gridLayout">
  108. <property name="leftMargin">
  109. <number>0</number>
  110. </property>
  111. <property name="topMargin">
  112. <number>0</number>
  113. </property>
  114. <property name="rightMargin">
  115. <number>0</number>
  116. </property>
  117. <property name="bottomMargin">
  118. <number>0</number>
  119. </property>
  120. <property name="spacing">
  121. <number>0</number>
  122. </property>
  123. <item row="0" column="0">
  124. <widget class="QWidget" name="border_upleft_2" native="true">
  125. <property name="minimumSize">
  126. <size>
  127. <width>26</width>
  128. <height>25</height>
  129. </size>
  130. </property>
  131. <property name="maximumSize">
  132. <size>
  133. <width>26</width>
  134. <height>25</height>
  135. </size>
  136. </property>
  137. <property name="styleSheet">
  138. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-topleft.png)</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="0" column="1">
  143. <widget class="QWidget" name="border_up_2" native="true">
  144. <property name="minimumSize">
  145. <size>
  146. <width>25</width>
  147. <height>25</height>
  148. </size>
  149. </property>
  150. <property name="maximumSize">
  151. <size>
  152. <width>16777215</width>
  153. <height>25</height>
  154. </size>
  155. </property>
  156. <property name="styleSheet">
  157. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-top.png)</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item row="0" column="2">
  162. <widget class="QWidget" name="border_upright_2" native="true">
  163. <property name="minimumSize">
  164. <size>
  165. <width>25</width>
  166. <height>25</height>
  167. </size>
  168. </property>
  169. <property name="maximumSize">
  170. <size>
  171. <width>25</width>
  172. <height>25</height>
  173. </size>
  174. </property>
  175. <property name="styleSheet">
  176. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-topright.png)</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="1" column="0">
  181. <widget class="QWidget" name="border_left_2" native="true">
  182. <property name="minimumSize">
  183. <size>
  184. <width>26</width>
  185. <height>26</height>
  186. </size>
  187. </property>
  188. <property name="maximumSize">
  189. <size>
  190. <width>26</width>
  191. <height>16777215</height>
  192. </size>
  193. </property>
  194. <property name="styleSheet">
  195. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-left.png)</string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="1" column="2">
  200. <widget class="QWidget" name="border_right_2" native="true">
  201. <property name="minimumSize">
  202. <size>
  203. <width>25</width>
  204. <height>25</height>
  205. </size>
  206. </property>
  207. <property name="maximumSize">
  208. <size>
  209. <width>26</width>
  210. <height>16777215</height>
  211. </size>
  212. </property>
  213. <property name="styleSheet">
  214. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-right.png)</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item row="2" column="0">
  219. <widget class="QWidget" name="border_botleft_2" native="true">
  220. <property name="minimumSize">
  221. <size>
  222. <width>26</width>
  223. <height>26</height>
  224. </size>
  225. </property>
  226. <property name="maximumSize">
  227. <size>
  228. <width>26</width>
  229. <height>26</height>
  230. </size>
  231. </property>
  232. <property name="styleSheet">
  233. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-botleft.png)</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item row="2" column="1">
  238. <widget class="QWidget" name="border_bottom_2" native="true">
  239. <property name="minimumSize">
  240. <size>
  241. <width>26</width>
  242. <height>26</height>
  243. </size>
  244. </property>
  245. <property name="maximumSize">
  246. <size>
  247. <width>16777215</width>
  248. <height>26</height>
  249. </size>
  250. </property>
  251. <property name="styleSheet">
  252. <string notr="true">background:url(:/assets/common/window/strong_translucent-border_bottom.png)</string>
  253. </property>
  254. </widget>
  255. </item>
  256. <item row="2" column="2">
  257. <widget class="QWidget" name="border_botright_2" native="true">
  258. <property name="minimumSize">
  259. <size>
  260. <width>25</width>
  261. <height>26</height>
  262. </size>
  263. </property>
  264. <property name="maximumSize">
  265. <size>
  266. <width>25</width>
  267. <height>26</height>
  268. </size>
  269. </property>
  270. <property name="styleSheet">
  271. <string notr="true">background:url(:/assets/common/window/strong_translucent-border-botright.png)</string>
  272. </property>
  273. </widget>
  274. </item>
  275. <item row="1" column="1">
  276. <widget class="QWidget" name="recruitment" native="true">
  277. <property name="minimumSize">
  278. <size>
  279. <width>1000</width>
  280. <height>800</height>
  281. </size>
  282. </property>
  283. <property name="styleSheet">
  284. <string notr="true">background-image: url(:/assets/common/window/strong_translucent-background.png);</string>
  285. </property>
  286. <layout class="QGridLayout" name="gridLayout_9">
  287. <item row="3" column="0" rowspan="3" colspan="2">
  288. <widget class="QWidget" name="available_class_widget" native="true">
  289. <property name="sizePolicy">
  290. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  291. <horstretch>0</horstretch>
  292. <verstretch>0</verstretch>
  293. </sizepolicy>
  294. </property>
  295. <property name="autoFillBackground">
  296. <bool>false</bool>
  297. </property>
  298. <property name="styleSheet">
  299. <string notr="true">background: none;</string>
  300. </property>
  301. <layout class="QGridLayout" name="gridLayout_4">
  302. <property name="leftMargin">
  303. <number>0</number>
  304. </property>
  305. <property name="topMargin">
  306. <number>0</number>
  307. </property>
  308. <property name="rightMargin">
  309. <number>0</number>
  310. </property>
  311. <property name="bottomMargin">
  312. <number>0</number>
  313. </property>
  314. <property name="spacing">
  315. <number>0</number>
  316. </property>
  317. <item row="1" column="1" colspan="2">
  318. <widget class="QWidget" name="available_units_list_" native="true">
  319. <property name="sizePolicy">
  320. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  321. <horstretch>0</horstretch>
  322. <verstretch>0</verstretch>
  323. </sizepolicy>
  324. </property>
  325. <property name="minimumSize">
  326. <size>
  327. <width>320</width>
  328. <height>64</height>
  329. </size>
  330. </property>
  331. <property name="maximumSize">
  332. <size>
  333. <width>320</width>
  334. <height>64</height>
  335. </size>
  336. </property>
  337. <layout class="QGridLayout" name="available_units_layout_">
  338. <property name="leftMargin">
  339. <number>0</number>
  340. </property>
  341. <property name="topMargin">
  342. <number>0</number>
  343. </property>
  344. <property name="rightMargin">
  345. <number>0</number>
  346. </property>
  347. <property name="bottomMargin">
  348. <number>0</number>
  349. </property>
  350. <property name="spacing">
  351. <number>0</number>
  352. </property>
  353. <item row="0" column="1">
  354. <widget class="QLabel" name="available_unit_1">
  355. <property name="sizePolicy">
  356. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  357. <horstretch>0</horstretch>
  358. <verstretch>0</verstretch>
  359. </sizepolicy>
  360. </property>
  361. <property name="styleSheet">
  362. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  363. background-color: rgb(253, 234, 168);</string>
  364. </property>
  365. <property name="text">
  366. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  367. </property>
  368. <property name="alignment">
  369. <set>Qt::AlignCenter</set>
  370. </property>
  371. <property name="flat" stdset="0">
  372. <bool>true</bool>
  373. </property>
  374. </widget>
  375. </item>
  376. <item row="0" column="2">
  377. <widget class="QLabel" name="available_unit_2">
  378. <property name="sizePolicy">
  379. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  380. <horstretch>0</horstretch>
  381. <verstretch>0</verstretch>
  382. </sizepolicy>
  383. </property>
  384. <property name="styleSheet">
  385. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  386. background-color: rgb(253, 234, 168);</string>
  387. </property>
  388. <property name="text">
  389. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  390. </property>
  391. <property name="alignment">
  392. <set>Qt::AlignCenter</set>
  393. </property>
  394. <property name="flat" stdset="0">
  395. <bool>true</bool>
  396. </property>
  397. </widget>
  398. </item>
  399. <item row="0" column="3">
  400. <widget class="QLabel" name="available_unit_3">
  401. <property name="sizePolicy">
  402. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  403. <horstretch>0</horstretch>
  404. <verstretch>0</verstretch>
  405. </sizepolicy>
  406. </property>
  407. <property name="styleSheet">
  408. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  409. background-color: rgb(253, 234, 168);</string>
  410. </property>
  411. <property name="text">
  412. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  413. </property>
  414. <property name="alignment">
  415. <set>Qt::AlignCenter</set>
  416. </property>
  417. <property name="flat" stdset="0">
  418. <bool>true</bool>
  419. </property>
  420. </widget>
  421. </item>
  422. <item row="0" column="4">
  423. <widget class="QLabel" name="available_unit_4">
  424. <property name="sizePolicy">
  425. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  426. <horstretch>0</horstretch>
  427. <verstretch>0</verstretch>
  428. </sizepolicy>
  429. </property>
  430. <property name="styleSheet">
  431. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  432. background-color: rgb(253, 234, 168);</string>
  433. </property>
  434. <property name="text">
  435. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  436. </property>
  437. <property name="alignment">
  438. <set>Qt::AlignCenter</set>
  439. </property>
  440. <property name="flat" stdset="0">
  441. <bool>true</bool>
  442. </property>
  443. </widget>
  444. </item>
  445. <item row="0" column="0">
  446. <widget class="QLabel" name="available_unit_0">
  447. <property name="sizePolicy">
  448. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  449. <horstretch>0</horstretch>
  450. <verstretch>0</verstretch>
  451. </sizepolicy>
  452. </property>
  453. <property name="styleSheet">
  454. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  455. background-color: rgb(253, 234, 168);</string>
  456. </property>
  457. <property name="text">
  458. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  459. </property>
  460. <property name="alignment">
  461. <set>Qt::AlignCenter</set>
  462. </property>
  463. <property name="autoRepeat" stdset="0">
  464. <bool>false</bool>
  465. </property>
  466. <property name="flat" stdset="0">
  467. <bool>true</bool>
  468. </property>
  469. </widget>
  470. </item>
  471. </layout>
  472. </widget>
  473. </item>
  474. <item row="1" column="0">
  475. <spacer name="horizontalSpacer_3">
  476. <property name="orientation">
  477. <enum>Qt::Horizontal</enum>
  478. </property>
  479. <property name="sizeType">
  480. <enum>QSizePolicy::Fixed</enum>
  481. </property>
  482. <property name="sizeHint" stdset="0">
  483. <size>
  484. <width>100</width>
  485. <height>20</height>
  486. </size>
  487. </property>
  488. </spacer>
  489. </item>
  490. <item row="0" column="0" colspan="3">
  491. <widget class="QLabel" name="available_units_text_">
  492. <property name="sizePolicy">
  493. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  494. <horstretch>0</horstretch>
  495. <verstretch>0</verstretch>
  496. </sizepolicy>
  497. </property>
  498. <property name="styleSheet">
  499. <string notr="true">background: none;
  500. background-image:none;
  501. image: none;
  502. font: 16pt &quot;D-determination (RUS BY LYAJKA)&quot;;</string>
  503. </property>
  504. <property name="text">
  505. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot;color:#fdeaa8;&quot;&gt;Доступные классы:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  506. </property>
  507. </widget>
  508. </item>
  509. </layout>
  510. </widget>
  511. </item>
  512. <item row="0" column="0" colspan="3">
  513. <widget class="QLabel" name="title_">
  514. <property name="styleSheet">
  515. <string notr="true">background: none;
  516. background-image:none;
  517. image: none;
  518. font: 36pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  519. color: rgb(177, 45, 45);</string>
  520. </property>
  521. <property name="text">
  522. <string>&lt;p align=&quot;center&quot;&gt;Набор юнитов&lt;/p&gt;</string>
  523. </property>
  524. </widget>
  525. </item>
  526. <item row="2" column="0" colspan="2">
  527. <spacer name="verticalSpacer_12">
  528. <property name="orientation">
  529. <enum>Qt::Vertical</enum>
  530. </property>
  531. <property name="sizeType">
  532. <enum>QSizePolicy::Fixed</enum>
  533. </property>
  534. <property name="sizeHint" stdset="0">
  535. <size>
  536. <width>525</width>
  537. <height>20</height>
  538. </size>
  539. </property>
  540. </spacer>
  541. </item>
  542. <item row="6" column="0" colspan="2">
  543. <spacer name="verticalSpacer_15">
  544. <property name="orientation">
  545. <enum>Qt::Vertical</enum>
  546. </property>
  547. <property name="sizeType">
  548. <enum>QSizePolicy::Fixed</enum>
  549. </property>
  550. <property name="sizeHint" stdset="0">
  551. <size>
  552. <width>525</width>
  553. <height>20</height>
  554. </size>
  555. </property>
  556. </spacer>
  557. </item>
  558. <item row="8" column="0" rowspan="2" colspan="2">
  559. <spacer name="verticalSpacer_8">
  560. <property name="orientation">
  561. <enum>Qt::Vertical</enum>
  562. </property>
  563. <property name="sizeType">
  564. <enum>QSizePolicy::Expanding</enum>
  565. </property>
  566. <property name="sizeHint" stdset="0">
  567. <size>
  568. <width>20</width>
  569. <height>40</height>
  570. </size>
  571. </property>
  572. </spacer>
  573. </item>
  574. <item row="9" column="2">
  575. <spacer name="verticalSpacer_3">
  576. <property name="orientation">
  577. <enum>Qt::Vertical</enum>
  578. </property>
  579. <property name="sizeType">
  580. <enum>QSizePolicy::Maximum</enum>
  581. </property>
  582. <property name="sizeHint" stdset="0">
  583. <size>
  584. <width>20</width>
  585. <height>40</height>
  586. </size>
  587. </property>
  588. </spacer>
  589. </item>
  590. <item row="1" column="0">
  591. <widget class="QWidget" name="chosen_race_widget" native="true">
  592. <property name="sizePolicy">
  593. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  594. <horstretch>0</horstretch>
  595. <verstretch>0</verstretch>
  596. </sizepolicy>
  597. </property>
  598. <property name="styleSheet">
  599. <string notr="true">background: none;</string>
  600. </property>
  601. <layout class="QGridLayout" name="gridLayout_6">
  602. <property name="leftMargin">
  603. <number>0</number>
  604. </property>
  605. <property name="topMargin">
  606. <number>0</number>
  607. </property>
  608. <property name="rightMargin">
  609. <number>0</number>
  610. </property>
  611. <property name="bottomMargin">
  612. <number>0</number>
  613. </property>
  614. <property name="spacing">
  615. <number>0</number>
  616. </property>
  617. <item row="0" column="2" rowspan="5" colspan="2">
  618. <widget class="QLabel" name="chosen_race_image_">
  619. <property name="minimumSize">
  620. <size>
  621. <width>100</width>
  622. <height>100</height>
  623. </size>
  624. </property>
  625. <property name="maximumSize">
  626. <size>
  627. <width>100</width>
  628. <height>100</height>
  629. </size>
  630. </property>
  631. <property name="styleSheet">
  632. <string notr="true">background: none;</string>
  633. </property>
  634. <property name="text">
  635. <string>&lt;img src=&quot;:/assets/hotseat_recruit/unknown.png&quot; width=&quot;100&quot; height=&quot;100&quot;/&gt;</string>
  636. </property>
  637. </widget>
  638. </item>
  639. <item row="2" column="0" rowspan="2">
  640. <widget class="QLabel" name="available_money_text_">
  641. <property name="styleSheet">
  642. <string notr="true">background: none;
  643. background-image:none;
  644. image: none;
  645. font: 12pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  646. color: rgb(255, 0, 0);</string>
  647. </property>
  648. <property name="text">
  649. <string>Монеты: 0000000</string>
  650. </property>
  651. </widget>
  652. </item>
  653. <item row="1" column="0">
  654. <widget class="QLabel" name="chosen_race_text_">
  655. <property name="sizePolicy">
  656. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  657. <horstretch>0</horstretch>
  658. <verstretch>0</verstretch>
  659. </sizepolicy>
  660. </property>
  661. <property name="styleSheet">
  662. <string notr="true">background: none;
  663. background-image:none;
  664. image: none;
  665. font: 16pt &quot;D-determination (RUS BY LYAJKA)&quot;;</string>
  666. </property>
  667. <property name="text">
  668. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#FDEAA8;&quot;&gt;Выбранная раса:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  669. </property>
  670. </widget>
  671. </item>
  672. <item row="1" column="1">
  673. <spacer name="horizontalSpacer_5">
  674. <property name="orientation">
  675. <enum>Qt::Horizontal</enum>
  676. </property>
  677. <property name="sizeType">
  678. <enum>QSizePolicy::Fixed</enum>
  679. </property>
  680. <property name="sizeHint" stdset="0">
  681. <size>
  682. <width>40</width>
  683. <height>20</height>
  684. </size>
  685. </property>
  686. </spacer>
  687. </item>
  688. </layout>
  689. </widget>
  690. </item>
  691. <item row="1" column="2" rowspan="3">
  692. <widget class="QWidget" name="available_races_widget" native="true">
  693. <property name="sizePolicy">
  694. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  695. <horstretch>0</horstretch>
  696. <verstretch>0</verstretch>
  697. </sizepolicy>
  698. </property>
  699. <property name="minimumSize">
  700. <size>
  701. <width>0</width>
  702. <height>0</height>
  703. </size>
  704. </property>
  705. <property name="styleSheet">
  706. <string notr="true">background: none</string>
  707. </property>
  708. <layout class="QGridLayout" name="gridLayout_7">
  709. <item row="0" column="0">
  710. <widget class="QLabel" name="available_races_text_">
  711. <property name="styleSheet">
  712. <string notr="true">background: none;
  713. background-image:none;
  714. image: none;
  715. font: 16pt &quot;D-determination (RUS BY LYAJKA)&quot;;</string>
  716. </property>
  717. <property name="text">
  718. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot;color:#FDEAA8;&quot;&gt;Доступные расы:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  719. </property>
  720. </widget>
  721. </item>
  722. <item row="0" column="1" rowspan="2">
  723. <widget class="QWidget" name="available_races_list_" native="true">
  724. <property name="sizePolicy">
  725. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  726. <horstretch>0</horstretch>
  727. <verstretch>0</verstretch>
  728. </sizepolicy>
  729. </property>
  730. <property name="minimumSize">
  731. <size>
  732. <width>144</width>
  733. <height>72</height>
  734. </size>
  735. </property>
  736. <property name="maximumSize">
  737. <size>
  738. <width>144</width>
  739. <height>72</height>
  740. </size>
  741. </property>
  742. <layout class="QHBoxLayout" name="availableRacesLayout_">
  743. <property name="spacing">
  744. <number>0</number>
  745. </property>
  746. <property name="leftMargin">
  747. <number>0</number>
  748. </property>
  749. <property name="topMargin">
  750. <number>0</number>
  751. </property>
  752. <property name="rightMargin">
  753. <number>0</number>
  754. </property>
  755. <property name="bottomMargin">
  756. <number>0</number>
  757. </property>
  758. <item>
  759. <widget class="QLabel" name="available_race_0">
  760. <property name="sizePolicy">
  761. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  762. <horstretch>0</horstretch>
  763. <verstretch>0</verstretch>
  764. </sizepolicy>
  765. </property>
  766. <property name="styleSheet">
  767. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  768. background-color: rgb(253, 234, 168);</string>
  769. </property>
  770. <property name="text">
  771. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;66&quot; height=&quot;66&quot;/&gt;</string>
  772. </property>
  773. <property name="alignment">
  774. <set>Qt::AlignCenter</set>
  775. </property>
  776. <property name="flat" stdset="0">
  777. <bool>true</bool>
  778. </property>
  779. </widget>
  780. </item>
  781. <item>
  782. <widget class="QLabel" name="available_race_1">
  783. <property name="sizePolicy">
  784. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  785. <horstretch>0</horstretch>
  786. <verstretch>0</verstretch>
  787. </sizepolicy>
  788. </property>
  789. <property name="styleSheet">
  790. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  791. background-color: rgb(253, 234, 168);</string>
  792. </property>
  793. <property name="text">
  794. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;66&quot; height=&quot;66&quot;/&gt;</string>
  795. </property>
  796. <property name="alignment">
  797. <set>Qt::AlignCenter</set>
  798. </property>
  799. <property name="flat" stdset="0">
  800. <bool>true</bool>
  801. </property>
  802. </widget>
  803. </item>
  804. </layout>
  805. </widget>
  806. </item>
  807. </layout>
  808. </widget>
  809. </item>
  810. <item row="10" column="0" colspan="3">
  811. <widget class="QWidget" name="buttons_widget" native="true">
  812. <property name="styleSheet">
  813. <string notr="true">background:none;</string>
  814. </property>
  815. <layout class="QGridLayout" name="gridLayout_8">
  816. <property name="leftMargin">
  817. <number>0</number>
  818. </property>
  819. <property name="topMargin">
  820. <number>0</number>
  821. </property>
  822. <property name="rightMargin">
  823. <number>0</number>
  824. </property>
  825. <property name="bottomMargin">
  826. <number>0</number>
  827. </property>
  828. <property name="spacing">
  829. <number>0</number>
  830. </property>
  831. <item row="0" column="0" colspan="5">
  832. <spacer name="verticalSpacer_10">
  833. <property name="orientation">
  834. <enum>Qt::Vertical</enum>
  835. </property>
  836. <property name="sizeHint" stdset="0">
  837. <size>
  838. <width>20</width>
  839. <height>40</height>
  840. </size>
  841. </property>
  842. </spacer>
  843. </item>
  844. <item row="1" column="2" rowspan="2">
  845. <spacer name="horizontalSpacer_9">
  846. <property name="orientation">
  847. <enum>Qt::Horizontal</enum>
  848. </property>
  849. <property name="sizeHint" stdset="0">
  850. <size>
  851. <width>398</width>
  852. <height>20</height>
  853. </size>
  854. </property>
  855. </spacer>
  856. </item>
  857. <item row="1" column="1" rowspan="2">
  858. <widget class="QPushButton" name="back_button">
  859. <property name="minimumSize">
  860. <size>
  861. <width>230</width>
  862. <height>70</height>
  863. </size>
  864. </property>
  865. <property name="maximumSize">
  866. <size>
  867. <width>230</width>
  868. <height>70</height>
  869. </size>
  870. </property>
  871. <property name="styleSheet">
  872. <string notr="true">border-image: url(:/assets/common/buttons/back_button.png);</string>
  873. </property>
  874. <property name="text">
  875. <string/>
  876. </property>
  877. <property name="flat">
  878. <bool>true</bool>
  879. </property>
  880. </widget>
  881. </item>
  882. <item row="1" column="3" rowspan="2">
  883. <widget class="QPushButton" name="complete_choice_button">
  884. <property name="minimumSize">
  885. <size>
  886. <width>230</width>
  887. <height>70</height>
  888. </size>
  889. </property>
  890. <property name="maximumSize">
  891. <size>
  892. <width>230</width>
  893. <height>70</height>
  894. </size>
  895. </property>
  896. <property name="styleSheet">
  897. <string notr="true">border-image: url(:/assets/common/buttons/complete_choice_button.png);</string>
  898. </property>
  899. <property name="text">
  900. <string/>
  901. </property>
  902. <property name="flat">
  903. <bool>true</bool>
  904. </property>
  905. </widget>
  906. </item>
  907. <item row="1" column="4" rowspan="2">
  908. <spacer name="horizontalSpacer_10">
  909. <property name="orientation">
  910. <enum>Qt::Horizontal</enum>
  911. </property>
  912. <property name="sizeType">
  913. <enum>QSizePolicy::Fixed</enum>
  914. </property>
  915. <property name="sizeHint" stdset="0">
  916. <size>
  917. <width>40</width>
  918. <height>20</height>
  919. </size>
  920. </property>
  921. </spacer>
  922. </item>
  923. <item row="1" column="0" rowspan="2">
  924. <spacer name="horizontalSpacer_4">
  925. <property name="orientation">
  926. <enum>Qt::Horizontal</enum>
  927. </property>
  928. <property name="sizeType">
  929. <enum>QSizePolicy::Fixed</enum>
  930. </property>
  931. <property name="sizeHint" stdset="0">
  932. <size>
  933. <width>40</width>
  934. <height>20</height>
  935. </size>
  936. </property>
  937. </spacer>
  938. </item>
  939. <item row="3" column="0" colspan="5">
  940. <spacer name="verticalSpacer_11">
  941. <property name="orientation">
  942. <enum>Qt::Vertical</enum>
  943. </property>
  944. <property name="sizeType">
  945. <enum>QSizePolicy::Fixed</enum>
  946. </property>
  947. <property name="sizeHint" stdset="0">
  948. <size>
  949. <width>20</width>
  950. <height>20</height>
  951. </size>
  952. </property>
  953. </spacer>
  954. </item>
  955. </layout>
  956. </widget>
  957. </item>
  958. <item row="7" column="0" colspan="2">
  959. <widget class="QWidget" name="chosen_units_widget" native="true">
  960. <property name="sizePolicy">
  961. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  962. <horstretch>0</horstretch>
  963. <verstretch>0</verstretch>
  964. </sizepolicy>
  965. </property>
  966. <property name="autoFillBackground">
  967. <bool>false</bool>
  968. </property>
  969. <property name="styleSheet">
  970. <string notr="true">background: none;
  971. </string>
  972. </property>
  973. <layout class="QGridLayout" name="gridLayout_5">
  974. <property name="leftMargin">
  975. <number>0</number>
  976. </property>
  977. <property name="topMargin">
  978. <number>0</number>
  979. </property>
  980. <property name="rightMargin">
  981. <number>0</number>
  982. </property>
  983. <property name="bottomMargin">
  984. <number>0</number>
  985. </property>
  986. <property name="spacing">
  987. <number>0</number>
  988. </property>
  989. <item row="1" column="0">
  990. <spacer name="horizontalSpacer_6">
  991. <property name="orientation">
  992. <enum>Qt::Horizontal</enum>
  993. </property>
  994. <property name="sizeType">
  995. <enum>QSizePolicy::Fixed</enum>
  996. </property>
  997. <property name="sizeHint" stdset="0">
  998. <size>
  999. <width>100</width>
  1000. <height>20</height>
  1001. </size>
  1002. </property>
  1003. </spacer>
  1004. </item>
  1005. <item row="0" column="0" colspan="2">
  1006. <widget class="QLabel" name="chosen_units_label_">
  1007. <property name="styleSheet">
  1008. <string notr="true">background: none;
  1009. background-image:none;
  1010. image: none;
  1011. font: 16pt &quot;D-determination (RUS BY LYAJKA)&quot;;</string>
  1012. </property>
  1013. <property name="text">
  1014. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot;color:#FDEAA8;&quot;&gt;Выбранные юниты:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  1015. </property>
  1016. </widget>
  1017. </item>
  1018. <item row="1" column="1" colspan="2">
  1019. <widget class="QWidget" name="chosen_units_grid_" native="true">
  1020. <property name="minimumSize">
  1021. <size>
  1022. <width>320</width>
  1023. <height>128</height>
  1024. </size>
  1025. </property>
  1026. <property name="maximumSize">
  1027. <size>
  1028. <width>320</width>
  1029. <height>128</height>
  1030. </size>
  1031. </property>
  1032. <layout class="QGridLayout" name="chosen_units_layout_">
  1033. <property name="leftMargin">
  1034. <number>0</number>
  1035. </property>
  1036. <property name="topMargin">
  1037. <number>0</number>
  1038. </property>
  1039. <property name="rightMargin">
  1040. <number>0</number>
  1041. </property>
  1042. <property name="bottomMargin">
  1043. <number>0</number>
  1044. </property>
  1045. <property name="spacing">
  1046. <number>0</number>
  1047. </property>
  1048. <item row="1" column="4">
  1049. <widget class="QLabel" name="chosen_unit_9">
  1050. <property name="sizePolicy">
  1051. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1052. <horstretch>0</horstretch>
  1053. <verstretch>0</verstretch>
  1054. </sizepolicy>
  1055. </property>
  1056. <property name="styleSheet">
  1057. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1058. background-color: rgb(253, 234, 168);</string>
  1059. </property>
  1060. <property name="lineWidth">
  1061. <number>0</number>
  1062. </property>
  1063. <property name="text">
  1064. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1065. </property>
  1066. <property name="alignment">
  1067. <set>Qt::AlignCenter</set>
  1068. </property>
  1069. <property name="flat" stdset="0">
  1070. <bool>true</bool>
  1071. </property>
  1072. </widget>
  1073. </item>
  1074. <item row="0" column="3">
  1075. <widget class="QLabel" name="chosen_unit_3">
  1076. <property name="sizePolicy">
  1077. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1078. <horstretch>0</horstretch>
  1079. <verstretch>0</verstretch>
  1080. </sizepolicy>
  1081. </property>
  1082. <property name="styleSheet">
  1083. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1084. background-color: rgb(253, 234, 168);</string>
  1085. </property>
  1086. <property name="text">
  1087. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1088. </property>
  1089. <property name="alignment">
  1090. <set>Qt::AlignCenter</set>
  1091. </property>
  1092. <property name="flat" stdset="0">
  1093. <bool>true</bool>
  1094. </property>
  1095. </widget>
  1096. </item>
  1097. <item row="1" column="3">
  1098. <widget class="QLabel" name="chosen_unit_8">
  1099. <property name="sizePolicy">
  1100. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1101. <horstretch>0</horstretch>
  1102. <verstretch>0</verstretch>
  1103. </sizepolicy>
  1104. </property>
  1105. <property name="styleSheet">
  1106. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1107. background-color: rgb(253, 234, 168);</string>
  1108. </property>
  1109. <property name="text">
  1110. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1111. </property>
  1112. <property name="alignment">
  1113. <set>Qt::AlignCenter</set>
  1114. </property>
  1115. <property name="flat" stdset="0">
  1116. <bool>true</bool>
  1117. </property>
  1118. </widget>
  1119. </item>
  1120. <item row="1" column="1">
  1121. <widget class="QLabel" name="chosen_unit_6">
  1122. <property name="sizePolicy">
  1123. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1124. <horstretch>0</horstretch>
  1125. <verstretch>0</verstretch>
  1126. </sizepolicy>
  1127. </property>
  1128. <property name="styleSheet">
  1129. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1130. background-color: rgb(253, 234, 168);</string>
  1131. </property>
  1132. <property name="text">
  1133. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1134. </property>
  1135. <property name="alignment">
  1136. <set>Qt::AlignCenter</set>
  1137. </property>
  1138. <property name="flat" stdset="0">
  1139. <bool>true</bool>
  1140. </property>
  1141. </widget>
  1142. </item>
  1143. <item row="0" column="2">
  1144. <widget class="QLabel" name="chosen_unit_2">
  1145. <property name="sizePolicy">
  1146. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1147. <horstretch>0</horstretch>
  1148. <verstretch>0</verstretch>
  1149. </sizepolicy>
  1150. </property>
  1151. <property name="styleSheet">
  1152. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1153. background-color: rgb(253, 234, 168);</string>
  1154. </property>
  1155. <property name="text">
  1156. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1157. </property>
  1158. <property name="alignment">
  1159. <set>Qt::AlignCenter</set>
  1160. </property>
  1161. <property name="flat" stdset="0">
  1162. <bool>true</bool>
  1163. </property>
  1164. </widget>
  1165. </item>
  1166. <item row="1" column="0">
  1167. <widget class="QLabel" name="chosen_unit_5">
  1168. <property name="sizePolicy">
  1169. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1170. <horstretch>0</horstretch>
  1171. <verstretch>0</verstretch>
  1172. </sizepolicy>
  1173. </property>
  1174. <property name="styleSheet">
  1175. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1176. background-color: rgb(253, 234, 168);</string>
  1177. </property>
  1178. <property name="text">
  1179. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1180. </property>
  1181. <property name="alignment">
  1182. <set>Qt::AlignCenter</set>
  1183. </property>
  1184. <property name="flat" stdset="0">
  1185. <bool>true</bool>
  1186. </property>
  1187. </widget>
  1188. </item>
  1189. <item row="0" column="1">
  1190. <widget class="QLabel" name="chosen_unit_1">
  1191. <property name="sizePolicy">
  1192. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1193. <horstretch>0</horstretch>
  1194. <verstretch>0</verstretch>
  1195. </sizepolicy>
  1196. </property>
  1197. <property name="styleSheet">
  1198. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1199. background-color: rgb(253, 234, 168);</string>
  1200. </property>
  1201. <property name="text">
  1202. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1203. </property>
  1204. <property name="alignment">
  1205. <set>Qt::AlignCenter</set>
  1206. </property>
  1207. <property name="flat" stdset="0">
  1208. <bool>true</bool>
  1209. </property>
  1210. </widget>
  1211. </item>
  1212. <item row="0" column="4">
  1213. <widget class="QLabel" name="chosen_unit_4">
  1214. <property name="sizePolicy">
  1215. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1216. <horstretch>0</horstretch>
  1217. <verstretch>0</verstretch>
  1218. </sizepolicy>
  1219. </property>
  1220. <property name="styleSheet">
  1221. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1222. background-color: rgb(253, 234, 168);</string>
  1223. </property>
  1224. <property name="text">
  1225. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1226. </property>
  1227. <property name="alignment">
  1228. <set>Qt::AlignCenter</set>
  1229. </property>
  1230. <property name="flat" stdset="0">
  1231. <bool>true</bool>
  1232. </property>
  1233. </widget>
  1234. </item>
  1235. <item row="1" column="2">
  1236. <widget class="QLabel" name="chosen_unit_7">
  1237. <property name="sizePolicy">
  1238. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1239. <horstretch>0</horstretch>
  1240. <verstretch>0</verstretch>
  1241. </sizepolicy>
  1242. </property>
  1243. <property name="styleSheet">
  1244. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1245. background-color: rgb(253, 234, 168);</string>
  1246. </property>
  1247. <property name="text">
  1248. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1249. </property>
  1250. <property name="alignment">
  1251. <set>Qt::AlignCenter</set>
  1252. </property>
  1253. <property name="flat" stdset="0">
  1254. <bool>true</bool>
  1255. </property>
  1256. </widget>
  1257. </item>
  1258. <item row="0" column="0">
  1259. <widget class="QLabel" name="chosen_unit_0">
  1260. <property name="sizePolicy">
  1261. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1262. <horstretch>0</horstretch>
  1263. <verstretch>0</verstretch>
  1264. </sizepolicy>
  1265. </property>
  1266. <property name="styleSheet">
  1267. <string notr="true">border-image: url(:/assets/hotseat_recruit/unit_icon_default.png);
  1268. background-color: rgb(253, 234, 168);</string>
  1269. </property>
  1270. <property name="text">
  1271. <string>&lt;img src=&quot;:/assets/hotseat_recruit/icon_closed.png&quot; width=&quot;58&quot; height=&quot;58&quot;/&gt;</string>
  1272. </property>
  1273. <property name="alignment">
  1274. <set>Qt::AlignCenter</set>
  1275. </property>
  1276. <property name="flat" stdset="0">
  1277. <bool>true</bool>
  1278. </property>
  1279. </widget>
  1280. </item>
  1281. </layout>
  1282. </widget>
  1283. </item>
  1284. </layout>
  1285. </widget>
  1286. </item>
  1287. <item row="4" column="2" rowspan="5">
  1288. <widget class="QLabel" name="image">
  1289. <property name="sizePolicy">
  1290. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  1291. <horstretch>0</horstretch>
  1292. <verstretch>0</verstretch>
  1293. </sizepolicy>
  1294. </property>
  1295. <property name="maximumSize">
  1296. <size>
  1297. <width>16777215</width>
  1298. <height>16777215</height>
  1299. </size>
  1300. </property>
  1301. <property name="styleSheet">
  1302. <string notr="true">background: none</string>
  1303. </property>
  1304. <property name="text">
  1305. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/hotseat_recruit/image.gif&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  1306. </property>
  1307. </widget>
  1308. </item>
  1309. </layout>
  1310. </widget>
  1311. </item>
  1312. </layout>
  1313. </widget>
  1314. </item>
  1315. </layout>
  1316. </widget>
  1317. </item>
  1318. </layout>
  1319. </widget>
  1320. <customwidgets>
  1321. <customwidget>
  1322. <class>Scene</class>
  1323. <extends>QWidget</extends>
  1324. <header>gui/scene.h</header>
  1325. <container>1</container>
  1326. </customwidget>
  1327. </customwidgets>
  1328. <tabstops>
  1329. <tabstop>back_button</tabstop>
  1330. <tabstop>complete_choice_button</tabstop>
  1331. </tabstops>
  1332. <resources/>
  1333. <connections/>
  1334. </ui>