helpwidget.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>HelpWidget</class>
  4. <widget class="QWidget" name="HelpWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>640</width>
  10. <height>480</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QScrollArea" name="scrollArea">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="autoFillBackground">
  26. <bool>false</bool>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">QScrollArea{
  30. background: transparent;
  31. }
  32. QScrollArea &gt; QWidget &gt; QWidget { background: transparent; }
  33. QScrollBar:vertical {
  34. border: 0px solid grey;
  35. background: transparent;
  36. width: 10px;
  37. margin: 22px 0 22px 0;
  38. }
  39. QScrollBar::handle:vertical {
  40. background-color: rgba(129, 129, 129, 150);
  41. min-height: 10px;
  42. border-radius: 5px;
  43. }
  44. QScrollBar::add-line:vertical {
  45. border: 0px solid grey;
  46. background: transparent;
  47. height: 1px;
  48. subcontrol-position: bottom;
  49. subcontrol-origin: margin;
  50. }
  51. QScrollBar::sub-line:vertical {
  52. border: 0px solid grey;
  53. background: transparent;
  54. height: 1px;
  55. subcontrol-position: top;
  56. subcontrol-origin: margin;
  57. }
  58. QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
  59. border: 0px;
  60. width: 3px;
  61. height: 3px;
  62. background: transparent;
  63. }
  64. QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
  65. background: none;
  66. }</string>
  67. </property>
  68. <property name="frameShape">
  69. <enum>QFrame::NoFrame</enum>
  70. </property>
  71. <property name="frameShadow">
  72. <enum>QFrame::Plain</enum>
  73. </property>
  74. <property name="lineWidth">
  75. <number>0</number>
  76. </property>
  77. <property name="horizontalScrollBarPolicy">
  78. <enum>Qt::ScrollBarAlwaysOff</enum>
  79. </property>
  80. <property name="sizeAdjustPolicy">
  81. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  82. </property>
  83. <property name="widgetResizable">
  84. <bool>true</bool>
  85. </property>
  86. <property name="alignment">
  87. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  88. </property>
  89. <widget class="QWidget" name="scrollAreaWidgetContents">
  90. <property name="geometry">
  91. <rect>
  92. <x>0</x>
  93. <y>0</y>
  94. <width>608</width>
  95. <height>589</height>
  96. </rect>
  97. </property>
  98. <property name="autoFillBackground">
  99. <bool>false</bool>
  100. </property>
  101. <layout class="QGridLayout" name="news_layout">
  102. <property name="leftMargin">
  103. <number>11</number>
  104. </property>
  105. <property name="topMargin">
  106. <number>11</number>
  107. </property>
  108. <property name="rightMargin">
  109. <number>11</number>
  110. </property>
  111. <property name="bottomMargin">
  112. <number>11</number>
  113. </property>
  114. <property name="spacing">
  115. <number>7</number>
  116. </property>
  117. <item row="5" column="0">
  118. <spacer name="verticalSpacer">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>20</width>
  125. <height>40</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. <item row="2" column="0">
  131. <widget class="QWidget" name="backup_status_8" native="true">
  132. <property name="styleSheet">
  133. <string notr="true">border-radius: 20px;
  134. background-color: rgba(30, 0, 0, 100);</string>
  135. </property>
  136. <layout class="QGridLayout" name="gridLayout_7">
  137. <item row="0" column="0">
  138. <widget class="QLabel" name="label_4_title_3">
  139. <property name="sizePolicy">
  140. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  141. <horstretch>0</horstretch>
  142. <verstretch>0</verstretch>
  143. </sizepolicy>
  144. </property>
  145. <property name="font">
  146. <font>
  147. <family>Trajan Pro 3</family>
  148. <pointsize>8</pointsize>
  149. <weight>50</weight>
  150. <bold>false</bold>
  151. </font>
  152. </property>
  153. <property name="styleSheet">
  154. <string notr="true">color: #cfa644; background-color:none;</string>
  155. </property>
  156. <property name="text">
  157. <string>Основные тексты:</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item row="0" column="1">
  162. <widget class="QLabel" name="label_5_common_6">
  163. <property name="sizePolicy">
  164. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  165. <horstretch>0</horstretch>
  166. <verstretch>0</verstretch>
  167. </sizepolicy>
  168. </property>
  169. <property name="font">
  170. <font>
  171. <family>a_AlgeriusNr</family>
  172. </font>
  173. </property>
  174. <property name="styleSheet">
  175. <string notr="true"> background-color:none;
  176. color: rgb(255, 255, 127);</string>
  177. </property>
  178. <property name="text">
  179. <string>Скачивается: 56%</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="0" column="2">
  184. <widget class="QPushButton" name="pushButton_3">
  185. <property name="sizePolicy">
  186. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  187. <horstretch>0</horstretch>
  188. <verstretch>0</verstretch>
  189. </sizepolicy>
  190. </property>
  191. <property name="minimumSize">
  192. <size>
  193. <width>80</width>
  194. <height>20</height>
  195. </size>
  196. </property>
  197. <property name="styleSheet">
  198. <string notr="true">QPushButton {
  199. background-image: url(:/assets/buttons/gray_btn.png);
  200. color: black;
  201. border-radius: 5px;
  202. border: 1px solid black;
  203. }
  204. QPushButton:pressed {
  205. border: 2px solid black;
  206. }</string>
  207. </property>
  208. <property name="text">
  209. <string>Выключить</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="1" column="0" colspan="3">
  214. <widget class="QLabel" name="label_common_14">
  215. <property name="font">
  216. <font>
  217. <family>Trajan Pro 3</family>
  218. </font>
  219. </property>
  220. <property name="styleSheet">
  221. <string notr="true">color: rgb(255, 255, 255); background-color: transparent;</string>
  222. </property>
  223. <property name="text">
  224. <string>Краткое описание бла-бла-бла lorem ipsum dolor sit amet bla-bla-bla angus magnus petricus жил я как-то в хижине, деревянной, да потом сгорела она</string>
  225. </property>
  226. <property name="alignment">
  227. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  228. </property>
  229. <property name="wordWrap">
  230. <bool>true</bool>
  231. </property>
  232. <property name="margin">
  233. <number>0</number>
  234. </property>
  235. <property name="indent">
  236. <number>0</number>
  237. </property>
  238. </widget>
  239. </item>
  240. </layout>
  241. </widget>
  242. </item>
  243. <item row="3" column="0">
  244. <widget class="QWidget" name="backup_status_14" native="true">
  245. <property name="styleSheet">
  246. <string notr="true">border-radius: 20px;
  247. background-color: rgba(30, 0, 0, 100);</string>
  248. </property>
  249. <layout class="QGridLayout" name="gridLayout_8">
  250. <item row="0" column="2">
  251. <widget class="QPushButton" name="pushButton_6">
  252. <property name="sizePolicy">
  253. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  254. <horstretch>0</horstretch>
  255. <verstretch>0</verstretch>
  256. </sizepolicy>
  257. </property>
  258. <property name="minimumSize">
  259. <size>
  260. <width>80</width>
  261. <height>20</height>
  262. </size>
  263. </property>
  264. <property name="styleSheet">
  265. <string notr="true">QPushButton {
  266. background-image: url(:/assets/buttons/gray_btn.png);
  267. color: black;
  268. border-radius: 5px;
  269. border: 1px solid black;
  270. }
  271. QPushButton:pressed {
  272. border: 2px solid black;
  273. }</string>
  274. </property>
  275. <property name="text">
  276. <string>Выключить</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="0" column="1">
  281. <widget class="QLabel" name="label_5_common_15">
  282. <property name="sizePolicy">
  283. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  284. <horstretch>0</horstretch>
  285. <verstretch>0</verstretch>
  286. </sizepolicy>
  287. </property>
  288. <property name="font">
  289. <font>
  290. <family>a_AlgeriusNr</family>
  291. </font>
  292. </property>
  293. <property name="styleSheet">
  294. <string notr="true"> background-color:none;
  295. color: rgb(255, 255, 127);</string>
  296. </property>
  297. <property name="text">
  298. <string>В очереди</string>
  299. </property>
  300. </widget>
  301. </item>
  302. <item row="0" column="0">
  303. <widget class="QLabel" name="label_4_title_6">
  304. <property name="sizePolicy">
  305. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  306. <horstretch>0</horstretch>
  307. <verstretch>0</verstretch>
  308. </sizepolicy>
  309. </property>
  310. <property name="font">
  311. <font>
  312. <family>Trajan Pro 3</family>
  313. <pointsize>8</pointsize>
  314. <weight>50</weight>
  315. <bold>false</bold>
  316. </font>
  317. </property>
  318. <property name="styleSheet">
  319. <string notr="true">color: #cfa644; background-color:none;</string>
  320. </property>
  321. <property name="text">
  322. <string>Названия предметов:</string>
  323. </property>
  324. </widget>
  325. </item>
  326. <item row="1" column="0" colspan="3">
  327. <widget class="QLabel" name="label_common_15">
  328. <property name="font">
  329. <font>
  330. <family>Trajan Pro 3</family>
  331. </font>
  332. </property>
  333. <property name="styleSheet">
  334. <string notr="true">color: rgb(255, 255, 255); background-color: transparent;</string>
  335. </property>
  336. <property name="text">
  337. <string>Краткое описание бла-бла-бла lorem ipsum dolor sit amet bla-bla-bla angus magnus petricus жил я как-то в хижине, деревянной, да потом сгорела она</string>
  338. </property>
  339. <property name="alignment">
  340. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  341. </property>
  342. <property name="wordWrap">
  343. <bool>true</bool>
  344. </property>
  345. <property name="margin">
  346. <number>0</number>
  347. </property>
  348. <property name="indent">
  349. <number>0</number>
  350. </property>
  351. </widget>
  352. </item>
  353. </layout>
  354. </widget>
  355. </item>
  356. <item row="4" column="0">
  357. <widget class="QWidget" name="backup_status_15" native="true">
  358. <property name="styleSheet">
  359. <string notr="true">border-radius: 20px;
  360. background-color: rgba(30, 0, 0, 100);</string>
  361. </property>
  362. <layout class="QGridLayout" name="gridLayout_9">
  363. <item row="0" column="0">
  364. <widget class="QLabel" name="label_4_title_7">
  365. <property name="sizePolicy">
  366. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  367. <horstretch>0</horstretch>
  368. <verstretch>0</verstretch>
  369. </sizepolicy>
  370. </property>
  371. <property name="font">
  372. <font>
  373. <family>Trajan Pro 3</family>
  374. <pointsize>8</pointsize>
  375. <weight>50</weight>
  376. <bold>false</bold>
  377. </font>
  378. </property>
  379. <property name="styleSheet">
  380. <string notr="true">color: #cfa644; background-color:none;</string>
  381. </property>
  382. <property name="text">
  383. <string>Названия эмоций:</string>
  384. </property>
  385. </widget>
  386. </item>
  387. <item row="0" column="1">
  388. <widget class="QLabel" name="label_5_title_16">
  389. <property name="sizePolicy">
  390. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  391. <horstretch>0</horstretch>
  392. <verstretch>0</verstretch>
  393. </sizepolicy>
  394. </property>
  395. <property name="font">
  396. <font>
  397. <family>a_AlgeriusNr</family>
  398. </font>
  399. </property>
  400. <property name="styleSheet">
  401. <string notr="true"> background-color:none;
  402. color: rgb(255, 255, 127);</string>
  403. </property>
  404. <property name="text">
  405. <string>В очереди</string>
  406. </property>
  407. </widget>
  408. </item>
  409. <item row="0" column="2">
  410. <widget class="QPushButton" name="pushButton_7">
  411. <property name="sizePolicy">
  412. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  413. <horstretch>0</horstretch>
  414. <verstretch>0</verstretch>
  415. </sizepolicy>
  416. </property>
  417. <property name="styleSheet">
  418. <string notr="true">QPushButton {
  419. color: black;
  420. border: 2px solid #8f8f91;
  421. border-radius: 6px;
  422. background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  423. stop: 0 #f6f7fa, stop: 1 #dadbde);
  424. min-width: 80px;
  425. }
  426. QPushButton:pressed {
  427. background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  428. stop: 0 #caccd3, stop: 1 #f6f7fa);
  429. }
  430. QPushButton:flat {
  431. border: none; /* no border for a flat push button */
  432. }
  433. QPushButton:default {
  434. border-color: navy; /* make the default button prominent */
  435. }</string>
  436. </property>
  437. <property name="text">
  438. <string>Выключить</string>
  439. </property>
  440. </widget>
  441. </item>
  442. <item row="1" column="0" colspan="3">
  443. <widget class="QLabel" name="label_common_10">
  444. <property name="font">
  445. <font>
  446. <family>Trajan Pro 3</family>
  447. </font>
  448. </property>
  449. <property name="styleSheet">
  450. <string notr="true">color: rgb(255, 255, 255); background-color: transparent;</string>
  451. </property>
  452. <property name="text">
  453. <string>Краткое описание бла-бла-бла</string>
  454. </property>
  455. <property name="alignment">
  456. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  457. </property>
  458. <property name="wordWrap">
  459. <bool>true</bool>
  460. </property>
  461. <property name="margin">
  462. <number>0</number>
  463. </property>
  464. <property name="indent">
  465. <number>0</number>
  466. </property>
  467. </widget>
  468. </item>
  469. </layout>
  470. </widget>
  471. </item>
  472. <item row="1" column="0">
  473. <widget class="QWidget" name="backup_status_16" native="true">
  474. <property name="styleSheet">
  475. <string notr="true">border-radius: 20px;
  476. background-color: rgba(30, 0, 0, 100);</string>
  477. </property>
  478. <layout class="QGridLayout" name="gridLayout_13">
  479. <item row="0" column="2">
  480. <widget class="QLabel" name="label_5_common_18">
  481. <property name="sizePolicy">
  482. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  483. <horstretch>0</horstretch>
  484. <verstretch>0</verstretch>
  485. </sizepolicy>
  486. </property>
  487. <property name="font">
  488. <font>
  489. <family>a_AlgeriusNr</family>
  490. </font>
  491. </property>
  492. <property name="styleSheet">
  493. <string notr="true"> background-color:none;
  494. color: rgb(255, 0, 0);</string>
  495. </property>
  496. <property name="text">
  497. <string>Выключен</string>
  498. </property>
  499. </widget>
  500. </item>
  501. <item row="0" column="3">
  502. <widget class="QPushButton" name="pushButton_9">
  503. <property name="sizePolicy">
  504. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  505. <horstretch>0</horstretch>
  506. <verstretch>0</verstretch>
  507. </sizepolicy>
  508. </property>
  509. <property name="minimumSize">
  510. <size>
  511. <width>80</width>
  512. <height>20</height>
  513. </size>
  514. </property>
  515. <property name="styleSheet">
  516. <string notr="true">QPushButton {
  517. background-image: url(:/assets/buttons/gray_btn.png);
  518. color: black;
  519. border-radius: 5px;
  520. border: 1px solid black;
  521. }
  522. QPushButton:pressed {
  523. border: 2px solid black;
  524. }</string>
  525. </property>
  526. <property name="text">
  527. <string>Включить</string>
  528. </property>
  529. </widget>
  530. </item>
  531. <item row="0" column="1">
  532. <widget class="QLabel" name="label_4_title_9">
  533. <property name="sizePolicy">
  534. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  535. <horstretch>0</horstretch>
  536. <verstretch>0</verstretch>
  537. </sizepolicy>
  538. </property>
  539. <property name="font">
  540. <font>
  541. <family>Trajan Pro 3</family>
  542. <pointsize>8</pointsize>
  543. <weight>50</weight>
  544. <bold>false</bold>
  545. </font>
  546. </property>
  547. <property name="styleSheet">
  548. <string notr="true">color: #cfa644; background-color:none;</string>
  549. </property>
  550. <property name="text">
  551. <string>Шрифты (старая версия):</string>
  552. </property>
  553. </widget>
  554. </item>
  555. <item row="1" column="1" colspan="3">
  556. <widget class="QLabel" name="label_common_13">
  557. <property name="font">
  558. <font>
  559. <family>Trajan Pro 3</family>
  560. </font>
  561. </property>
  562. <property name="styleSheet">
  563. <string notr="true">color: rgb(255, 255, 255); background-color: transparent;</string>
  564. </property>
  565. <property name="text">
  566. <string>Краткое описание бла-бла-бла lorem ipsum dolor sit amet bla-bla-bla angus magnus petricus жил я как-то в хижине, деревянной, да потом сгорела она</string>
  567. </property>
  568. <property name="alignment">
  569. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  570. </property>
  571. <property name="wordWrap">
  572. <bool>true</bool>
  573. </property>
  574. <property name="margin">
  575. <number>0</number>
  576. </property>
  577. <property name="indent">
  578. <number>0</number>
  579. </property>
  580. </widget>
  581. </item>
  582. <item row="0" column="0" rowspan="2">
  583. <widget class="QLabel" name="label_2">
  584. <property name="sizePolicy">
  585. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  586. <horstretch>0</horstretch>
  587. <verstretch>0</verstretch>
  588. </sizepolicy>
  589. </property>
  590. <property name="minimumSize">
  591. <size>
  592. <width>64</width>
  593. <height>64</height>
  594. </size>
  595. </property>
  596. <property name="maximumSize">
  597. <size>
  598. <width>64</width>
  599. <height>64</height>
  600. </size>
  601. </property>
  602. <property name="styleSheet">
  603. <string notr="true">border-image: url(:/assets/patch_icons/shrifty-photo-small.png);
  604. background: transparent; border-radius: 0px;</string>
  605. </property>
  606. <property name="text">
  607. <string/>
  608. </property>
  609. </widget>
  610. </item>
  611. </layout>
  612. </widget>
  613. </item>
  614. <item row="0" column="0">
  615. <widget class="QWidget" name="backup_status_3" native="true">
  616. <property name="styleSheet">
  617. <string notr="true">border-radius: 20px;
  618. background-color: rgba(30, 0, 0, 100);</string>
  619. </property>
  620. <layout class="QGridLayout" name="gridLayout_2">
  621. <item row="0" column="1">
  622. <widget class="QLabel" name="label_4_title">
  623. <property name="sizePolicy">
  624. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  625. <horstretch>0</horstretch>
  626. <verstretch>0</verstretch>
  627. </sizepolicy>
  628. </property>
  629. <property name="font">
  630. <font>
  631. <family>Trajan Pro 3</family>
  632. <pointsize>8</pointsize>
  633. <weight>50</weight>
  634. <bold>false</bold>
  635. </font>
  636. </property>
  637. <property name="styleSheet">
  638. <string notr="true">color: #cfa644; background-color:none;</string>
  639. </property>
  640. <property name="text">
  641. <string>Шрифты:</string>
  642. </property>
  643. </widget>
  644. </item>
  645. <item row="0" column="2">
  646. <widget class="QLabel" name="label_5_common">
  647. <property name="sizePolicy">
  648. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  649. <horstretch>0</horstretch>
  650. <verstretch>0</verstretch>
  651. </sizepolicy>
  652. </property>
  653. <property name="font">
  654. <font>
  655. <family>a_AlgeriusNr</family>
  656. </font>
  657. </property>
  658. <property name="styleSheet">
  659. <string notr="true">color: rgb(0, 170, 0); background-color:none;</string>
  660. </property>
  661. <property name="text">
  662. <string>Включен</string>
  663. </property>
  664. </widget>
  665. </item>
  666. <item row="0" column="3">
  667. <widget class="QPushButton" name="pushButton">
  668. <property name="sizePolicy">
  669. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  670. <horstretch>0</horstretch>
  671. <verstretch>0</verstretch>
  672. </sizepolicy>
  673. </property>
  674. <property name="minimumSize">
  675. <size>
  676. <width>80</width>
  677. <height>20</height>
  678. </size>
  679. </property>
  680. <property name="styleSheet">
  681. <string notr="true">QPushButton {
  682. background-image: url(:/assets/buttons/gray_btn.png);
  683. color: black;
  684. border-radius: 5px;
  685. border: 1px solid black;
  686. }
  687. QPushButton:pressed {
  688. border: 2px solid black;
  689. }</string>
  690. </property>
  691. <property name="text">
  692. <string>Выключить</string>
  693. </property>
  694. </widget>
  695. </item>
  696. <item row="3" column="1" colspan="3">
  697. <widget class="QLabel" name="label_common_4">
  698. <property name="font">
  699. <font>
  700. <family>Trajan Pro 3</family>
  701. </font>
  702. </property>
  703. <property name="styleSheet">
  704. <string notr="true">color: rgb(255, 255, 255); background-color: transparent;</string>
  705. </property>
  706. <property name="text">
  707. <string>Краткое описание бла-бла-бла lorem ipsum dolor sit amet bla-bla-bla angus magnus petricus жил я как-то в хижине, деревянной, да потом сгорела она</string>
  708. </property>
  709. <property name="alignment">
  710. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  711. </property>
  712. <property name="wordWrap">
  713. <bool>true</bool>
  714. </property>
  715. <property name="margin">
  716. <number>0</number>
  717. </property>
  718. <property name="indent">
  719. <number>0</number>
  720. </property>
  721. </widget>
  722. </item>
  723. <item row="0" column="0" rowspan="4">
  724. <widget class="QLabel" name="label">
  725. <property name="sizePolicy">
  726. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  727. <horstretch>0</horstretch>
  728. <verstretch>0</verstretch>
  729. </sizepolicy>
  730. </property>
  731. <property name="minimumSize">
  732. <size>
  733. <width>64</width>
  734. <height>64</height>
  735. </size>
  736. </property>
  737. <property name="maximumSize">
  738. <size>
  739. <width>64</width>
  740. <height>64</height>
  741. </size>
  742. </property>
  743. <property name="styleSheet">
  744. <string notr="true">border-image: url(:/assets/patch_icons/shrifty-photo-small.png);
  745. background: transparent; border-radius: 0px;</string>
  746. </property>
  747. <property name="text">
  748. <string/>
  749. </property>
  750. </widget>
  751. </item>
  752. </layout>
  753. </widget>
  754. </item>
  755. </layout>
  756. </widget>
  757. </widget>
  758. </item>
  759. </layout>
  760. </widget>
  761. <resources/>
  762. <connections/>
  763. </ui>