statuswidget.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StatusWidget</class>
  4. <widget class="QWidget" name="StatusWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>860</width>
  10. <height>491</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3" rowstretch="1,0,4">
  17. <item row="0" column="1">
  18. <spacer name="verticalSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Vertical</enum>
  21. </property>
  22. <property name="sizeType">
  23. <enum>QSizePolicy::Expanding</enum>
  24. </property>
  25. <property name="sizeHint" stdset="0">
  26. <size>
  27. <width>20</width>
  28. <height>20</height>
  29. </size>
  30. </property>
  31. </spacer>
  32. </item>
  33. <item row="2" column="1">
  34. <spacer name="verticalSpacer_2">
  35. <property name="orientation">
  36. <enum>Qt::Vertical</enum>
  37. </property>
  38. <property name="sizeHint" stdset="0">
  39. <size>
  40. <width>20</width>
  41. <height>40</height>
  42. </size>
  43. </property>
  44. </spacer>
  45. </item>
  46. <item row="0" column="2" rowspan="3">
  47. <widget class="QWidget" name="right_column_widget" native="true">
  48. <layout class="QGridLayout" name="gridLayout_2">
  49. <item row="1" column="0">
  50. <spacer name="horizontalSpacer_3">
  51. <property name="orientation">
  52. <enum>Qt::Horizontal</enum>
  53. </property>
  54. <property name="sizeHint" stdset="0">
  55. <size>
  56. <width>219</width>
  57. <height>20</height>
  58. </size>
  59. </property>
  60. </spacer>
  61. </item>
  62. <item row="0" column="0" colspan="2">
  63. <widget class="QWidget" name="common_status_widget" native="true">
  64. <property name="styleSheet">
  65. <string notr="true"/>
  66. </property>
  67. <layout class="QVBoxLayout" name="verticalLayout">
  68. <item>
  69. <widget class="QWidget" name="backup_status" native="true">
  70. <property name="styleSheet">
  71. <string notr="true">border-radius: 20px;
  72. background-color: rgba(30, 0, 0, 100);</string>
  73. </property>
  74. <layout class="QHBoxLayout" name="horizontalLayout_4">
  75. <item>
  76. <widget class="QLabel" name="label_4_common">
  77. <property name="font">
  78. <font>
  79. <family>Trebuchet MS</family>
  80. <pointsize>8</pointsize>
  81. <weight>50</weight>
  82. <bold>false</bold>
  83. </font>
  84. </property>
  85. <property name="styleSheet">
  86. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  87. </property>
  88. <property name="text">
  89. <string>РЕЗЕРВНАЯ КОПИЯ:</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QLabel" name="label_5_common">
  95. <property name="font">
  96. <font>
  97. <family>Trebuchet MS</family>
  98. </font>
  99. </property>
  100. <property name="styleSheet">
  101. <string notr="true">color: rgb(85, 170, 255); background-color:none;</string>
  102. </property>
  103. <property name="text">
  104. <string>Создание... 50%</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QWidget" name="backup_help" native="true">
  110. <property name="sizePolicy">
  111. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  112. <horstretch>0</horstretch>
  113. <verstretch>0</verstretch>
  114. </sizepolicy>
  115. </property>
  116. <property name="minimumSize">
  117. <size>
  118. <width>30</width>
  119. <height>30</height>
  120. </size>
  121. </property>
  122. <property name="mouseTracking">
  123. <bool>true</bool>
  124. </property>
  125. <property name="styleSheet">
  126. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  127. </property>
  128. </widget>
  129. </item>
  130. </layout>
  131. </widget>
  132. </item>
  133. <item>
  134. <widget class="QWidget" name="download_status" native="true">
  135. <property name="styleSheet">
  136. <string notr="true">border-radius: 20px;
  137. background-color: rgba(30, 0, 0, 100);</string>
  138. </property>
  139. <layout class="QHBoxLayout" name="horizontalLayout_5">
  140. <item>
  141. <widget class="QLabel" name="label_8_common">
  142. <property name="font">
  143. <font>
  144. <family>Trebuchet MS</family>
  145. </font>
  146. </property>
  147. <property name="styleSheet">
  148. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  149. </property>
  150. <property name="text">
  151. <string>ЗАГРУЗКА:</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <widget class="QLabel" name="label_9_common">
  157. <property name="font">
  158. <font>
  159. <family>Trebuchet MS</family>
  160. </font>
  161. </property>
  162. <property name="styleSheet">
  163. <string notr="true">color: rgb(0, 170, 0); background-color:none;</string>
  164. </property>
  165. <property name="text">
  166. <string>Все данные загружены</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QWidget" name="download_help" native="true">
  172. <property name="sizePolicy">
  173. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  174. <horstretch>0</horstretch>
  175. <verstretch>0</verstretch>
  176. </sizepolicy>
  177. </property>
  178. <property name="minimumSize">
  179. <size>
  180. <width>30</width>
  181. <height>30</height>
  182. </size>
  183. </property>
  184. <property name="styleSheet">
  185. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  186. </property>
  187. </widget>
  188. </item>
  189. </layout>
  190. </widget>
  191. </item>
  192. <item>
  193. <widget class="QWidget" name="rusification_status" native="true">
  194. <property name="styleSheet">
  195. <string notr="true">border-radius: 20px;
  196. background-color: rgba(30, 0, 0, 100);</string>
  197. </property>
  198. <layout class="QHBoxLayout" name="horizontalLayout_6">
  199. <item>
  200. <widget class="QLabel" name="label_2_common">
  201. <property name="font">
  202. <font>
  203. <family>Trebuchet MS</family>
  204. <pointsize>8</pointsize>
  205. <weight>50</weight>
  206. <bold>false</bold>
  207. </font>
  208. </property>
  209. <property name="styleSheet">
  210. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  211. </property>
  212. <property name="text">
  213. <string>РУСИФИКАЦИЯ:</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item>
  218. <widget class="QLabel" name="label_3_common">
  219. <property name="font">
  220. <font>
  221. <family>Trebuchet MS</family>
  222. </font>
  223. </property>
  224. <property name="styleSheet">
  225. <string notr="true">color: rgb(85, 170, 255); background-color:none;</string>
  226. </property>
  227. <property name="text">
  228. <string>Установка... (1/5) 50%</string>
  229. </property>
  230. </widget>
  231. </item>
  232. <item>
  233. <widget class="QWidget" name="rusification_help" native="true">
  234. <property name="sizePolicy">
  235. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  236. <horstretch>0</horstretch>
  237. <verstretch>0</verstretch>
  238. </sizepolicy>
  239. </property>
  240. <property name="minimumSize">
  241. <size>
  242. <width>30</width>
  243. <height>30</height>
  244. </size>
  245. </property>
  246. <property name="styleSheet">
  247. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  248. </property>
  249. </widget>
  250. </item>
  251. </layout>
  252. </widget>
  253. </item>
  254. <item>
  255. <widget class="QWidget" name="protection_status" native="true">
  256. <property name="styleSheet">
  257. <string notr="true">border-radius: 20px;
  258. background-color: rgba(30, 0, 0, 100);</string>
  259. </property>
  260. <layout class="QHBoxLayout" name="horizontalLayout_7">
  261. <item>
  262. <widget class="QLabel" name="label_6_common">
  263. <property name="font">
  264. <font>
  265. <family>Trebuchet MS</family>
  266. <pointsize>8</pointsize>
  267. <weight>50</weight>
  268. <bold>false</bold>
  269. </font>
  270. </property>
  271. <property name="styleSheet">
  272. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  273. </property>
  274. <property name="text">
  275. <string>ЗАЩИТА ИГРОВЫХ ДАННЫХ:</string>
  276. </property>
  277. </widget>
  278. </item>
  279. <item>
  280. <widget class="QLabel" name="label_7_common">
  281. <property name="font">
  282. <font>
  283. <family>Trebuchet MS</family>
  284. </font>
  285. </property>
  286. <property name="styleSheet">
  287. <string notr="true">color: rgb(255, 85, 0); background-color:none;</string>
  288. </property>
  289. <property name="text">
  290. <string>Выключена</string>
  291. </property>
  292. </widget>
  293. </item>
  294. <item>
  295. <widget class="QWidget" name="protection_help" native="true">
  296. <property name="sizePolicy">
  297. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  298. <horstretch>0</horstretch>
  299. <verstretch>0</verstretch>
  300. </sizepolicy>
  301. </property>
  302. <property name="minimumSize">
  303. <size>
  304. <width>30</width>
  305. <height>30</height>
  306. </size>
  307. </property>
  308. <property name="styleSheet">
  309. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  310. </property>
  311. </widget>
  312. </item>
  313. </layout>
  314. </widget>
  315. </item>
  316. </layout>
  317. </widget>
  318. </item>
  319. <item row="1" column="1">
  320. <widget class="QWidget" name="buttons_widget" native="true">
  321. <property name="sizePolicy">
  322. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  323. <horstretch>0</horstretch>
  324. <verstretch>0</verstretch>
  325. </sizepolicy>
  326. </property>
  327. <property name="minimumSize">
  328. <size>
  329. <width>0</width>
  330. <height>80</height>
  331. </size>
  332. </property>
  333. <property name="styleSheet">
  334. <string notr="true">background-color: rgb(0, 0, 84);</string>
  335. </property>
  336. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1">
  337. <property name="spacing">
  338. <number>1</number>
  339. </property>
  340. <property name="leftMargin">
  341. <number>1</number>
  342. </property>
  343. <property name="topMargin">
  344. <number>1</number>
  345. </property>
  346. <property name="rightMargin">
  347. <number>1</number>
  348. </property>
  349. <property name="bottomMargin">
  350. <number>1</number>
  351. </property>
  352. <item>
  353. <widget class="QPushButton" name="game_button">
  354. <property name="sizePolicy">
  355. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  356. <horstretch>0</horstretch>
  357. <verstretch>0</verstretch>
  358. </sizepolicy>
  359. </property>
  360. <property name="minimumSize">
  361. <size>
  362. <width>150</width>
  363. <height>0</height>
  364. </size>
  365. </property>
  366. <property name="maximumSize">
  367. <size>
  368. <width>180</width>
  369. <height>16777215</height>
  370. </size>
  371. </property>
  372. <property name="font">
  373. <font>
  374. <family>Times New Roman</family>
  375. <pointsize>-1</pointsize>
  376. <weight>75</weight>
  377. <italic>false</italic>
  378. <bold>true</bold>
  379. </font>
  380. </property>
  381. <property name="autoFillBackground">
  382. <bool>false</bool>
  383. </property>
  384. <property name="styleSheet">
  385. <string notr="true">border-image: url(:/assets/gray-button-hi.png);
  386. color: rgb(85, 0, 0);
  387. font: 24px &quot;Times New Roman&quot;;
  388. font-weight: bold;</string>
  389. </property>
  390. <property name="text">
  391. <string notr="true"> ИГРАТЬ </string>
  392. </property>
  393. <property name="iconSize">
  394. <size>
  395. <width>0</width>
  396. <height>0</height>
  397. </size>
  398. </property>
  399. <property name="default">
  400. <bool>false</bool>
  401. </property>
  402. <property name="flat">
  403. <bool>true</bool>
  404. </property>
  405. </widget>
  406. </item>
  407. </layout>
  408. </widget>
  409. </item>
  410. </layout>
  411. </widget>
  412. </item>
  413. <item row="1" column="1">
  414. <widget class="QWidget" name="left_column_widget" native="true">
  415. <property name="sizePolicy">
  416. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  417. <horstretch>0</horstretch>
  418. <verstretch>0</verstretch>
  419. </sizepolicy>
  420. </property>
  421. <layout class="QVBoxLayout" name="verticalLayout_2">
  422. <item>
  423. <widget class="QWidget" name="status_image_widget" native="true">
  424. <property name="sizePolicy">
  425. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  426. <horstretch>0</horstretch>
  427. <verstretch>0</verstretch>
  428. </sizepolicy>
  429. </property>
  430. <property name="minimumSize">
  431. <size>
  432. <width>200</width>
  433. <height>200</height>
  434. </size>
  435. </property>
  436. <property name="baseSize">
  437. <size>
  438. <width>200</width>
  439. <height>200</height>
  440. </size>
  441. </property>
  442. <property name="styleSheet">
  443. <string notr="true">image: url(:/assets/info.png);</string>
  444. </property>
  445. </widget>
  446. </item>
  447. <item>
  448. <widget class="QWidget" name="status_label_widget" native="true">
  449. <property name="sizePolicy">
  450. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  451. <horstretch>0</horstretch>
  452. <verstretch>0</verstretch>
  453. </sizepolicy>
  454. </property>
  455. <property name="minimumSize">
  456. <size>
  457. <width>0</width>
  458. <height>40</height>
  459. </size>
  460. </property>
  461. <layout class="QHBoxLayout" name="horizontalLayout_3">
  462. <item>
  463. <widget class="QLabel" name="status_label_supertitle">
  464. <property name="font">
  465. <font>
  466. <family>Times New Roman</family>
  467. <pointsize>28</pointsize>
  468. <weight>75</weight>
  469. <italic>false</italic>
  470. <bold>true</bold>
  471. </font>
  472. </property>
  473. <property name="styleSheet">
  474. <string notr="true">color: rgb(85, 170, 255);
  475. </string>
  476. </property>
  477. <property name="text">
  478. <string>В РАБОТЕ</string>
  479. </property>
  480. <property name="alignment">
  481. <set>Qt::AlignHCenter|Qt::AlignTop</set>
  482. </property>
  483. </widget>
  484. </item>
  485. </layout>
  486. </widget>
  487. </item>
  488. </layout>
  489. </widget>
  490. </item>
  491. <item row="1" column="0">
  492. <spacer name="horizontalSpacer">
  493. <property name="orientation">
  494. <enum>Qt::Horizontal</enum>
  495. </property>
  496. <property name="sizeType">
  497. <enum>QSizePolicy::Fixed</enum>
  498. </property>
  499. <property name="sizeHint" stdset="0">
  500. <size>
  501. <width>40</width>
  502. <height>20</height>
  503. </size>
  504. </property>
  505. </spacer>
  506. </item>
  507. </layout>
  508. </widget>
  509. <resources/>
  510. <connections/>
  511. </ui>