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>696</width>
  10. <height>382</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="0" column="0" colspan="2">
  50. <widget class="QWidget" name="common_status_widget" native="true">
  51. <property name="styleSheet">
  52. <string notr="true"/>
  53. </property>
  54. <layout class="QVBoxLayout" name="verticalLayout">
  55. <item>
  56. <widget class="QWidget" name="backup_status" native="true">
  57. <property name="styleSheet">
  58. <string notr="true">border-radius: 20px;
  59. background-color: rgba(30, 0, 0, 100);</string>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout_4">
  62. <item>
  63. <widget class="QLabel" name="label_4_common">
  64. <property name="font">
  65. <font>
  66. <family>Trebuchet MS</family>
  67. <pointsize>8</pointsize>
  68. <weight>50</weight>
  69. <bold>false</bold>
  70. </font>
  71. </property>
  72. <property name="styleSheet">
  73. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  74. </property>
  75. <property name="text">
  76. <string>РЕЗЕРВНАЯ КОПИЯ:</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QLabel" name="label_5_common">
  82. <property name="font">
  83. <font>
  84. <family>Trebuchet MS</family>
  85. </font>
  86. </property>
  87. <property name="styleSheet">
  88. <string notr="true">color: rgb(85, 170, 255); background-color:none;</string>
  89. </property>
  90. <property name="text">
  91. <string>Создание... 50%</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QWidget" name="backup_help" native="true">
  97. <property name="sizePolicy">
  98. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  99. <horstretch>0</horstretch>
  100. <verstretch>0</verstretch>
  101. </sizepolicy>
  102. </property>
  103. <property name="minimumSize">
  104. <size>
  105. <width>30</width>
  106. <height>30</height>
  107. </size>
  108. </property>
  109. <property name="mouseTracking">
  110. <bool>true</bool>
  111. </property>
  112. <property name="styleSheet">
  113. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  114. </property>
  115. </widget>
  116. </item>
  117. </layout>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QWidget" name="download_status" native="true">
  122. <property name="styleSheet">
  123. <string notr="true">border-radius: 20px;
  124. background-color: rgba(30, 0, 0, 100);</string>
  125. </property>
  126. <layout class="QHBoxLayout" name="horizontalLayout_5">
  127. <item>
  128. <widget class="QLabel" name="label_8_common">
  129. <property name="font">
  130. <font>
  131. <family>Trebuchet MS</family>
  132. </font>
  133. </property>
  134. <property name="styleSheet">
  135. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  136. </property>
  137. <property name="text">
  138. <string>ЗАГРУЗКА:</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QLabel" name="label_9_common">
  144. <property name="font">
  145. <font>
  146. <family>Trebuchet MS</family>
  147. </font>
  148. </property>
  149. <property name="styleSheet">
  150. <string notr="true">color: rgb(0, 170, 0); background-color:none;</string>
  151. </property>
  152. <property name="text">
  153. <string>Все данные загружены</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item>
  158. <widget class="QWidget" name="download_help" native="true">
  159. <property name="sizePolicy">
  160. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  161. <horstretch>0</horstretch>
  162. <verstretch>0</verstretch>
  163. </sizepolicy>
  164. </property>
  165. <property name="minimumSize">
  166. <size>
  167. <width>30</width>
  168. <height>30</height>
  169. </size>
  170. </property>
  171. <property name="styleSheet">
  172. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  173. </property>
  174. </widget>
  175. </item>
  176. </layout>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QWidget" name="rusification_status" native="true">
  181. <property name="styleSheet">
  182. <string notr="true">border-radius: 20px;
  183. background-color: rgba(30, 0, 0, 100);</string>
  184. </property>
  185. <layout class="QHBoxLayout" name="horizontalLayout_6">
  186. <item>
  187. <widget class="QLabel" name="label_2_common">
  188. <property name="font">
  189. <font>
  190. <family>Trebuchet MS</family>
  191. <pointsize>8</pointsize>
  192. <weight>50</weight>
  193. <bold>false</bold>
  194. </font>
  195. </property>
  196. <property name="styleSheet">
  197. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  198. </property>
  199. <property name="text">
  200. <string>РУСИФИКАЦИЯ:</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QLabel" name="label_3_common">
  206. <property name="font">
  207. <font>
  208. <family>Trebuchet MS</family>
  209. </font>
  210. </property>
  211. <property name="styleSheet">
  212. <string notr="true">color: rgb(85, 170, 255); background-color:none;</string>
  213. </property>
  214. <property name="text">
  215. <string>Установка... (1/5) 50%</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <widget class="QWidget" name="rusification_help" native="true">
  221. <property name="sizePolicy">
  222. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  223. <horstretch>0</horstretch>
  224. <verstretch>0</verstretch>
  225. </sizepolicy>
  226. </property>
  227. <property name="minimumSize">
  228. <size>
  229. <width>30</width>
  230. <height>30</height>
  231. </size>
  232. </property>
  233. <property name="styleSheet">
  234. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  235. </property>
  236. </widget>
  237. </item>
  238. </layout>
  239. </widget>
  240. </item>
  241. <item>
  242. <widget class="QWidget" name="protection_status" native="true">
  243. <property name="styleSheet">
  244. <string notr="true">border-radius: 20px;
  245. background-color: rgba(30, 0, 0, 100);</string>
  246. </property>
  247. <layout class="QHBoxLayout" name="horizontalLayout_7">
  248. <item>
  249. <widget class="QLabel" name="label_6_common">
  250. <property name="font">
  251. <font>
  252. <family>Trebuchet MS</family>
  253. <pointsize>8</pointsize>
  254. <weight>50</weight>
  255. <bold>false</bold>
  256. </font>
  257. </property>
  258. <property name="styleSheet">
  259. <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
  260. </property>
  261. <property name="text">
  262. <string>ЗАЩИТА ИГРОВЫХ ДАННЫХ:</string>
  263. </property>
  264. </widget>
  265. </item>
  266. <item>
  267. <widget class="QLabel" name="label_7_common">
  268. <property name="font">
  269. <font>
  270. <family>Trebuchet MS</family>
  271. </font>
  272. </property>
  273. <property name="styleSheet">
  274. <string notr="true">color: rgb(255, 85, 0); background-color:none;</string>
  275. </property>
  276. <property name="text">
  277. <string>Выключена</string>
  278. </property>
  279. </widget>
  280. </item>
  281. <item>
  282. <widget class="QWidget" name="protection_help" native="true">
  283. <property name="sizePolicy">
  284. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  285. <horstretch>0</horstretch>
  286. <verstretch>0</verstretch>
  287. </sizepolicy>
  288. </property>
  289. <property name="minimumSize">
  290. <size>
  291. <width>30</width>
  292. <height>30</height>
  293. </size>
  294. </property>
  295. <property name="styleSheet">
  296. <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
  297. </property>
  298. </widget>
  299. </item>
  300. </layout>
  301. </widget>
  302. </item>
  303. </layout>
  304. </widget>
  305. </item>
  306. <item row="1" column="0">
  307. <spacer name="horizontalSpacer_3">
  308. <property name="orientation">
  309. <enum>Qt::Horizontal</enum>
  310. </property>
  311. <property name="sizeHint" stdset="0">
  312. <size>
  313. <width>219</width>
  314. <height>20</height>
  315. </size>
  316. </property>
  317. </spacer>
  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>