statuswidget.ui 15 KB

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