hotseatgame.ui 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252
  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. <property name="styleSheet">
  56. <string notr="true">border-image: url(:/assets/hotseat_game/battle_bg/bg(1).png);</string>
  57. </property>
  58. <layout class="QGridLayout" name="gridLayout_2">
  59. <item row="0" column="0">
  60. <spacer name="verticalSpacer_5">
  61. <property name="orientation">
  62. <enum>Qt::Vertical</enum>
  63. </property>
  64. <property name="sizeHint" stdset="0">
  65. <size>
  66. <width>20</width>
  67. <height>40</height>
  68. </size>
  69. </property>
  70. </spacer>
  71. </item>
  72. <item row="0" column="1" rowspan="3">
  73. <widget class="QGraphicsView" name="game_content">
  74. <property name="styleSheet">
  75. <string notr="true">background: transparent;
  76. border-image: none;</string>
  77. </property>
  78. <property name="backgroundBrush">
  79. <brush brushstyle="NoBrush">
  80. <color alpha="0">
  81. <red>0</red>
  82. <green>0</green>
  83. <blue>0</blue>
  84. </color>
  85. </brush>
  86. </property>
  87. <property name="foregroundBrush">
  88. <brush brushstyle="NoBrush">
  89. <color alpha="0">
  90. <red>0</red>
  91. <green>0</green>
  92. <blue>0</blue>
  93. </color>
  94. </brush>
  95. </property>
  96. </widget>
  97. </item>
  98. <item row="1" column="0">
  99. <widget class="QWidget" name="unit_chars_widget_" native="true">
  100. <property name="sizePolicy">
  101. <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
  102. <horstretch>0</horstretch>
  103. <verstretch>0</verstretch>
  104. </sizepolicy>
  105. </property>
  106. <property name="minimumSize">
  107. <size>
  108. <width>250</width>
  109. <height>0</height>
  110. </size>
  111. </property>
  112. <property name="layoutDirection">
  113. <enum>Qt::LeftToRight</enum>
  114. </property>
  115. <property name="autoFillBackground">
  116. <bool>false</bool>
  117. </property>
  118. <property name="styleSheet">
  119. <string notr="true">background-color: rgb(1, 0, 58);
  120. border-image: none;
  121. </string>
  122. </property>
  123. <layout class="QGridLayout" name="gridLayout_4">
  124. <property name="leftMargin">
  125. <number>0</number>
  126. </property>
  127. <property name="topMargin">
  128. <number>0</number>
  129. </property>
  130. <property name="rightMargin">
  131. <number>0</number>
  132. </property>
  133. <property name="bottomMargin">
  134. <number>0</number>
  135. </property>
  136. <property name="spacing">
  137. <number>0</number>
  138. </property>
  139. <item row="2" column="1" colspan="3">
  140. <widget class="QLabel" name="unit_name_">
  141. <property name="minimumSize">
  142. <size>
  143. <width>0</width>
  144. <height>0</height>
  145. </size>
  146. </property>
  147. <property name="maximumSize">
  148. <size>
  149. <width>16777215</width>
  150. <height>50</height>
  151. </size>
  152. </property>
  153. <property name="font">
  154. <font>
  155. <family>Viking Cyr</family>
  156. <pointsize>10</pointsize>
  157. </font>
  158. </property>
  159. <property name="text">
  160. <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>
  161. </property>
  162. </widget>
  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="styleSheet">
  188. <string notr="true">background: none;
  189. background-border: none;</string>
  190. </property>
  191. <property name="frameShape">
  192. <enum>QFrame::Panel</enum>
  193. </property>
  194. <property name="frameShadow">
  195. <enum>QFrame::Sunken</enum>
  196. </property>
  197. <property name="lineWidth">
  198. <number>0</number>
  199. </property>
  200. <property name="text">
  201. <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>
  202. </property>
  203. <property name="alignment">
  204. <set>Qt::AlignCenter</set>
  205. </property>
  206. </widget>
  207. </item>
  208. <item row="9" column="1" colspan="3">
  209. <widget class="QLabel" name="char_traits_">
  210. <property name="minimumSize">
  211. <size>
  212. <width>250</width>
  213. <height>0</height>
  214. </size>
  215. </property>
  216. <property name="frameShape">
  217. <enum>QFrame::Panel</enum>
  218. </property>
  219. <property name="frameShadow">
  220. <enum>QFrame::Sunken</enum>
  221. </property>
  222. <property name="lineWidth">
  223. <number>0</number>
  224. </property>
  225. <property name="text">
  226. <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>
  227. </property>
  228. <property name="alignment">
  229. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  230. </property>
  231. <property name="margin">
  232. <number>10</number>
  233. </property>
  234. </widget>
  235. </item>
  236. <item row="11" column="2">
  237. <widget class="QPushButton" name="surrender_button_">
  238. <property name="styleSheet">
  239. <string notr="true">color: rgb(159, 159, 0);
  240. background: none;</string>
  241. </property>
  242. <property name="text">
  243. <string>Сдаться</string>
  244. </property>
  245. <property name="autoDefault">
  246. <bool>true</bool>
  247. </property>
  248. </widget>
  249. </item>
  250. <item row="10" column="2">
  251. <widget class="QPushButton" name="end_turn_button_">
  252. <property name="styleSheet">
  253. <string notr="true">color: rgb(159, 159, 0);
  254. background: none;</string>
  255. </property>
  256. <property name="text">
  257. <string>Закончить ход</string>
  258. </property>
  259. <property name="autoDefault">
  260. <bool>true</bool>
  261. </property>
  262. </widget>
  263. </item>
  264. <item row="10" column="3">
  265. <spacer name="horizontalSpacer_4">
  266. <property name="orientation">
  267. <enum>Qt::Horizontal</enum>
  268. </property>
  269. <property name="sizeType">
  270. <enum>QSizePolicy::Fixed</enum>
  271. </property>
  272. <property name="sizeHint" stdset="0">
  273. <size>
  274. <width>50</width>
  275. <height>20</height>
  276. </size>
  277. </property>
  278. </spacer>
  279. </item>
  280. <item row="10" column="1">
  281. <spacer name="horizontalSpacer_3">
  282. <property name="orientation">
  283. <enum>Qt::Horizontal</enum>
  284. </property>
  285. <property name="sizeType">
  286. <enum>QSizePolicy::Fixed</enum>
  287. </property>
  288. <property name="sizeHint" stdset="0">
  289. <size>
  290. <width>50</width>
  291. <height>20</height>
  292. </size>
  293. </property>
  294. </spacer>
  295. </item>
  296. <item row="11" column="1">
  297. <spacer name="horizontalSpacer_5">
  298. <property name="orientation">
  299. <enum>Qt::Horizontal</enum>
  300. </property>
  301. <property name="sizeType">
  302. <enum>QSizePolicy::Fixed</enum>
  303. </property>
  304. <property name="sizeHint" stdset="0">
  305. <size>
  306. <width>50</width>
  307. <height>20</height>
  308. </size>
  309. </property>
  310. </spacer>
  311. </item>
  312. <item row="6" column="1" colspan="3">
  313. <widget class="QLabel" name="label">
  314. <property name="text">
  315. <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>
  316. </property>
  317. </widget>
  318. </item>
  319. <item row="11" column="3">
  320. <spacer name="horizontalSpacer">
  321. <property name="orientation">
  322. <enum>Qt::Horizontal</enum>
  323. </property>
  324. <property name="sizeHint" stdset="0">
  325. <size>
  326. <width>40</width>
  327. <height>20</height>
  328. </size>
  329. </property>
  330. </spacer>
  331. </item>
  332. <item row="0" column="0">
  333. <widget class="QWidget" name="border_upleft_" native="true">
  334. <property name="minimumSize">
  335. <size>
  336. <width>8</width>
  337. <height>8</height>
  338. </size>
  339. </property>
  340. <property name="maximumSize">
  341. <size>
  342. <width>8</width>
  343. <height>8</height>
  344. </size>
  345. </property>
  346. <property name="styleSheet">
  347. <string notr="true">background:url(:/assets/common/window/opaque-border-topleft.png)</string>
  348. </property>
  349. </widget>
  350. </item>
  351. <item row="0" column="1" colspan="3">
  352. <widget class="QWidget" name="border_up_" native="true">
  353. <property name="minimumSize">
  354. <size>
  355. <width>8</width>
  356. <height>5</height>
  357. </size>
  358. </property>
  359. <property name="maximumSize">
  360. <size>
  361. <width>16777215</width>
  362. <height>5</height>
  363. </size>
  364. </property>
  365. <property name="styleSheet">
  366. <string notr="true">background:url(:/assets/common/window/opaque-border-top.png)</string>
  367. </property>
  368. </widget>
  369. </item>
  370. <item row="1" column="0" rowspan="11">
  371. <widget class="QWidget" name="border_left_" native="true">
  372. <property name="minimumSize">
  373. <size>
  374. <width>5</width>
  375. <height>8</height>
  376. </size>
  377. </property>
  378. <property name="maximumSize">
  379. <size>
  380. <width>5</width>
  381. <height>16777215</height>
  382. </size>
  383. </property>
  384. <property name="styleSheet">
  385. <string notr="true">background:url(:/assets/common/window/opaque-border-left.png)</string>
  386. </property>
  387. </widget>
  388. </item>
  389. <item row="0" column="4">
  390. <widget class="QWidget" name="border_upright_" native="true">
  391. <property name="minimumSize">
  392. <size>
  393. <width>8</width>
  394. <height>8</height>
  395. </size>
  396. </property>
  397. <property name="maximumSize">
  398. <size>
  399. <width>8</width>
  400. <height>8</height>
  401. </size>
  402. </property>
  403. <property name="styleSheet">
  404. <string notr="true">background:url(:/assets/common/window/opaque-border-topright.png)</string>
  405. </property>
  406. </widget>
  407. </item>
  408. <item row="7" column="1" colspan="3">
  409. <widget class="QFrame" name="effects_frame_">
  410. <property name="minimumSize">
  411. <size>
  412. <width>32</width>
  413. <height>36</height>
  414. </size>
  415. </property>
  416. <property name="maximumSize">
  417. <size>
  418. <width>16777215</width>
  419. <height>36</height>
  420. </size>
  421. </property>
  422. <property name="frameShape">
  423. <enum>QFrame::StyledPanel</enum>
  424. </property>
  425. <property name="frameShadow">
  426. <enum>QFrame::Raised</enum>
  427. </property>
  428. <layout class="QGridLayout" name="gridLayout_7">
  429. <property name="leftMargin">
  430. <number>3</number>
  431. </property>
  432. <property name="topMargin">
  433. <number>3</number>
  434. </property>
  435. <property name="rightMargin">
  436. <number>0</number>
  437. </property>
  438. <property name="bottomMargin">
  439. <number>0</number>
  440. </property>
  441. <property name="spacing">
  442. <number>3</number>
  443. </property>
  444. <item row="0" column="7" rowspan="2">
  445. <widget class="QWidget" name="effect_8_" native="true">
  446. <property name="sizePolicy">
  447. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  448. <horstretch>0</horstretch>
  449. <verstretch>0</verstretch>
  450. </sizepolicy>
  451. </property>
  452. <property name="minimumSize">
  453. <size>
  454. <width>16</width>
  455. <height>16</height>
  456. </size>
  457. </property>
  458. <property name="maximumSize">
  459. <size>
  460. <width>16</width>
  461. <height>16</height>
  462. </size>
  463. </property>
  464. <property name="styleSheet">
  465. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  466. </property>
  467. </widget>
  468. </item>
  469. <item row="0" column="11">
  470. <widget class="QWidget" name="effect_12_" native="true">
  471. <property name="sizePolicy">
  472. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  473. <horstretch>0</horstretch>
  474. <verstretch>0</verstretch>
  475. </sizepolicy>
  476. </property>
  477. <property name="minimumSize">
  478. <size>
  479. <width>16</width>
  480. <height>16</height>
  481. </size>
  482. </property>
  483. <property name="maximumSize">
  484. <size>
  485. <width>16</width>
  486. <height>16</height>
  487. </size>
  488. </property>
  489. <property name="styleSheet">
  490. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  491. </property>
  492. </widget>
  493. </item>
  494. <item row="0" column="8" rowspan="2">
  495. <widget class="QWidget" name="effect_9_" native="true">
  496. <property name="sizePolicy">
  497. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  498. <horstretch>0</horstretch>
  499. <verstretch>0</verstretch>
  500. </sizepolicy>
  501. </property>
  502. <property name="minimumSize">
  503. <size>
  504. <width>16</width>
  505. <height>16</height>
  506. </size>
  507. </property>
  508. <property name="maximumSize">
  509. <size>
  510. <width>16</width>
  511. <height>16</height>
  512. </size>
  513. </property>
  514. <property name="styleSheet">
  515. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  516. </property>
  517. </widget>
  518. </item>
  519. <item row="0" column="10" rowspan="2">
  520. <widget class="QWidget" name="effect_11_" native="true">
  521. <property name="sizePolicy">
  522. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  523. <horstretch>0</horstretch>
  524. <verstretch>0</verstretch>
  525. </sizepolicy>
  526. </property>
  527. <property name="minimumSize">
  528. <size>
  529. <width>16</width>
  530. <height>16</height>
  531. </size>
  532. </property>
  533. <property name="maximumSize">
  534. <size>
  535. <width>16</width>
  536. <height>16</height>
  537. </size>
  538. </property>
  539. <property name="styleSheet">
  540. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  541. </property>
  542. </widget>
  543. </item>
  544. <item row="0" column="9" rowspan="2">
  545. <widget class="QWidget" name="effect_10_" native="true">
  546. <property name="sizePolicy">
  547. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  548. <horstretch>0</horstretch>
  549. <verstretch>0</verstretch>
  550. </sizepolicy>
  551. </property>
  552. <property name="minimumSize">
  553. <size>
  554. <width>16</width>
  555. <height>16</height>
  556. </size>
  557. </property>
  558. <property name="maximumSize">
  559. <size>
  560. <width>16</width>
  561. <height>16</height>
  562. </size>
  563. </property>
  564. <property name="styleSheet">
  565. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  566. </property>
  567. </widget>
  568. </item>
  569. <item row="0" column="0" rowspan="2">
  570. <widget class="QWidget" name="effect_13_" native="true">
  571. <property name="sizePolicy">
  572. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  573. <horstretch>0</horstretch>
  574. <verstretch>0</verstretch>
  575. </sizepolicy>
  576. </property>
  577. <property name="minimumSize">
  578. <size>
  579. <width>16</width>
  580. <height>16</height>
  581. </size>
  582. </property>
  583. <property name="maximumSize">
  584. <size>
  585. <width>16</width>
  586. <height>16</height>
  587. </size>
  588. </property>
  589. <property name="styleSheet">
  590. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  591. </property>
  592. </widget>
  593. </item>
  594. <item row="0" column="1" rowspan="2">
  595. <widget class="QWidget" name="effect_14_" native="true">
  596. <property name="sizePolicy">
  597. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  598. <horstretch>0</horstretch>
  599. <verstretch>0</verstretch>
  600. </sizepolicy>
  601. </property>
  602. <property name="minimumSize">
  603. <size>
  604. <width>16</width>
  605. <height>16</height>
  606. </size>
  607. </property>
  608. <property name="maximumSize">
  609. <size>
  610. <width>16</width>
  611. <height>16</height>
  612. </size>
  613. </property>
  614. <property name="styleSheet">
  615. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  616. </property>
  617. </widget>
  618. </item>
  619. <item row="0" column="2" rowspan="2">
  620. <widget class="QWidget" name="effect_15_" native="true">
  621. <property name="sizePolicy">
  622. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  623. <horstretch>0</horstretch>
  624. <verstretch>0</verstretch>
  625. </sizepolicy>
  626. </property>
  627. <property name="minimumSize">
  628. <size>
  629. <width>16</width>
  630. <height>16</height>
  631. </size>
  632. </property>
  633. <property name="maximumSize">
  634. <size>
  635. <width>16</width>
  636. <height>16</height>
  637. </size>
  638. </property>
  639. <property name="styleSheet">
  640. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  641. </property>
  642. </widget>
  643. </item>
  644. <item row="0" column="3" rowspan="2">
  645. <widget class="QWidget" name="effect_16_" native="true">
  646. <property name="sizePolicy">
  647. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  648. <horstretch>0</horstretch>
  649. <verstretch>0</verstretch>
  650. </sizepolicy>
  651. </property>
  652. <property name="minimumSize">
  653. <size>
  654. <width>16</width>
  655. <height>16</height>
  656. </size>
  657. </property>
  658. <property name="maximumSize">
  659. <size>
  660. <width>16</width>
  661. <height>16</height>
  662. </size>
  663. </property>
  664. <property name="styleSheet">
  665. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  666. </property>
  667. </widget>
  668. </item>
  669. <item row="0" column="4" rowspan="2">
  670. <widget class="QWidget" name="effect_17" native="true">
  671. <property name="sizePolicy">
  672. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  673. <horstretch>0</horstretch>
  674. <verstretch>0</verstretch>
  675. </sizepolicy>
  676. </property>
  677. <property name="minimumSize">
  678. <size>
  679. <width>16</width>
  680. <height>16</height>
  681. </size>
  682. </property>
  683. <property name="maximumSize">
  684. <size>
  685. <width>16</width>
  686. <height>16</height>
  687. </size>
  688. </property>
  689. <property name="styleSheet">
  690. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  691. </property>
  692. </widget>
  693. </item>
  694. <item row="0" column="5" rowspan="2">
  695. <widget class="QWidget" name="effect_6_" native="true">
  696. <property name="sizePolicy">
  697. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  698. <horstretch>0</horstretch>
  699. <verstretch>0</verstretch>
  700. </sizepolicy>
  701. </property>
  702. <property name="minimumSize">
  703. <size>
  704. <width>16</width>
  705. <height>16</height>
  706. </size>
  707. </property>
  708. <property name="maximumSize">
  709. <size>
  710. <width>16</width>
  711. <height>16</height>
  712. </size>
  713. </property>
  714. <property name="styleSheet">
  715. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  716. </property>
  717. </widget>
  718. </item>
  719. <item row="0" column="6" rowspan="2">
  720. <widget class="QWidget" name="effect_7_" native="true">
  721. <property name="sizePolicy">
  722. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  723. <horstretch>0</horstretch>
  724. <verstretch>0</verstretch>
  725. </sizepolicy>
  726. </property>
  727. <property name="minimumSize">
  728. <size>
  729. <width>16</width>
  730. <height>16</height>
  731. </size>
  732. </property>
  733. <property name="maximumSize">
  734. <size>
  735. <width>16</width>
  736. <height>16</height>
  737. </size>
  738. </property>
  739. <property name="styleSheet">
  740. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  741. </property>
  742. </widget>
  743. </item>
  744. <item row="2" column="10">
  745. <widget class="QWidget" name="widget_22" native="true">
  746. <property name="sizePolicy">
  747. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  748. <horstretch>0</horstretch>
  749. <verstretch>0</verstretch>
  750. </sizepolicy>
  751. </property>
  752. <property name="minimumSize">
  753. <size>
  754. <width>16</width>
  755. <height>16</height>
  756. </size>
  757. </property>
  758. <property name="maximumSize">
  759. <size>
  760. <width>16</width>
  761. <height>16</height>
  762. </size>
  763. </property>
  764. <property name="styleSheet">
  765. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  766. </property>
  767. </widget>
  768. </item>
  769. <item row="2" column="11">
  770. <widget class="QWidget" name="widget_21" native="true">
  771. <property name="sizePolicy">
  772. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  773. <horstretch>0</horstretch>
  774. <verstretch>0</verstretch>
  775. </sizepolicy>
  776. </property>
  777. <property name="minimumSize">
  778. <size>
  779. <width>16</width>
  780. <height>16</height>
  781. </size>
  782. </property>
  783. <property name="maximumSize">
  784. <size>
  785. <width>16</width>
  786. <height>16</height>
  787. </size>
  788. </property>
  789. <property name="styleSheet">
  790. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  791. </property>
  792. </widget>
  793. </item>
  794. <item row="2" column="9">
  795. <widget class="QWidget" name="widget_23" native="true">
  796. <property name="sizePolicy">
  797. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  798. <horstretch>0</horstretch>
  799. <verstretch>0</verstretch>
  800. </sizepolicy>
  801. </property>
  802. <property name="minimumSize">
  803. <size>
  804. <width>16</width>
  805. <height>16</height>
  806. </size>
  807. </property>
  808. <property name="maximumSize">
  809. <size>
  810. <width>16</width>
  811. <height>16</height>
  812. </size>
  813. </property>
  814. <property name="styleSheet">
  815. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  816. </property>
  817. </widget>
  818. </item>
  819. <item row="2" column="8">
  820. <widget class="QWidget" name="widget_24" native="true">
  821. <property name="sizePolicy">
  822. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  823. <horstretch>0</horstretch>
  824. <verstretch>0</verstretch>
  825. </sizepolicy>
  826. </property>
  827. <property name="minimumSize">
  828. <size>
  829. <width>16</width>
  830. <height>16</height>
  831. </size>
  832. </property>
  833. <property name="maximumSize">
  834. <size>
  835. <width>16</width>
  836. <height>16</height>
  837. </size>
  838. </property>
  839. <property name="styleSheet">
  840. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  841. </property>
  842. </widget>
  843. </item>
  844. <item row="2" column="7">
  845. <widget class="QWidget" name="widget_25" native="true">
  846. <property name="sizePolicy">
  847. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  848. <horstretch>0</horstretch>
  849. <verstretch>0</verstretch>
  850. </sizepolicy>
  851. </property>
  852. <property name="minimumSize">
  853. <size>
  854. <width>16</width>
  855. <height>16</height>
  856. </size>
  857. </property>
  858. <property name="maximumSize">
  859. <size>
  860. <width>16</width>
  861. <height>16</height>
  862. </size>
  863. </property>
  864. <property name="styleSheet">
  865. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  866. </property>
  867. </widget>
  868. </item>
  869. <item row="2" column="6">
  870. <widget class="QWidget" name="widget_26" native="true">
  871. <property name="sizePolicy">
  872. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  873. <horstretch>0</horstretch>
  874. <verstretch>0</verstretch>
  875. </sizepolicy>
  876. </property>
  877. <property name="minimumSize">
  878. <size>
  879. <width>16</width>
  880. <height>16</height>
  881. </size>
  882. </property>
  883. <property name="maximumSize">
  884. <size>
  885. <width>16</width>
  886. <height>16</height>
  887. </size>
  888. </property>
  889. <property name="styleSheet">
  890. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  891. </property>
  892. </widget>
  893. </item>
  894. <item row="2" column="5">
  895. <widget class="QWidget" name="widget_27" native="true">
  896. <property name="sizePolicy">
  897. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  898. <horstretch>0</horstretch>
  899. <verstretch>0</verstretch>
  900. </sizepolicy>
  901. </property>
  902. <property name="minimumSize">
  903. <size>
  904. <width>16</width>
  905. <height>16</height>
  906. </size>
  907. </property>
  908. <property name="maximumSize">
  909. <size>
  910. <width>16</width>
  911. <height>16</height>
  912. </size>
  913. </property>
  914. <property name="styleSheet">
  915. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  916. </property>
  917. </widget>
  918. </item>
  919. <item row="2" column="4">
  920. <widget class="QWidget" name="widget_28" native="true">
  921. <property name="sizePolicy">
  922. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  923. <horstretch>0</horstretch>
  924. <verstretch>0</verstretch>
  925. </sizepolicy>
  926. </property>
  927. <property name="minimumSize">
  928. <size>
  929. <width>16</width>
  930. <height>16</height>
  931. </size>
  932. </property>
  933. <property name="maximumSize">
  934. <size>
  935. <width>16</width>
  936. <height>16</height>
  937. </size>
  938. </property>
  939. <property name="styleSheet">
  940. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  941. </property>
  942. </widget>
  943. </item>
  944. <item row="2" column="3">
  945. <widget class="QWidget" name="widget_29" native="true">
  946. <property name="sizePolicy">
  947. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  948. <horstretch>0</horstretch>
  949. <verstretch>0</verstretch>
  950. </sizepolicy>
  951. </property>
  952. <property name="minimumSize">
  953. <size>
  954. <width>16</width>
  955. <height>16</height>
  956. </size>
  957. </property>
  958. <property name="maximumSize">
  959. <size>
  960. <width>16</width>
  961. <height>16</height>
  962. </size>
  963. </property>
  964. <property name="styleSheet">
  965. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  966. </property>
  967. </widget>
  968. </item>
  969. <item row="2" column="2">
  970. <widget class="QWidget" name="widget_30" native="true">
  971. <property name="sizePolicy">
  972. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  973. <horstretch>0</horstretch>
  974. <verstretch>0</verstretch>
  975. </sizepolicy>
  976. </property>
  977. <property name="minimumSize">
  978. <size>
  979. <width>16</width>
  980. <height>16</height>
  981. </size>
  982. </property>
  983. <property name="maximumSize">
  984. <size>
  985. <width>16</width>
  986. <height>16</height>
  987. </size>
  988. </property>
  989. <property name="styleSheet">
  990. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  991. </property>
  992. </widget>
  993. </item>
  994. <item row="2" column="1">
  995. <widget class="QWidget" name="widget_31" native="true">
  996. <property name="sizePolicy">
  997. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  998. <horstretch>0</horstretch>
  999. <verstretch>0</verstretch>
  1000. </sizepolicy>
  1001. </property>
  1002. <property name="minimumSize">
  1003. <size>
  1004. <width>16</width>
  1005. <height>16</height>
  1006. </size>
  1007. </property>
  1008. <property name="maximumSize">
  1009. <size>
  1010. <width>16</width>
  1011. <height>16</height>
  1012. </size>
  1013. </property>
  1014. <property name="styleSheet">
  1015. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  1016. </property>
  1017. </widget>
  1018. </item>
  1019. <item row="2" column="0">
  1020. <widget class="QWidget" name="widget_32" native="true">
  1021. <property name="sizePolicy">
  1022. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  1023. <horstretch>0</horstretch>
  1024. <verstretch>0</verstretch>
  1025. </sizepolicy>
  1026. </property>
  1027. <property name="minimumSize">
  1028. <size>
  1029. <width>16</width>
  1030. <height>16</height>
  1031. </size>
  1032. </property>
  1033. <property name="maximumSize">
  1034. <size>
  1035. <width>16</width>
  1036. <height>16</height>
  1037. </size>
  1038. </property>
  1039. <property name="styleSheet">
  1040. <string notr="true">background-image: url(:/assets/hotseatpvp/standart_effect.png);</string>
  1041. </property>
  1042. </widget>
  1043. </item>
  1044. </layout>
  1045. </widget>
  1046. </item>
  1047. <item row="12" column="4">
  1048. <widget class="QWidget" name="border_botright_" native="true">
  1049. <property name="minimumSize">
  1050. <size>
  1051. <width>8</width>
  1052. <height>8</height>
  1053. </size>
  1054. </property>
  1055. <property name="maximumSize">
  1056. <size>
  1057. <width>8</width>
  1058. <height>8</height>
  1059. </size>
  1060. </property>
  1061. <property name="styleSheet">
  1062. <string notr="true">background:url(:/assets/common/window/opaque-border-botright.png);</string>
  1063. </property>
  1064. </widget>
  1065. </item>
  1066. <item row="4" column="1" colspan="3">
  1067. <widget class="QWidget" name="action_buttons" native="true">
  1068. <property name="minimumSize">
  1069. <size>
  1070. <width>0</width>
  1071. <height>60</height>
  1072. </size>
  1073. </property>
  1074. <property name="maximumSize">
  1075. <size>
  1076. <width>16777215</width>
  1077. <height>60</height>
  1078. </size>
  1079. </property>
  1080. <layout class="QGridLayout" name="gridLayout_5">
  1081. <property name="topMargin">
  1082. <number>0</number>
  1083. </property>
  1084. <property name="rightMargin">
  1085. <number>0</number>
  1086. </property>
  1087. <property name="bottomMargin">
  1088. <number>0</number>
  1089. </property>
  1090. <property name="spacing">
  1091. <number>0</number>
  1092. </property>
  1093. <item row="0" column="0">
  1094. <widget class="QPushButton" name="pushButton">
  1095. <property name="minimumSize">
  1096. <size>
  1097. <width>60</width>
  1098. <height>60</height>
  1099. </size>
  1100. </property>
  1101. <property name="maximumSize">
  1102. <size>
  1103. <width>60</width>
  1104. <height>60</height>
  1105. </size>
  1106. </property>
  1107. <property name="styleSheet">
  1108. <string notr="true">background-image: url(:/assets/hotseatpvp/scroll_red.png);</string>
  1109. </property>
  1110. <property name="text">
  1111. <string/>
  1112. </property>
  1113. <property name="autoDefault">
  1114. <bool>false</bool>
  1115. </property>
  1116. <property name="flat">
  1117. <bool>false</bool>
  1118. </property>
  1119. </widget>
  1120. </item>
  1121. </layout>
  1122. </widget>
  1123. </item>
  1124. <item row="1" column="4" rowspan="11">
  1125. <widget class="QWidget" name="border_right_" native="true">
  1126. <property name="minimumSize">
  1127. <size>
  1128. <width>8</width>
  1129. <height>8</height>
  1130. </size>
  1131. </property>
  1132. <property name="maximumSize">
  1133. <size>
  1134. <width>8</width>
  1135. <height>16777215</height>
  1136. </size>
  1137. </property>
  1138. <property name="styleSheet">
  1139. <string notr="true">background:url(:/assets/common/window/opaque-border-right.png)</string>
  1140. </property>
  1141. </widget>
  1142. </item>
  1143. <item row="12" column="1" colspan="3">
  1144. <widget class="QWidget" name="border_bottom_" native="true">
  1145. <property name="minimumSize">
  1146. <size>
  1147. <width>8</width>
  1148. <height>8</height>
  1149. </size>
  1150. </property>
  1151. <property name="maximumSize">
  1152. <size>
  1153. <width>16777215</width>
  1154. <height>8</height>
  1155. </size>
  1156. </property>
  1157. <property name="styleSheet">
  1158. <string notr="true">background:url(:/assets/common/window/opaque-border-bottom.png)</string>
  1159. </property>
  1160. </widget>
  1161. </item>
  1162. <item row="12" column="0">
  1163. <widget class="QWidget" name="border_botleft_" native="true">
  1164. <property name="minimumSize">
  1165. <size>
  1166. <width>8</width>
  1167. <height>8</height>
  1168. </size>
  1169. </property>
  1170. <property name="maximumSize">
  1171. <size>
  1172. <width>8</width>
  1173. <height>8</height>
  1174. </size>
  1175. </property>
  1176. <property name="styleSheet">
  1177. <string notr="true">background:url(:/assets/common/window/opaque-border-botleft.png)</string>
  1178. </property>
  1179. </widget>
  1180. </item>
  1181. <item row="3" column="1" colspan="3">
  1182. <spacer name="verticalSpacer">
  1183. <property name="orientation">
  1184. <enum>Qt::Vertical</enum>
  1185. </property>
  1186. <property name="sizeType">
  1187. <enum>QSizePolicy::Fixed</enum>
  1188. </property>
  1189. <property name="sizeHint" stdset="0">
  1190. <size>
  1191. <width>20</width>
  1192. <height>15</height>
  1193. </size>
  1194. </property>
  1195. </spacer>
  1196. </item>
  1197. <item row="5" column="1" colspan="3">
  1198. <spacer name="verticalSpacer_2">
  1199. <property name="orientation">
  1200. <enum>Qt::Vertical</enum>
  1201. </property>
  1202. <property name="sizeType">
  1203. <enum>QSizePolicy::Fixed</enum>
  1204. </property>
  1205. <property name="sizeHint" stdset="0">
  1206. <size>
  1207. <width>20</width>
  1208. <height>15</height>
  1209. </size>
  1210. </property>
  1211. </spacer>
  1212. </item>
  1213. <item row="8" column="1" colspan="3">
  1214. <spacer name="verticalSpacer_4">
  1215. <property name="orientation">
  1216. <enum>Qt::Vertical</enum>
  1217. </property>
  1218. <property name="sizeType">
  1219. <enum>QSizePolicy::Fixed</enum>
  1220. </property>
  1221. <property name="sizeHint" stdset="0">
  1222. <size>
  1223. <width>20</width>
  1224. <height>15</height>
  1225. </size>
  1226. </property>
  1227. </spacer>
  1228. </item>
  1229. </layout>
  1230. </widget>
  1231. </item>
  1232. <item row="2" column="0">
  1233. <spacer name="verticalSpacer_3">
  1234. <property name="orientation">
  1235. <enum>Qt::Vertical</enum>
  1236. </property>
  1237. <property name="sizeHint" stdset="0">
  1238. <size>
  1239. <width>20</width>
  1240. <height>40</height>
  1241. </size>
  1242. </property>
  1243. </spacer>
  1244. </item>
  1245. </layout>
  1246. </widget>
  1247. </item>
  1248. </layout>
  1249. </widget>
  1250. <resources/>
  1251. <connections/>
  1252. </ui>