hotseatgame.ui 55 KB

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