hotseatgame.ui 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>HotSeatGame</class>
  4. <widget class="QWidget" name="HotSeatGame">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>1421</width>
  13. <height>907</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="sizeIncrement">
  23. <size>
  24. <width>0</width>
  25. <height>0</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Form</string>
  30. </property>
  31. <property name="autoFillBackground">
  32. <bool>false</bool>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true">background-image: url(:/assets/window/thick_opaque-background.png);</string>
  36. </property>
  37. <layout class="QGridLayout" name="gridLayout">
  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="0" column="0">
  54. <widget class="QWidget" name="content_" native="true">
  55. <layout class="QGridLayout" name="gridLayout_8">
  56. <property name="leftMargin">
  57. <number>15</number>
  58. </property>
  59. <property name="topMargin">
  60. <number>15</number>
  61. </property>
  62. <property name="rightMargin">
  63. <number>15</number>
  64. </property>
  65. <property name="bottomMargin">
  66. <number>15</number>
  67. </property>
  68. <item row="0" column="0">
  69. <widget class="QWidget" name="unit_chars_widget_" native="true">
  70. <property name="sizePolicy">
  71. <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
  72. <horstretch>0</horstretch>
  73. <verstretch>0</verstretch>
  74. </sizepolicy>
  75. </property>
  76. <property name="minimumSize">
  77. <size>
  78. <width>250</width>
  79. <height>0</height>
  80. </size>
  81. </property>
  82. <property name="layoutDirection">
  83. <enum>Qt::LeftToRight</enum>
  84. </property>
  85. <property name="autoFillBackground">
  86. <bool>false</bool>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true"/>
  90. </property>
  91. <layout class="QGridLayout" name="gridLayout_4">
  92. <property name="leftMargin">
  93. <number>0</number>
  94. </property>
  95. <property name="topMargin">
  96. <number>0</number>
  97. </property>
  98. <property name="rightMargin">
  99. <number>0</number>
  100. </property>
  101. <property name="bottomMargin">
  102. <number>0</number>
  103. </property>
  104. <property name="spacing">
  105. <number>0</number>
  106. </property>
  107. <item row="5" column="1">
  108. <spacer name="verticalSpacer_2">
  109. <property name="orientation">
  110. <enum>Qt::Vertical</enum>
  111. </property>
  112. <property name="sizeType">
  113. <enum>QSizePolicy::Fixed</enum>
  114. </property>
  115. <property name="sizeHint" stdset="0">
  116. <size>
  117. <width>20</width>
  118. <height>15</height>
  119. </size>
  120. </property>
  121. </spacer>
  122. </item>
  123. <item row="2" column="1" colspan="3">
  124. <widget class="QLabel" name="unit_name_">
  125. <property name="minimumSize">
  126. <size>
  127. <width>0</width>
  128. <height>0</height>
  129. </size>
  130. </property>
  131. <property name="maximumSize">
  132. <size>
  133. <width>16777215</width>
  134. <height>50</height>
  135. </size>
  136. </property>
  137. <property name="font">
  138. <font>
  139. <family>Viking Cyr</family>
  140. <pointsize>10</pointsize>
  141. </font>
  142. </property>
  143. <property name="text">
  144. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; color:#68fafa;&quot;&gt;Название юнита&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="3" column="1">
  149. <spacer name="verticalSpacer">
  150. <property name="orientation">
  151. <enum>Qt::Vertical</enum>
  152. </property>
  153. <property name="sizeType">
  154. <enum>QSizePolicy::Fixed</enum>
  155. </property>
  156. <property name="sizeHint" stdset="0">
  157. <size>
  158. <width>20</width>
  159. <height>15</height>
  160. </size>
  161. </property>
  162. </spacer>
  163. </item>
  164. <item row="1" column="2">
  165. <widget class="QLabel" name="unit_icon_">
  166. <property name="sizePolicy">
  167. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  168. <horstretch>0</horstretch>
  169. <verstretch>0</verstretch>
  170. </sizepolicy>
  171. </property>
  172. <property name="minimumSize">
  173. <size>
  174. <width>150</width>
  175. <height>150</height>
  176. </size>
  177. </property>
  178. <property name="maximumSize">
  179. <size>
  180. <width>150</width>
  181. <height>150</height>
  182. </size>
  183. </property>
  184. <property name="layoutDirection">
  185. <enum>Qt::LeftToRight</enum>
  186. </property>
  187. <property name="frameShape">
  188. <enum>QFrame::Panel</enum>
  189. </property>
  190. <property name="frameShadow">
  191. <enum>QFrame::Sunken</enum>
  192. </property>
  193. <property name="lineWidth">
  194. <number>5</number>
  195. </property>
  196. <property name="text">
  197. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;:/assets/units/human/atraty-rider/icon.png&quot; width=&quot;120&quot; height=&quot;120&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  198. </property>
  199. <property name="alignment">
  200. <set>Qt::AlignCenter</set>
  201. </property>
  202. </widget>
  203. </item>
  204. <item row="8" column="1">
  205. <spacer name="verticalSpacer_4">
  206. <property name="orientation">
  207. <enum>Qt::Vertical</enum>
  208. </property>
  209. <property name="sizeType">
  210. <enum>QSizePolicy::Fixed</enum>
  211. </property>
  212. <property name="sizeHint" stdset="0">
  213. <size>
  214. <width>20</width>
  215. <height>15</height>
  216. </size>
  217. </property>
  218. </spacer>
  219. </item>
  220. <item row="9" column="1" colspan="3">
  221. <widget class="QLabel" name="char_traits_">
  222. <property name="minimumSize">
  223. <size>
  224. <width>250</width>
  225. <height>0</height>
  226. </size>
  227. </property>
  228. <property name="frameShape">
  229. <enum>QFrame::Panel</enum>
  230. </property>
  231. <property name="frameShadow">
  232. <enum>QFrame::Sunken</enum>
  233. </property>
  234. <property name="lineWidth">
  235. <number>0</number>
  236. </property>
  237. <property name="text">
  238. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:10pt; font-weight:600; color:#d1d100;&quot;&gt;Характеристики:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Очки жизни: 9087654&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Атака: 219-18927&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Инициатива: 187&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Сила: 1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Ловкость: 1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Интеллект: 4&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Физ. защита: 1&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Маг. защита: 3&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  239. </property>
  240. <property name="alignment">
  241. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  242. </property>
  243. <property name="margin">
  244. <number>10</number>
  245. </property>
  246. </widget>
  247. </item>
  248. <item row="11" column="2">
  249. <widget class="QPushButton" name="surrender_button_">
  250. <property name="styleSheet">
  251. <string notr="true">color: rgb(159, 159, 0);</string>
  252. </property>
  253. <property name="text">
  254. <string>Сдаться</string>
  255. </property>
  256. <property name="autoDefault">
  257. <bool>true</bool>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="10" column="2">
  262. <widget class="QPushButton" name="end_turn_button_">
  263. <property name="styleSheet">
  264. <string notr="true">color: rgb(159, 159, 0);</string>
  265. </property>
  266. <property name="text">
  267. <string>Закончить ход</string>
  268. </property>
  269. <property name="autoDefault">
  270. <bool>true</bool>
  271. </property>
  272. </widget>
  273. </item>
  274. <item row="10" column="3">
  275. <spacer name="horizontalSpacer_4">
  276. <property name="orientation">
  277. <enum>Qt::Horizontal</enum>
  278. </property>
  279. <property name="sizeType">
  280. <enum>QSizePolicy::Fixed</enum>
  281. </property>
  282. <property name="sizeHint" stdset="0">
  283. <size>
  284. <width>50</width>
  285. <height>20</height>
  286. </size>
  287. </property>
  288. </spacer>
  289. </item>
  290. <item row="10" column="1">
  291. <spacer name="horizontalSpacer_3">
  292. <property name="orientation">
  293. <enum>Qt::Horizontal</enum>
  294. </property>
  295. <property name="sizeType">
  296. <enum>QSizePolicy::Fixed</enum>
  297. </property>
  298. <property name="sizeHint" stdset="0">
  299. <size>
  300. <width>50</width>
  301. <height>20</height>
  302. </size>
  303. </property>
  304. </spacer>
  305. </item>
  306. <item row="11" column="1">
  307. <spacer name="horizontalSpacer_5">
  308. <property name="orientation">
  309. <enum>Qt::Horizontal</enum>
  310. </property>
  311. <property name="sizeType">
  312. <enum>QSizePolicy::Fixed</enum>
  313. </property>
  314. <property name="sizeHint" stdset="0">
  315. <size>
  316. <width>50</width>
  317. <height>20</height>
  318. </size>
  319. </property>
  320. </spacer>
  321. </item>
  322. <item row="6" column="1" colspan="3">
  323. <widget class="QLabel" name="label">
  324. <property name="text">
  325. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:10pt; font-weight:600; color:#d1d100;&quot;&gt;Эффекты:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="11" column="3">
  330. <spacer name="horizontalSpacer">
  331. <property name="orientation">
  332. <enum>Qt::Horizontal</enum>
  333. </property>
  334. <property name="sizeHint" stdset="0">
  335. <size>
  336. <width>40</width>
  337. <height>20</height>
  338. </size>
  339. </property>
  340. </spacer>
  341. </item>
  342. <item row="0" column="0">
  343. <widget class="QWidget" name="border_upleft_" native="true">
  344. <property name="minimumSize">
  345. <size>
  346. <width>8</width>
  347. <height>8</height>
  348. </size>
  349. </property>
  350. <property name="maximumSize">
  351. <size>
  352. <width>8</width>
  353. <height>8</height>
  354. </size>
  355. </property>
  356. <property name="styleSheet">
  357. <string notr="true">background:url(:/assets/window/opaque-border-topleft.png)</string>
  358. </property>
  359. </widget>
  360. </item>
  361. <item row="0" column="1" colspan="3">
  362. <widget class="QWidget" name="border_up_" native="true">
  363. <property name="minimumSize">
  364. <size>
  365. <width>8</width>
  366. <height>5</height>
  367. </size>
  368. </property>
  369. <property name="maximumSize">
  370. <size>
  371. <width>16777215</width>
  372. <height>5</height>
  373. </size>
  374. </property>
  375. <property name="styleSheet">
  376. <string notr="true">background:url(:/assets/window/opaque-border-top.png)</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item row="1" column="0" rowspan="11">
  381. <widget class="QWidget" name="border_left_" native="true">
  382. <property name="minimumSize">
  383. <size>
  384. <width>5</width>
  385. <height>8</height>
  386. </size>
  387. </property>
  388. <property name="maximumSize">
  389. <size>
  390. <width>5</width>
  391. <height>16777215</height>
  392. </size>
  393. </property>
  394. <property name="styleSheet">
  395. <string notr="true">background:url(:/assets/window/opaque-border-left.png)</string>
  396. </property>
  397. </widget>
  398. </item>
  399. <item row="0" column="4">
  400. <widget class="QWidget" name="border_upright_" native="true">
  401. <property name="minimumSize">
  402. <size>
  403. <width>8</width>
  404. <height>8</height>
  405. </size>
  406. </property>
  407. <property name="maximumSize">
  408. <size>
  409. <width>8</width>
  410. <height>8</height>
  411. </size>
  412. </property>
  413. <property name="styleSheet">
  414. <string notr="true">background:url(:/assets/window/opaque-border-topright.png)</string>
  415. </property>
  416. </widget>
  417. </item>
  418. <item row="7" column="1" colspan="3">
  419. <widget class="QFrame" name="effects_frame_">
  420. <property name="minimumSize">
  421. <size>
  422. <width>32</width>
  423. <height>36</height>
  424. </size>
  425. </property>
  426. <property name="maximumSize">
  427. <size>
  428. <width>16777215</width>
  429. <height>36</height>
  430. </size>
  431. </property>
  432. <property name="frameShape">
  433. <enum>QFrame::StyledPanel</enum>
  434. </property>
  435. <property name="frameShadow">
  436. <enum>QFrame::Raised</enum>
  437. </property>
  438. <layout class="QGridLayout" name="gridLayout_7">
  439. <property name="leftMargin">
  440. <number>3</number>
  441. </property>
  442. <property name="topMargin">
  443. <number>3</number>
  444. </property>
  445. <property name="rightMargin">
  446. <number>0</number>
  447. </property>
  448. <property name="bottomMargin">
  449. <number>0</number>
  450. </property>
  451. <property name="spacing">
  452. <number>3</number>
  453. </property>
  454. <item row="0" column="7" rowspan="2">
  455. <widget class="QWidget" name="effect_8_" native="true">
  456. <property name="sizePolicy">
  457. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  458. <horstretch>0</horstretch>
  459. <verstretch>0</verstretch>
  460. </sizepolicy>
  461. </property>
  462. <property name="minimumSize">
  463. <size>
  464. <width>16</width>
  465. <height>16</height>
  466. </size>
  467. </property>
  468. <property name="maximumSize">
  469. <size>
  470. <width>16</width>
  471. <height>16</height>
  472. </size>
  473. </property>
  474. <property name="styleSheet">
  475. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  476. </property>
  477. </widget>
  478. </item>
  479. <item row="0" column="11">
  480. <widget class="QWidget" name="effect_12_" native="true">
  481. <property name="sizePolicy">
  482. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  483. <horstretch>0</horstretch>
  484. <verstretch>0</verstretch>
  485. </sizepolicy>
  486. </property>
  487. <property name="minimumSize">
  488. <size>
  489. <width>16</width>
  490. <height>16</height>
  491. </size>
  492. </property>
  493. <property name="maximumSize">
  494. <size>
  495. <width>16</width>
  496. <height>16</height>
  497. </size>
  498. </property>
  499. <property name="styleSheet">
  500. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  501. </property>
  502. </widget>
  503. </item>
  504. <item row="0" column="8" rowspan="2">
  505. <widget class="QWidget" name="effect_9_" native="true">
  506. <property name="sizePolicy">
  507. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  508. <horstretch>0</horstretch>
  509. <verstretch>0</verstretch>
  510. </sizepolicy>
  511. </property>
  512. <property name="minimumSize">
  513. <size>
  514. <width>16</width>
  515. <height>16</height>
  516. </size>
  517. </property>
  518. <property name="maximumSize">
  519. <size>
  520. <width>16</width>
  521. <height>16</height>
  522. </size>
  523. </property>
  524. <property name="styleSheet">
  525. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  526. </property>
  527. </widget>
  528. </item>
  529. <item row="0" column="10" rowspan="2">
  530. <widget class="QWidget" name="effect_11_" native="true">
  531. <property name="sizePolicy">
  532. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  533. <horstretch>0</horstretch>
  534. <verstretch>0</verstretch>
  535. </sizepolicy>
  536. </property>
  537. <property name="minimumSize">
  538. <size>
  539. <width>16</width>
  540. <height>16</height>
  541. </size>
  542. </property>
  543. <property name="maximumSize">
  544. <size>
  545. <width>16</width>
  546. <height>16</height>
  547. </size>
  548. </property>
  549. <property name="styleSheet">
  550. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  551. </property>
  552. </widget>
  553. </item>
  554. <item row="0" column="9" rowspan="2">
  555. <widget class="QWidget" name="effect_10_" native="true">
  556. <property name="sizePolicy">
  557. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  558. <horstretch>0</horstretch>
  559. <verstretch>0</verstretch>
  560. </sizepolicy>
  561. </property>
  562. <property name="minimumSize">
  563. <size>
  564. <width>16</width>
  565. <height>16</height>
  566. </size>
  567. </property>
  568. <property name="maximumSize">
  569. <size>
  570. <width>16</width>
  571. <height>16</height>
  572. </size>
  573. </property>
  574. <property name="styleSheet">
  575. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  576. </property>
  577. </widget>
  578. </item>
  579. <item row="0" column="0" rowspan="2">
  580. <widget class="QWidget" name="effect_13_" native="true">
  581. <property name="sizePolicy">
  582. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  583. <horstretch>0</horstretch>
  584. <verstretch>0</verstretch>
  585. </sizepolicy>
  586. </property>
  587. <property name="minimumSize">
  588. <size>
  589. <width>16</width>
  590. <height>16</height>
  591. </size>
  592. </property>
  593. <property name="maximumSize">
  594. <size>
  595. <width>16</width>
  596. <height>16</height>
  597. </size>
  598. </property>
  599. <property name="styleSheet">
  600. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  601. </property>
  602. </widget>
  603. </item>
  604. <item row="0" column="1" rowspan="2">
  605. <widget class="QWidget" name="effect_14_" native="true">
  606. <property name="sizePolicy">
  607. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  608. <horstretch>0</horstretch>
  609. <verstretch>0</verstretch>
  610. </sizepolicy>
  611. </property>
  612. <property name="minimumSize">
  613. <size>
  614. <width>16</width>
  615. <height>16</height>
  616. </size>
  617. </property>
  618. <property name="maximumSize">
  619. <size>
  620. <width>16</width>
  621. <height>16</height>
  622. </size>
  623. </property>
  624. <property name="styleSheet">
  625. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  626. </property>
  627. </widget>
  628. </item>
  629. <item row="0" column="2" rowspan="2">
  630. <widget class="QWidget" name="effect_15_" native="true">
  631. <property name="sizePolicy">
  632. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  633. <horstretch>0</horstretch>
  634. <verstretch>0</verstretch>
  635. </sizepolicy>
  636. </property>
  637. <property name="minimumSize">
  638. <size>
  639. <width>16</width>
  640. <height>16</height>
  641. </size>
  642. </property>
  643. <property name="maximumSize">
  644. <size>
  645. <width>16</width>
  646. <height>16</height>
  647. </size>
  648. </property>
  649. <property name="styleSheet">
  650. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  651. </property>
  652. </widget>
  653. </item>
  654. <item row="0" column="3" rowspan="2">
  655. <widget class="QWidget" name="effect_16_" native="true">
  656. <property name="sizePolicy">
  657. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  658. <horstretch>0</horstretch>
  659. <verstretch>0</verstretch>
  660. </sizepolicy>
  661. </property>
  662. <property name="minimumSize">
  663. <size>
  664. <width>16</width>
  665. <height>16</height>
  666. </size>
  667. </property>
  668. <property name="maximumSize">
  669. <size>
  670. <width>16</width>
  671. <height>16</height>
  672. </size>
  673. </property>
  674. <property name="styleSheet">
  675. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  676. </property>
  677. </widget>
  678. </item>
  679. <item row="0" column="4" rowspan="2">
  680. <widget class="QWidget" name="effect_17" native="true">
  681. <property name="sizePolicy">
  682. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  683. <horstretch>0</horstretch>
  684. <verstretch>0</verstretch>
  685. </sizepolicy>
  686. </property>
  687. <property name="minimumSize">
  688. <size>
  689. <width>16</width>
  690. <height>16</height>
  691. </size>
  692. </property>
  693. <property name="maximumSize">
  694. <size>
  695. <width>16</width>
  696. <height>16</height>
  697. </size>
  698. </property>
  699. <property name="styleSheet">
  700. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="0" column="5" rowspan="2">
  705. <widget class="QWidget" name="effect_6_" native="true">
  706. <property name="sizePolicy">
  707. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  708. <horstretch>0</horstretch>
  709. <verstretch>0</verstretch>
  710. </sizepolicy>
  711. </property>
  712. <property name="minimumSize">
  713. <size>
  714. <width>16</width>
  715. <height>16</height>
  716. </size>
  717. </property>
  718. <property name="maximumSize">
  719. <size>
  720. <width>16</width>
  721. <height>16</height>
  722. </size>
  723. </property>
  724. <property name="styleSheet">
  725. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  726. </property>
  727. </widget>
  728. </item>
  729. <item row="0" column="6" rowspan="2">
  730. <widget class="QWidget" name="effect_7_" native="true">
  731. <property name="sizePolicy">
  732. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  733. <horstretch>0</horstretch>
  734. <verstretch>0</verstretch>
  735. </sizepolicy>
  736. </property>
  737. <property name="minimumSize">
  738. <size>
  739. <width>16</width>
  740. <height>16</height>
  741. </size>
  742. </property>
  743. <property name="maximumSize">
  744. <size>
  745. <width>16</width>
  746. <height>16</height>
  747. </size>
  748. </property>
  749. <property name="styleSheet">
  750. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  751. </property>
  752. </widget>
  753. </item>
  754. <item row="2" column="10">
  755. <widget class="QWidget" name="widget_22" native="true">
  756. <property name="sizePolicy">
  757. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  758. <horstretch>0</horstretch>
  759. <verstretch>0</verstretch>
  760. </sizepolicy>
  761. </property>
  762. <property name="minimumSize">
  763. <size>
  764. <width>16</width>
  765. <height>16</height>
  766. </size>
  767. </property>
  768. <property name="maximumSize">
  769. <size>
  770. <width>16</width>
  771. <height>16</height>
  772. </size>
  773. </property>
  774. <property name="styleSheet">
  775. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  776. </property>
  777. </widget>
  778. </item>
  779. <item row="2" column="11">
  780. <widget class="QWidget" name="widget_21" native="true">
  781. <property name="sizePolicy">
  782. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  783. <horstretch>0</horstretch>
  784. <verstretch>0</verstretch>
  785. </sizepolicy>
  786. </property>
  787. <property name="minimumSize">
  788. <size>
  789. <width>16</width>
  790. <height>16</height>
  791. </size>
  792. </property>
  793. <property name="maximumSize">
  794. <size>
  795. <width>16</width>
  796. <height>16</height>
  797. </size>
  798. </property>
  799. <property name="styleSheet">
  800. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  801. </property>
  802. </widget>
  803. </item>
  804. <item row="2" column="9">
  805. <widget class="QWidget" name="widget_23" native="true">
  806. <property name="sizePolicy">
  807. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  808. <horstretch>0</horstretch>
  809. <verstretch>0</verstretch>
  810. </sizepolicy>
  811. </property>
  812. <property name="minimumSize">
  813. <size>
  814. <width>16</width>
  815. <height>16</height>
  816. </size>
  817. </property>
  818. <property name="maximumSize">
  819. <size>
  820. <width>16</width>
  821. <height>16</height>
  822. </size>
  823. </property>
  824. <property name="styleSheet">
  825. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  826. </property>
  827. </widget>
  828. </item>
  829. <item row="2" column="8">
  830. <widget class="QWidget" name="widget_24" native="true">
  831. <property name="sizePolicy">
  832. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  833. <horstretch>0</horstretch>
  834. <verstretch>0</verstretch>
  835. </sizepolicy>
  836. </property>
  837. <property name="minimumSize">
  838. <size>
  839. <width>16</width>
  840. <height>16</height>
  841. </size>
  842. </property>
  843. <property name="maximumSize">
  844. <size>
  845. <width>16</width>
  846. <height>16</height>
  847. </size>
  848. </property>
  849. <property name="styleSheet">
  850. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  851. </property>
  852. </widget>
  853. </item>
  854. <item row="2" column="7">
  855. <widget class="QWidget" name="widget_25" native="true">
  856. <property name="sizePolicy">
  857. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  858. <horstretch>0</horstretch>
  859. <verstretch>0</verstretch>
  860. </sizepolicy>
  861. </property>
  862. <property name="minimumSize">
  863. <size>
  864. <width>16</width>
  865. <height>16</height>
  866. </size>
  867. </property>
  868. <property name="maximumSize">
  869. <size>
  870. <width>16</width>
  871. <height>16</height>
  872. </size>
  873. </property>
  874. <property name="styleSheet">
  875. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  876. </property>
  877. </widget>
  878. </item>
  879. <item row="2" column="6">
  880. <widget class="QWidget" name="widget_26" native="true">
  881. <property name="sizePolicy">
  882. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  883. <horstretch>0</horstretch>
  884. <verstretch>0</verstretch>
  885. </sizepolicy>
  886. </property>
  887. <property name="minimumSize">
  888. <size>
  889. <width>16</width>
  890. <height>16</height>
  891. </size>
  892. </property>
  893. <property name="maximumSize">
  894. <size>
  895. <width>16</width>
  896. <height>16</height>
  897. </size>
  898. </property>
  899. <property name="styleSheet">
  900. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  901. </property>
  902. </widget>
  903. </item>
  904. <item row="2" column="5">
  905. <widget class="QWidget" name="widget_27" native="true">
  906. <property name="sizePolicy">
  907. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  908. <horstretch>0</horstretch>
  909. <verstretch>0</verstretch>
  910. </sizepolicy>
  911. </property>
  912. <property name="minimumSize">
  913. <size>
  914. <width>16</width>
  915. <height>16</height>
  916. </size>
  917. </property>
  918. <property name="maximumSize">
  919. <size>
  920. <width>16</width>
  921. <height>16</height>
  922. </size>
  923. </property>
  924. <property name="styleSheet">
  925. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  926. </property>
  927. </widget>
  928. </item>
  929. <item row="2" column="4">
  930. <widget class="QWidget" name="widget_28" native="true">
  931. <property name="sizePolicy">
  932. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  933. <horstretch>0</horstretch>
  934. <verstretch>0</verstretch>
  935. </sizepolicy>
  936. </property>
  937. <property name="minimumSize">
  938. <size>
  939. <width>16</width>
  940. <height>16</height>
  941. </size>
  942. </property>
  943. <property name="maximumSize">
  944. <size>
  945. <width>16</width>
  946. <height>16</height>
  947. </size>
  948. </property>
  949. <property name="styleSheet">
  950. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  951. </property>
  952. </widget>
  953. </item>
  954. <item row="2" column="3">
  955. <widget class="QWidget" name="widget_29" native="true">
  956. <property name="sizePolicy">
  957. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  958. <horstretch>0</horstretch>
  959. <verstretch>0</verstretch>
  960. </sizepolicy>
  961. </property>
  962. <property name="minimumSize">
  963. <size>
  964. <width>16</width>
  965. <height>16</height>
  966. </size>
  967. </property>
  968. <property name="maximumSize">
  969. <size>
  970. <width>16</width>
  971. <height>16</height>
  972. </size>
  973. </property>
  974. <property name="styleSheet">
  975. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  976. </property>
  977. </widget>
  978. </item>
  979. <item row="2" column="2">
  980. <widget class="QWidget" name="widget_30" native="true">
  981. <property name="sizePolicy">
  982. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  983. <horstretch>0</horstretch>
  984. <verstretch>0</verstretch>
  985. </sizepolicy>
  986. </property>
  987. <property name="minimumSize">
  988. <size>
  989. <width>16</width>
  990. <height>16</height>
  991. </size>
  992. </property>
  993. <property name="maximumSize">
  994. <size>
  995. <width>16</width>
  996. <height>16</height>
  997. </size>
  998. </property>
  999. <property name="styleSheet">
  1000. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  1001. </property>
  1002. </widget>
  1003. </item>
  1004. <item row="2" column="1">
  1005. <widget class="QWidget" name="widget_31" native="true">
  1006. <property name="sizePolicy">
  1007. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  1008. <horstretch>0</horstretch>
  1009. <verstretch>0</verstretch>
  1010. </sizepolicy>
  1011. </property>
  1012. <property name="minimumSize">
  1013. <size>
  1014. <width>16</width>
  1015. <height>16</height>
  1016. </size>
  1017. </property>
  1018. <property name="maximumSize">
  1019. <size>
  1020. <width>16</width>
  1021. <height>16</height>
  1022. </size>
  1023. </property>
  1024. <property name="styleSheet">
  1025. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  1026. </property>
  1027. </widget>
  1028. </item>
  1029. <item row="2" column="0">
  1030. <widget class="QWidget" name="widget_32" native="true">
  1031. <property name="sizePolicy">
  1032. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  1033. <horstretch>0</horstretch>
  1034. <verstretch>0</verstretch>
  1035. </sizepolicy>
  1036. </property>
  1037. <property name="minimumSize">
  1038. <size>
  1039. <width>16</width>
  1040. <height>16</height>
  1041. </size>
  1042. </property>
  1043. <property name="maximumSize">
  1044. <size>
  1045. <width>16</width>
  1046. <height>16</height>
  1047. </size>
  1048. </property>
  1049. <property name="styleSheet">
  1050. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  1051. </property>
  1052. </widget>
  1053. </item>
  1054. </layout>
  1055. </widget>
  1056. </item>
  1057. <item row="12" column="4">
  1058. <widget class="QWidget" name="border_botright_" native="true">
  1059. <property name="minimumSize">
  1060. <size>
  1061. <width>8</width>
  1062. <height>8</height>
  1063. </size>
  1064. </property>
  1065. <property name="maximumSize">
  1066. <size>
  1067. <width>8</width>
  1068. <height>8</height>
  1069. </size>
  1070. </property>
  1071. <property name="styleSheet">
  1072. <string notr="true">background:url(:/assets/window/opaque-border-botright.png)</string>
  1073. </property>
  1074. </widget>
  1075. </item>
  1076. <item row="4" column="1" colspan="3">
  1077. <widget class="QWidget" name="action_buttons" native="true">
  1078. <property name="minimumSize">
  1079. <size>
  1080. <width>0</width>
  1081. <height>60</height>
  1082. </size>
  1083. </property>
  1084. <property name="maximumSize">
  1085. <size>
  1086. <width>16777215</width>
  1087. <height>60</height>
  1088. </size>
  1089. </property>
  1090. <layout class="QGridLayout" name="gridLayout_5">
  1091. <property name="topMargin">
  1092. <number>0</number>
  1093. </property>
  1094. <property name="rightMargin">
  1095. <number>0</number>
  1096. </property>
  1097. <property name="bottomMargin">
  1098. <number>0</number>
  1099. </property>
  1100. <property name="spacing">
  1101. <number>0</number>
  1102. </property>
  1103. <item row="0" column="0">
  1104. <widget class="QPushButton" name="pushButton">
  1105. <property name="minimumSize">
  1106. <size>
  1107. <width>60</width>
  1108. <height>60</height>
  1109. </size>
  1110. </property>
  1111. <property name="maximumSize">
  1112. <size>
  1113. <width>60</width>
  1114. <height>60</height>
  1115. </size>
  1116. </property>
  1117. <property name="styleSheet">
  1118. <string notr="true">background-image: url(:/assets/hotseatpvp/scroll_red.png);</string>
  1119. </property>
  1120. <property name="text">
  1121. <string/>
  1122. </property>
  1123. <property name="autoDefault">
  1124. <bool>false</bool>
  1125. </property>
  1126. <property name="flat">
  1127. <bool>false</bool>
  1128. </property>
  1129. </widget>
  1130. </item>
  1131. </layout>
  1132. </widget>
  1133. </item>
  1134. <item row="1" column="4" rowspan="11">
  1135. <widget class="QWidget" name="border_right_" native="true">
  1136. <property name="minimumSize">
  1137. <size>
  1138. <width>8</width>
  1139. <height>8</height>
  1140. </size>
  1141. </property>
  1142. <property name="maximumSize">
  1143. <size>
  1144. <width>8</width>
  1145. <height>16777215</height>
  1146. </size>
  1147. </property>
  1148. <property name="styleSheet">
  1149. <string notr="true">background:url(:/assets/window/opaque-border-right.png)</string>
  1150. </property>
  1151. </widget>
  1152. </item>
  1153. <item row="12" column="1" colspan="3">
  1154. <widget class="QWidget" name="border_bottom_" native="true">
  1155. <property name="minimumSize">
  1156. <size>
  1157. <width>8</width>
  1158. <height>8</height>
  1159. </size>
  1160. </property>
  1161. <property name="maximumSize">
  1162. <size>
  1163. <width>16777215</width>
  1164. <height>8</height>
  1165. </size>
  1166. </property>
  1167. <property name="styleSheet">
  1168. <string notr="true">background:url(:/assets/window/opaque-border-bottom.png)</string>
  1169. </property>
  1170. </widget>
  1171. </item>
  1172. <item row="12" column="0">
  1173. <widget class="QWidget" name="border_botleft_" native="true">
  1174. <property name="minimumSize">
  1175. <size>
  1176. <width>8</width>
  1177. <height>8</height>
  1178. </size>
  1179. </property>
  1180. <property name="maximumSize">
  1181. <size>
  1182. <width>8</width>
  1183. <height>8</height>
  1184. </size>
  1185. </property>
  1186. <property name="styleSheet">
  1187. <string notr="true">background:url(:/assets/window/opaque-border-botleft.png)</string>
  1188. </property>
  1189. </widget>
  1190. </item>
  1191. </layout>
  1192. </widget>
  1193. </item>
  1194. <item row="2" column="0" colspan="2">
  1195. <widget class="QWidget" name="helper" native="true">
  1196. <property name="minimumSize">
  1197. <size>
  1198. <width>0</width>
  1199. <height>75</height>
  1200. </size>
  1201. </property>
  1202. <property name="maximumSize">
  1203. <size>
  1204. <width>16777215</width>
  1205. <height>75</height>
  1206. </size>
  1207. </property>
  1208. <layout class="QGridLayout" name="gridLayout_2">
  1209. <property name="spacing">
  1210. <number>0</number>
  1211. </property>
  1212. <item row="0" column="2">
  1213. <widget class="QWidget" name="border_upright_1" native="true">
  1214. <property name="minimumSize">
  1215. <size>
  1216. <width>8</width>
  1217. <height>8</height>
  1218. </size>
  1219. </property>
  1220. <property name="maximumSize">
  1221. <size>
  1222. <width>8</width>
  1223. <height>8</height>
  1224. </size>
  1225. </property>
  1226. <property name="styleSheet">
  1227. <string notr="true">background:url(:/assets/window/opaque-border-topright.png)</string>
  1228. </property>
  1229. </widget>
  1230. </item>
  1231. <item row="2" column="1">
  1232. <widget class="QWidget" name="border_bottom_1" native="true">
  1233. <property name="minimumSize">
  1234. <size>
  1235. <width>8</width>
  1236. <height>8</height>
  1237. </size>
  1238. </property>
  1239. <property name="maximumSize">
  1240. <size>
  1241. <width>16777215</width>
  1242. <height>8</height>
  1243. </size>
  1244. </property>
  1245. <property name="styleSheet">
  1246. <string notr="true">background:url(:/assets/window/opaque-border-bottom.png)</string>
  1247. </property>
  1248. </widget>
  1249. </item>
  1250. <item row="0" column="0">
  1251. <widget class="QWidget" name="border_upleft_1" native="true">
  1252. <property name="minimumSize">
  1253. <size>
  1254. <width>8</width>
  1255. <height>8</height>
  1256. </size>
  1257. </property>
  1258. <property name="maximumSize">
  1259. <size>
  1260. <width>8</width>
  1261. <height>8</height>
  1262. </size>
  1263. </property>
  1264. <property name="styleSheet">
  1265. <string notr="true">background:url(:/assets/window/opaque-border-topleft.png)</string>
  1266. </property>
  1267. </widget>
  1268. </item>
  1269. <item row="1" column="0">
  1270. <widget class="QWidget" name="border_left_1" native="true">
  1271. <property name="minimumSize">
  1272. <size>
  1273. <width>5</width>
  1274. <height>8</height>
  1275. </size>
  1276. </property>
  1277. <property name="maximumSize">
  1278. <size>
  1279. <width>5</width>
  1280. <height>16777215</height>
  1281. </size>
  1282. </property>
  1283. <property name="styleSheet">
  1284. <string notr="true">background:url(:/assets/window/opaque-border-left.png)</string>
  1285. </property>
  1286. </widget>
  1287. </item>
  1288. <item row="1" column="2">
  1289. <widget class="QWidget" name="border_right_1" native="true">
  1290. <property name="minimumSize">
  1291. <size>
  1292. <width>8</width>
  1293. <height>8</height>
  1294. </size>
  1295. </property>
  1296. <property name="maximumSize">
  1297. <size>
  1298. <width>8</width>
  1299. <height>16777215</height>
  1300. </size>
  1301. </property>
  1302. <property name="styleSheet">
  1303. <string notr="true">background:url(:/assets/window/opaque-border-right.png)</string>
  1304. </property>
  1305. </widget>
  1306. </item>
  1307. <item row="0" column="1">
  1308. <widget class="QWidget" name="border_up_1" native="true">
  1309. <property name="minimumSize">
  1310. <size>
  1311. <width>8</width>
  1312. <height>5</height>
  1313. </size>
  1314. </property>
  1315. <property name="maximumSize">
  1316. <size>
  1317. <width>16777215</width>
  1318. <height>5</height>
  1319. </size>
  1320. </property>
  1321. <property name="styleSheet">
  1322. <string notr="true">background:url(:/assets/window/opaque-border-top.png)</string>
  1323. </property>
  1324. </widget>
  1325. </item>
  1326. <item row="2" column="0">
  1327. <widget class="QWidget" name="border_botleft_1" native="true">
  1328. <property name="minimumSize">
  1329. <size>
  1330. <width>8</width>
  1331. <height>8</height>
  1332. </size>
  1333. </property>
  1334. <property name="maximumSize">
  1335. <size>
  1336. <width>8</width>
  1337. <height>8</height>
  1338. </size>
  1339. </property>
  1340. <property name="styleSheet">
  1341. <string notr="true">background:url(:/assets/window/opaque-border-botleft.png)</string>
  1342. </property>
  1343. </widget>
  1344. </item>
  1345. <item row="1" column="1">
  1346. <widget class="QWidget" name="container_" native="true">
  1347. <layout class="QGridLayout" name="gridLayout_3">
  1348. <property name="leftMargin">
  1349. <number>0</number>
  1350. </property>
  1351. <property name="topMargin">
  1352. <number>0</number>
  1353. </property>
  1354. <property name="rightMargin">
  1355. <number>0</number>
  1356. </property>
  1357. <property name="bottomMargin">
  1358. <number>0</number>
  1359. </property>
  1360. <property name="spacing">
  1361. <number>0</number>
  1362. </property>
  1363. <item row="0" column="0">
  1364. <widget class="QLabel" name="label_2">
  1365. <property name="sizePolicy">
  1366. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1367. <horstretch>0</horstretch>
  1368. <verstretch>0</verstretch>
  1369. </sizepolicy>
  1370. </property>
  1371. <property name="text">
  1372. <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:#ffffff;&quot;&gt;Это подсказка. Она подсказывает, что можно сделать. А может и нет.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  1373. </property>
  1374. </widget>
  1375. </item>
  1376. </layout>
  1377. </widget>
  1378. </item>
  1379. <item row="2" column="2">
  1380. <widget class="QWidget" name="border_botright_1" native="true">
  1381. <property name="minimumSize">
  1382. <size>
  1383. <width>8</width>
  1384. <height>8</height>
  1385. </size>
  1386. </property>
  1387. <property name="maximumSize">
  1388. <size>
  1389. <width>8</width>
  1390. <height>8</height>
  1391. </size>
  1392. </property>
  1393. <property name="styleSheet">
  1394. <string notr="true">background:url(:/assets/window/opaque-border-botright.png)</string>
  1395. </property>
  1396. </widget>
  1397. </item>
  1398. </layout>
  1399. </widget>
  1400. </item>
  1401. <item row="1" column="0">
  1402. <spacer name="verticalSpacer_3">
  1403. <property name="orientation">
  1404. <enum>Qt::Vertical</enum>
  1405. </property>
  1406. <property name="sizeHint" stdset="0">
  1407. <size>
  1408. <width>20</width>
  1409. <height>40</height>
  1410. </size>
  1411. </property>
  1412. </spacer>
  1413. </item>
  1414. <item row="0" column="1" rowspan="2">
  1415. <widget class="QWidget" name="game_widget_" native="true">
  1416. <property name="minimumSize">
  1417. <size>
  1418. <width>0</width>
  1419. <height>0</height>
  1420. </size>
  1421. </property>
  1422. <property name="maximumSize">
  1423. <size>
  1424. <width>16777215</width>
  1425. <height>16777215</height>
  1426. </size>
  1427. </property>
  1428. <property name="sizeIncrement">
  1429. <size>
  1430. <width>1</width>
  1431. <height>1</height>
  1432. </size>
  1433. </property>
  1434. <property name="baseSize">
  1435. <size>
  1436. <width>1</width>
  1437. <height>1</height>
  1438. </size>
  1439. </property>
  1440. <layout class="QGridLayout" name="gridLayout_6">
  1441. <property name="leftMargin">
  1442. <number>0</number>
  1443. </property>
  1444. <property name="topMargin">
  1445. <number>0</number>
  1446. </property>
  1447. <property name="rightMargin">
  1448. <number>0</number>
  1449. </property>
  1450. <property name="bottomMargin">
  1451. <number>0</number>
  1452. </property>
  1453. <property name="spacing">
  1454. <number>0</number>
  1455. </property>
  1456. <item row="0" column="0">
  1457. <widget class="QWidget" name="border_upleft_2" native="true">
  1458. <property name="minimumSize">
  1459. <size>
  1460. <width>26</width>
  1461. <height>25</height>
  1462. </size>
  1463. </property>
  1464. <property name="maximumSize">
  1465. <size>
  1466. <width>26</width>
  1467. <height>25</height>
  1468. </size>
  1469. </property>
  1470. <property name="styleSheet">
  1471. <string notr="true">background:url(:/assets/window/strong_translucent-border-topleft.png)</string>
  1472. </property>
  1473. </widget>
  1474. </item>
  1475. <item row="0" column="1">
  1476. <widget class="QWidget" name="border_up_2" native="true">
  1477. <property name="minimumSize">
  1478. <size>
  1479. <width>25</width>
  1480. <height>25</height>
  1481. </size>
  1482. </property>
  1483. <property name="maximumSize">
  1484. <size>
  1485. <width>16777215</width>
  1486. <height>25</height>
  1487. </size>
  1488. </property>
  1489. <property name="styleSheet">
  1490. <string notr="true">background:url(:/assets/window/strong_translucent-border-top.png)</string>
  1491. </property>
  1492. </widget>
  1493. </item>
  1494. <item row="0" column="2">
  1495. <widget class="QWidget" name="border_upright_2" native="true">
  1496. <property name="minimumSize">
  1497. <size>
  1498. <width>25</width>
  1499. <height>25</height>
  1500. </size>
  1501. </property>
  1502. <property name="maximumSize">
  1503. <size>
  1504. <width>25</width>
  1505. <height>25</height>
  1506. </size>
  1507. </property>
  1508. <property name="styleSheet">
  1509. <string notr="true">background:url(:/assets/window/strong_translucent-border-topright.png)</string>
  1510. </property>
  1511. </widget>
  1512. </item>
  1513. <item row="1" column="0">
  1514. <widget class="QWidget" name="border_left_2" native="true">
  1515. <property name="minimumSize">
  1516. <size>
  1517. <width>26</width>
  1518. <height>26</height>
  1519. </size>
  1520. </property>
  1521. <property name="maximumSize">
  1522. <size>
  1523. <width>26</width>
  1524. <height>16777215</height>
  1525. </size>
  1526. </property>
  1527. <property name="styleSheet">
  1528. <string notr="true">background:url(:/assets/window/strong_translucent-border-left.png)</string>
  1529. </property>
  1530. </widget>
  1531. </item>
  1532. <item row="1" column="2">
  1533. <widget class="QWidget" name="border_right_2" native="true">
  1534. <property name="minimumSize">
  1535. <size>
  1536. <width>25</width>
  1537. <height>25</height>
  1538. </size>
  1539. </property>
  1540. <property name="maximumSize">
  1541. <size>
  1542. <width>26</width>
  1543. <height>16777215</height>
  1544. </size>
  1545. </property>
  1546. <property name="styleSheet">
  1547. <string notr="true">background:url(:/assets/window/strong_translucent-border-right.png)</string>
  1548. </property>
  1549. </widget>
  1550. </item>
  1551. <item row="2" column="0">
  1552. <widget class="QWidget" name="border_botleft_2" native="true">
  1553. <property name="minimumSize">
  1554. <size>
  1555. <width>26</width>
  1556. <height>26</height>
  1557. </size>
  1558. </property>
  1559. <property name="maximumSize">
  1560. <size>
  1561. <width>26</width>
  1562. <height>26</height>
  1563. </size>
  1564. </property>
  1565. <property name="styleSheet">
  1566. <string notr="true">background:url(:/assets/window/strong_translucent-border-botleft.png)</string>
  1567. </property>
  1568. </widget>
  1569. </item>
  1570. <item row="2" column="1">
  1571. <widget class="QWidget" name="border_bottom_2" native="true">
  1572. <property name="minimumSize">
  1573. <size>
  1574. <width>26</width>
  1575. <height>26</height>
  1576. </size>
  1577. </property>
  1578. <property name="maximumSize">
  1579. <size>
  1580. <width>16777215</width>
  1581. <height>26</height>
  1582. </size>
  1583. </property>
  1584. <property name="styleSheet">
  1585. <string notr="true">background:url(:/assets/window/strong_translucent-border_bottom.png)</string>
  1586. </property>
  1587. </widget>
  1588. </item>
  1589. <item row="2" column="2">
  1590. <widget class="QWidget" name="border_botright_2" native="true">
  1591. <property name="minimumSize">
  1592. <size>
  1593. <width>25</width>
  1594. <height>26</height>
  1595. </size>
  1596. </property>
  1597. <property name="maximumSize">
  1598. <size>
  1599. <width>25</width>
  1600. <height>26</height>
  1601. </size>
  1602. </property>
  1603. <property name="styleSheet">
  1604. <string notr="true">background:url(:/assets/window/strong_translucent-border-botright.png)</string>
  1605. </property>
  1606. </widget>
  1607. </item>
  1608. <item row="1" column="1">
  1609. <widget class="QWidget" name="game_widget_1" native="true">
  1610. <property name="styleSheet">
  1611. <string notr="true">background-image: url(:/assets/window/strong_translucent-background.png);</string>
  1612. </property>
  1613. </widget>
  1614. </item>
  1615. </layout>
  1616. </widget>
  1617. </item>
  1618. </layout>
  1619. </widget>
  1620. </item>
  1621. </layout>
  1622. </widget>
  1623. <resources/>
  1624. <connections/>
  1625. </ui>