statuswidget.ui 17 KB

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