statuswidget.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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>1000</width>
  10. <height>538</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">QLabel {
  24. color: white;
  25. }</string>
  26. </property>
  27. <widget class="QLabel" name="news_label">
  28. <property name="geometry">
  29. <rect>
  30. <x>45</x>
  31. <y>33</y>
  32. <width>180</width>
  33. <height>21</height>
  34. </rect>
  35. </property>
  36. <property name="font">
  37. <font>
  38. <family>Trajan Pro 3</family>
  39. <pointsize>10</pointsize>
  40. <kerning>false</kerning>
  41. </font>
  42. </property>
  43. <property name="text">
  44. <string>новости проекта</string>
  45. </property>
  46. </widget>
  47. <widget class="QScrollArea" name="news_scroll_area">
  48. <property name="geometry">
  49. <rect>
  50. <x>45</x>
  51. <y>75</y>
  52. <width>240</width>
  53. <height>440</height>
  54. </rect>
  55. </property>
  56. <property name="styleSheet">
  57. <string notr="true">QScrollArea{
  58. background: transparent;
  59. }
  60. QScrollArea &gt; QWidget &gt; QWidget { background: transparent; }
  61. QScrollBar:vertical {
  62. border: 0px solid grey;
  63. background: transparent;
  64. width: 10px;
  65. margin: 10px 0 10px 0;
  66. }
  67. QScrollBar::handle:vertical {
  68. min-height: 10px;
  69. background-color:rgba(0,0,0,80);
  70. border-radius: 5px;
  71. border: 1px solid #6d6867;
  72. }
  73. QScrollBar::add-line:vertical {
  74. border: 0px solid grey;
  75. background: transparent;
  76. height: 1px;
  77. subcontrol-position: bottom;
  78. subcontrol-origin: margin;
  79. }
  80. QScrollBar::sub-line:vertical {
  81. border: 0px solid grey;
  82. background: transparent;
  83. height: 1px;
  84. subcontrol-position: top;
  85. subcontrol-origin: margin;
  86. }
  87. QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
  88. border: 0px;
  89. width: 0px;
  90. height: 0px;
  91. background: transparent;
  92. }
  93. QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
  94. background: none;
  95. }</string>
  96. </property>
  97. <property name="frameShape">
  98. <enum>QFrame::NoFrame</enum>
  99. </property>
  100. <property name="widgetResizable">
  101. <bool>true</bool>
  102. </property>
  103. <widget class="NewsListWidget" name="news_list">
  104. <property name="geometry">
  105. <rect>
  106. <x>0</x>
  107. <y>0</y>
  108. <width>240</width>
  109. <height>440</height>
  110. </rect>
  111. </property>
  112. </widget>
  113. </widget>
  114. <widget class="ServerStatusWidget" name="server_status_widget" native="true">
  115. <property name="geometry">
  116. <rect>
  117. <x>820</x>
  118. <y>90</y>
  119. <width>155</width>
  120. <height>320</height>
  121. </rect>
  122. </property>
  123. </widget>
  124. <widget class="WeeklyCodeWidget" name="weekly_code_widget" native="true">
  125. <property name="geometry">
  126. <rect>
  127. <x>810</x>
  128. <y>13</y>
  129. <width>173</width>
  130. <height>57</height>
  131. </rect>
  132. </property>
  133. <property name="autoFillBackground">
  134. <bool>false</bool>
  135. </property>
  136. <property name="styleSheet">
  137. <string notr="true"/>
  138. </property>
  139. </widget>
  140. <widget class="QWidget" name="galadriel_widget" native="true">
  141. <property name="geometry">
  142. <rect>
  143. <x>320</x>
  144. <y>20</y>
  145. <width>531</width>
  146. <height>461</height>
  147. </rect>
  148. </property>
  149. <property name="styleSheet">
  150. <string notr="true">QWidget#galadriel_widget{
  151. border-image: url(:/characters/galadriel_with_text.png);
  152. }</string>
  153. </property>
  154. <widget class="QLabel" name="weekly_code_tooltip_1">
  155. <property name="geometry">
  156. <rect>
  157. <x>38</x>
  158. <y>13</y>
  159. <width>365</width>
  160. <height>114</height>
  161. </rect>
  162. </property>
  163. <property name="font">
  164. <font>
  165. <family>EB Garamond</family>
  166. <pointsize>12</pointsize>
  167. <italic>false</italic>
  168. </font>
  169. </property>
  170. <property name="styleSheet">
  171. <string/>
  172. </property>
  173. <property name="text">
  174. <string>КЛИКНИТЕ ПО ЕЖЕНЕДЕЛЬНОМУ КОДУ, ЧТОБЫ СКОПИРОВАТЬ ЕГО</string>
  175. </property>
  176. <property name="alignment">
  177. <set>Qt::AlignCenter</set>
  178. </property>
  179. <property name="wordWrap">
  180. <bool>true</bool>
  181. </property>
  182. </widget>
  183. <widget class="QLabel" name="news_tooltip">
  184. <property name="geometry">
  185. <rect>
  186. <x>38</x>
  187. <y>13</y>
  188. <width>365</width>
  189. <height>114</height>
  190. </rect>
  191. </property>
  192. <property name="font">
  193. <font>
  194. <family>EB Garamond</family>
  195. <pointsize>12</pointsize>
  196. <italic>false</italic>
  197. </font>
  198. </property>
  199. <property name="styleSheet">
  200. <string notr="true"/>
  201. </property>
  202. <property name="text">
  203. <string>НАЖМИТЕ НА ЗАГОЛОВОК НОВОСТИ, ЧТОБЫ ОТКРЫТЬ ЕЁ В БРАУЗЕРЕ</string>
  204. </property>
  205. <property name="alignment">
  206. <set>Qt::AlignCenter</set>
  207. </property>
  208. <property name="wordWrap">
  209. <bool>true</bool>
  210. </property>
  211. </widget>
  212. <widget class="QLabel" name="weekly_code_tooltip_2">
  213. <property name="geometry">
  214. <rect>
  215. <x>38</x>
  216. <y>13</y>
  217. <width>365</width>
  218. <height>114</height>
  219. </rect>
  220. </property>
  221. <property name="font">
  222. <font>
  223. <family>EB Garamond</family>
  224. <pointsize>12</pointsize>
  225. <italic>false</italic>
  226. </font>
  227. </property>
  228. <property name="styleSheet">
  229. <string/>
  230. </property>
  231. <property name="text">
  232. <string>ЕЖЕНЕДЕЛЬНЫЙ КОД СКОПИРОВАН В БУФЕР ОБМЕНА</string>
  233. </property>
  234. <property name="alignment">
  235. <set>Qt::AlignCenter</set>
  236. </property>
  237. <property name="wordWrap">
  238. <bool>true</bool>
  239. </property>
  240. </widget>
  241. <widget class="QWidget" name="patches_status" native="true">
  242. <property name="geometry">
  243. <rect>
  244. <x>38</x>
  245. <y>13</y>
  246. <width>365</width>
  247. <height>114</height>
  248. </rect>
  249. </property>
  250. <layout class="QGridLayout" name="gridLayout">
  251. <property name="leftMargin">
  252. <number>11</number>
  253. </property>
  254. <property name="topMargin">
  255. <number>0</number>
  256. </property>
  257. <property name="rightMargin">
  258. <number>11</number>
  259. </property>
  260. <property name="bottomMargin">
  261. <number>0</number>
  262. </property>
  263. <property name="horizontalSpacing">
  264. <number>7</number>
  265. </property>
  266. <property name="verticalSpacing">
  267. <number>5</number>
  268. </property>
  269. <item row="0" column="1" rowspan="4">
  270. <spacer name="horizontalSpacer">
  271. <property name="orientation">
  272. <enum>Qt::Horizontal</enum>
  273. </property>
  274. <property name="sizeHint" stdset="0">
  275. <size>
  276. <width>40</width>
  277. <height>20</height>
  278. </size>
  279. </property>
  280. </spacer>
  281. </item>
  282. <item row="0" column="0">
  283. <widget class="QLabel" name="textspatch_label">
  284. <property name="sizePolicy">
  285. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  286. <horstretch>0</horstretch>
  287. <verstretch>0</verstretch>
  288. </sizepolicy>
  289. </property>
  290. <property name="font">
  291. <font>
  292. <family>Crimson Text</family>
  293. <pointsize>11</pointsize>
  294. </font>
  295. </property>
  296. <property name="text">
  297. <string>Тексты:</string>
  298. </property>
  299. </widget>
  300. </item>
  301. <item row="0" column="2">
  302. <widget class="QLabel" name="textspatch_status">
  303. <property name="sizePolicy">
  304. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  305. <horstretch>0</horstretch>
  306. <verstretch>0</verstretch>
  307. </sizepolicy>
  308. </property>
  309. <property name="font">
  310. <font>
  311. <family>Crimson Text</family>
  312. <pointsize>11</pointsize>
  313. </font>
  314. </property>
  315. <property name="text">
  316. <string>получение информации...</string>
  317. </property>
  318. </widget>
  319. </item>
  320. <item row="1" column="0">
  321. <widget class="QLabel" name="graphicspatch_label">
  322. <property name="sizePolicy">
  323. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  324. <horstretch>0</horstretch>
  325. <verstretch>0</verstretch>
  326. </sizepolicy>
  327. </property>
  328. <property name="font">
  329. <font>
  330. <family>Crimson Text</family>
  331. <pointsize>11</pointsize>
  332. </font>
  333. </property>
  334. <property name="text">
  335. <string>Картинки:</string>
  336. </property>
  337. </widget>
  338. </item>
  339. <item row="1" column="2">
  340. <widget class="QLabel" name="graphicspatch_status">
  341. <property name="sizePolicy">
  342. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  343. <horstretch>0</horstretch>
  344. <verstretch>0</verstretch>
  345. </sizepolicy>
  346. </property>
  347. <property name="font">
  348. <font>
  349. <family>Crimson Text</family>
  350. <pointsize>11</pointsize>
  351. </font>
  352. </property>
  353. <property name="text">
  354. <string>получение информации...</string>
  355. </property>
  356. </widget>
  357. </item>
  358. <item row="2" column="2">
  359. <widget class="QLabel" name="soundspatch_status">
  360. <property name="sizePolicy">
  361. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  362. <horstretch>0</horstretch>
  363. <verstretch>0</verstretch>
  364. </sizepolicy>
  365. </property>
  366. <property name="font">
  367. <font>
  368. <family>Crimson Text</family>
  369. <pointsize>11</pointsize>
  370. </font>
  371. </property>
  372. <property name="text">
  373. <string>получение информации...</string>
  374. </property>
  375. </widget>
  376. </item>
  377. <item row="2" column="0">
  378. <widget class="QLabel" name="soundspatch_label">
  379. <property name="sizePolicy">
  380. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  381. <horstretch>0</horstretch>
  382. <verstretch>0</verstretch>
  383. </sizepolicy>
  384. </property>
  385. <property name="font">
  386. <font>
  387. <family>Crimson Text</family>
  388. <pointsize>11</pointsize>
  389. </font>
  390. </property>
  391. <property name="text">
  392. <string>Озвучка:</string>
  393. </property>
  394. </widget>
  395. </item>
  396. <item row="3" column="0">
  397. <widget class="QLabel" name="videospatch_label">
  398. <property name="sizePolicy">
  399. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  400. <horstretch>0</horstretch>
  401. <verstretch>0</verstretch>
  402. </sizepolicy>
  403. </property>
  404. <property name="font">
  405. <font>
  406. <family>Crimson Text</family>
  407. <pointsize>11</pointsize>
  408. </font>
  409. </property>
  410. <property name="text">
  411. <string>Ролики:</string>
  412. </property>
  413. </widget>
  414. </item>
  415. <item row="3" column="2">
  416. <widget class="QLabel" name="videospatch_status">
  417. <property name="sizePolicy">
  418. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  419. <horstretch>0</horstretch>
  420. <verstretch>0</verstretch>
  421. </sizepolicy>
  422. </property>
  423. <property name="font">
  424. <font>
  425. <family>Crimson Text</family>
  426. <pointsize>11</pointsize>
  427. </font>
  428. </property>
  429. <property name="text">
  430. <string>получение информации...</string>
  431. </property>
  432. </widget>
  433. </item>
  434. <item row="0" column="3" rowspan="4">
  435. <spacer name="horizontalSpacer_2">
  436. <property name="orientation">
  437. <enum>Qt::Horizontal</enum>
  438. </property>
  439. <property name="sizeHint" stdset="0">
  440. <size>
  441. <width>40</width>
  442. <height>20</height>
  443. </size>
  444. </property>
  445. </spacer>
  446. </item>
  447. </layout>
  448. </widget>
  449. <widget class="QLabel" name="server_status_tooltip">
  450. <property name="geometry">
  451. <rect>
  452. <x>38</x>
  453. <y>13</y>
  454. <width>365</width>
  455. <height>114</height>
  456. </rect>
  457. </property>
  458. <property name="font">
  459. <font>
  460. <family>Crimson Text</family>
  461. <pointsize>15</pointsize>
  462. <italic>false</italic>
  463. </font>
  464. </property>
  465. <property name="styleSheet">
  466. <string notr="true"/>
  467. </property>
  468. <property name="text">
  469. <string>Получение информации об игровых серверах...</string>
  470. </property>
  471. <property name="alignment">
  472. <set>Qt::AlignCenter</set>
  473. </property>
  474. <property name="wordWrap">
  475. <bool>true</bool>
  476. </property>
  477. </widget>
  478. </widget>
  479. <widget class="QPushButton" name="game_button">
  480. <property name="geometry">
  481. <rect>
  482. <x>820</x>
  483. <y>460</y>
  484. <width>150</width>
  485. <height>60</height>
  486. </rect>
  487. </property>
  488. <property name="sizePolicy">
  489. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  490. <horstretch>0</horstretch>
  491. <verstretch>0</verstretch>
  492. </sizepolicy>
  493. </property>
  494. <property name="font">
  495. <font>
  496. <family>Trajan Pro 3</family>
  497. <pointsize>11</pointsize>
  498. <weight>50</weight>
  499. <bold>false</bold>
  500. <kerning>false</kerning>
  501. </font>
  502. </property>
  503. <property name="autoFillBackground">
  504. <bool>false</bool>
  505. </property>
  506. <property name="styleSheet">
  507. <string notr="true">QPushButton#game_button {
  508. color: white;
  509. border-image: url(:/buttons/button_big_normal.png);
  510. }
  511. QPushButton#game_button:hover {
  512. color: white;
  513. border-image: url(:/buttons/button_big_over.png);
  514. }
  515. QPushButton#game_button:pressed {
  516. color: white;
  517. border-image: url(:/buttons/button_big_pressed.png);
  518. }
  519. QPushButton#game_button:disabled {
  520. color: white;
  521. border-image: url(:/buttons/button_big_disabled.png);
  522. }
  523. </string>
  524. </property>
  525. <property name="text">
  526. <string notr="true"> ИГРАТЬ </string>
  527. </property>
  528. <property name="iconSize">
  529. <size>
  530. <width>0</width>
  531. <height>0</height>
  532. </size>
  533. </property>
  534. <property name="default">
  535. <bool>false</bool>
  536. </property>
  537. <property name="flat">
  538. <bool>true</bool>
  539. </property>
  540. </widget>
  541. <widget class="QLabel" name="progress_label">
  542. <property name="geometry">
  543. <rect>
  544. <x>330</x>
  545. <y>390</y>
  546. <width>380</width>
  547. <height>90</height>
  548. </rect>
  549. </property>
  550. <property name="sizePolicy">
  551. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  552. <horstretch>0</horstretch>
  553. <verstretch>0</verstretch>
  554. </sizepolicy>
  555. </property>
  556. <property name="font">
  557. <font>
  558. <family>Trajan Pro 3</family>
  559. <pointsize>9</pointsize>
  560. <weight>50</weight>
  561. <bold>false</bold>
  562. </font>
  563. </property>
  564. <property name="text">
  565. <string>Все операции выполнены</string>
  566. </property>
  567. <property name="alignment">
  568. <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
  569. </property>
  570. <property name="wordWrap">
  571. <bool>true</bool>
  572. </property>
  573. </widget>
  574. <widget class="QProgressBar" name="progressBar">
  575. <property name="geometry">
  576. <rect>
  577. <x>320</x>
  578. <y>480</y>
  579. <width>470</width>
  580. <height>40</height>
  581. </rect>
  582. </property>
  583. <property name="minimumSize">
  584. <size>
  585. <width>0</width>
  586. <height>40</height>
  587. </size>
  588. </property>
  589. <property name="maximumSize">
  590. <size>
  591. <width>16777215</width>
  592. <height>40</height>
  593. </size>
  594. </property>
  595. <property name="styleSheet">
  596. <string notr="true">QProgressBar {
  597. border: 0px solid grey;
  598. border-image: url(:/per.png);
  599. }
  600. QProgressBar::chunk {
  601. background-image: url(:/letters.png);
  602. margin-left:8px;
  603. margin-right:8px;
  604. margin-top:7px;
  605. margin-bottom:7px;
  606. }
  607. </string>
  608. </property>
  609. <property name="maximum">
  610. <number>100</number>
  611. </property>
  612. <property name="value">
  613. <number>0</number>
  614. </property>
  615. <property name="textVisible">
  616. <bool>false</bool>
  617. </property>
  618. </widget>
  619. <zorder>galadriel_widget</zorder>
  620. <zorder>news_label</zorder>
  621. <zorder>news_scroll_area</zorder>
  622. <zorder>game_button</zorder>
  623. <zorder>progress_label</zorder>
  624. <zorder>progressBar</zorder>
  625. <zorder>server_status_widget</zorder>
  626. <zorder>weekly_code_widget</zorder>
  627. </widget>
  628. <customwidgets>
  629. <customwidget>
  630. <class>ServerStatusWidget</class>
  631. <extends>QWidget</extends>
  632. <header>widgets/serverstatuswidget.h</header>
  633. <container>1</container>
  634. </customwidget>
  635. <customwidget>
  636. <class>NewsListWidget</class>
  637. <extends>QWidget</extends>
  638. <header>widgets/newslistwidget.h</header>
  639. <container>1</container>
  640. </customwidget>
  641. <customwidget>
  642. <class>WeeklyCodeWidget</class>
  643. <extends>QWidget</extends>
  644. <header>widgets/weeklycodewidget.h</header>
  645. <container>1</container>
  646. </customwidget>
  647. </customwidgets>
  648. <resources/>
  649. <connections/>
  650. </ui>