rusificationwidget.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RusificationWidget</class>
  4. <widget class="QWidget" name="RusificationWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>744</width>
  10. <height>417</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="spacing">
  18. <number>30</number>
  19. </property>
  20. <item>
  21. <widget class="QWidget" name="left_column_widget" native="true">
  22. <property name="sizePolicy">
  23. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
  24. <horstretch>0</horstretch>
  25. <verstretch>0</verstretch>
  26. </sizepolicy>
  27. </property>
  28. <property name="minimumSize">
  29. <size>
  30. <width>350</width>
  31. <height>0</height>
  32. </size>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true">border-radius: 20px;
  36. background-color: rgba(30, 0, 0, 100);</string>
  37. </property>
  38. <layout class="QGridLayout" name="gridLayout">
  39. <item row="0" column="0">
  40. <widget class="QTreeWidget" name="treeWidget">
  41. <property name="mouseTracking">
  42. <bool>true</bool>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">border-radius: 20px;
  46. color: rgb(255, 255, 255);
  47. font: 12pt &quot;Trebuchet MS&quot;;
  48. background-color: rgba(255, 255, 255, 0);</string>
  49. </property>
  50. <property name="frameShape">
  51. <enum>QFrame::NoFrame</enum>
  52. </property>
  53. <property name="showDropIndicator" stdset="0">
  54. <bool>false</bool>
  55. </property>
  56. <property name="alternatingRowColors">
  57. <bool>false</bool>
  58. </property>
  59. <property name="selectionMode">
  60. <enum>QAbstractItemView::NoSelection</enum>
  61. </property>
  62. <property name="verticalScrollMode">
  63. <enum>QAbstractItemView::ScrollPerItem</enum>
  64. </property>
  65. <property name="autoExpandDelay">
  66. <number>0</number>
  67. </property>
  68. <property name="rootIsDecorated">
  69. <bool>true</bool>
  70. </property>
  71. <property name="uniformRowHeights">
  72. <bool>false</bool>
  73. </property>
  74. <property name="itemsExpandable">
  75. <bool>true</bool>
  76. </property>
  77. <property name="animated">
  78. <bool>true</bool>
  79. </property>
  80. <property name="allColumnsShowFocus">
  81. <bool>false</bool>
  82. </property>
  83. <property name="headerHidden">
  84. <bool>true</bool>
  85. </property>
  86. <property name="expandsOnDoubleClick">
  87. <bool>true</bool>
  88. </property>
  89. <attribute name="headerVisible">
  90. <bool>false</bool>
  91. </attribute>
  92. <column>
  93. <property name="text">
  94. <string>Устанавливаемые элементы</string>
  95. </property>
  96. <property name="background">
  97. <color alpha="0">
  98. <red>0</red>
  99. <green>0</green>
  100. <blue>0</blue>
  101. </color>
  102. </property>
  103. <property name="foreground">
  104. <brush brushstyle="NoBrush">
  105. <color alpha="0">
  106. <red>0</red>
  107. <green>0</green>
  108. <blue>0</blue>
  109. </color>
  110. </brush>
  111. </property>
  112. </column>
  113. <item>
  114. <property name="text">
  115. <string>Тексты</string>
  116. </property>
  117. <property name="checkState">
  118. <enum>PartiallyChecked</enum>
  119. </property>
  120. <item>
  121. <property name="text">
  122. <string>Шрифты</string>
  123. </property>
  124. <property name="checkState">
  125. <enum>Checked</enum>
  126. </property>
  127. </item>
  128. <item>
  129. <property name="text">
  130. <string>Предметы</string>
  131. </property>
  132. <property name="checkState">
  133. <enum>Checked</enum>
  134. </property>
  135. </item>
  136. <item>
  137. <property name="text">
  138. <string>Эмоции</string>
  139. </property>
  140. <property name="checkState">
  141. <enum>Checked</enum>
  142. </property>
  143. </item>
  144. </item>
  145. <item>
  146. <property name="text">
  147. <string>Озвучка персонажей</string>
  148. </property>
  149. <property name="checkState">
  150. <enum>Checked</enum>
  151. </property>
  152. </item>
  153. <item>
  154. <property name="text">
  155. <string>Заставочные экраны</string>
  156. </property>
  157. <property name="checkState">
  158. <enum>Checked</enum>
  159. </property>
  160. </item>
  161. <item>
  162. <property name="text">
  163. <string>Карты</string>
  164. </property>
  165. <property name="checkState">
  166. <enum>Checked</enum>
  167. </property>
  168. </item>
  169. <item>
  170. <property name="text">
  171. <string>Видеоролики</string>
  172. </property>
  173. <property name="checkState">
  174. <enum>Checked</enum>
  175. </property>
  176. <item>
  177. <property name="text">
  178. <string>Вступительный</string>
  179. </property>
  180. </item>
  181. <item>
  182. <property name="text">
  183. <string>Расовые</string>
  184. </property>
  185. </item>
  186. <item>
  187. <property name="text">
  188. <string>Классовые</string>
  189. </property>
  190. </item>
  191. <item>
  192. <property name="text">
  193. <string>Книга 1: Тени Ангмара</string>
  194. </property>
  195. </item>
  196. <item>
  197. <property name="text">
  198. <string>Книга 2: Копи Мории</string>
  199. </property>
  200. </item>
  201. <item>
  202. <property name="text">
  203. <string>Книга 3: Союзники Короля</string>
  204. </property>
  205. </item>
  206. <item>
  207. <property name="text">
  208. <string>Книга 4: Мощь Саурона</string>
  209. </property>
  210. </item>
  211. <item>
  212. <property name="text">
  213. <string>Чёрная Книга Мордора</string>
  214. </property>
  215. </item>
  216. </item>
  217. </widget>
  218. </item>
  219. </layout>
  220. </widget>
  221. </item>
  222. <item>
  223. <widget class="QWidget" name="right_column_widget" native="true">
  224. <property name="sizePolicy">
  225. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  226. <horstretch>0</horstretch>
  227. <verstretch>0</verstretch>
  228. </sizepolicy>
  229. </property>
  230. <layout class="QGridLayout" name="gridLayout_2">
  231. <item row="3" column="0" colspan="2">
  232. <widget class="QWidget" name="widget" native="true">
  233. <property name="sizePolicy">
  234. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  235. <horstretch>0</horstretch>
  236. <verstretch>0</verstretch>
  237. </sizepolicy>
  238. </property>
  239. <layout class="QHBoxLayout" name="horizontalLayout_2">
  240. <item>
  241. <spacer name="horizontalSpacer">
  242. <property name="orientation">
  243. <enum>Qt::Horizontal</enum>
  244. </property>
  245. <property name="sizeHint" stdset="0">
  246. <size>
  247. <width>132</width>
  248. <height>57</height>
  249. </size>
  250. </property>
  251. </spacer>
  252. </item>
  253. <item>
  254. <widget class="QPushButton" name="pushButton">
  255. <property name="sizePolicy">
  256. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  257. <horstretch>0</horstretch>
  258. <verstretch>0</verstretch>
  259. </sizepolicy>
  260. </property>
  261. <property name="minimumSize">
  262. <size>
  263. <width>160</width>
  264. <height>60</height>
  265. </size>
  266. </property>
  267. <property name="text">
  268. <string>ПРИМЕНИТЬ</string>
  269. </property>
  270. </widget>
  271. </item>
  272. </layout>
  273. </widget>
  274. </item>
  275. <item row="0" column="0" colspan="2">
  276. <spacer name="verticalSpacer">
  277. <property name="orientation">
  278. <enum>Qt::Vertical</enum>
  279. </property>
  280. <property name="sizeHint" stdset="0">
  281. <size>
  282. <width>321</width>
  283. <height>1</height>
  284. </size>
  285. </property>
  286. </spacer>
  287. </item>
  288. <item row="2" column="0" colspan="2">
  289. <spacer name="verticalSpacer_2">
  290. <property name="orientation">
  291. <enum>Qt::Vertical</enum>
  292. </property>
  293. <property name="sizeHint" stdset="0">
  294. <size>
  295. <width>321</width>
  296. <height>18</height>
  297. </size>
  298. </property>
  299. </spacer>
  300. </item>
  301. <item row="1" column="0" colspan="2">
  302. <widget class="QWidget" name="widget_2" native="true">
  303. <property name="sizePolicy">
  304. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  305. <horstretch>0</horstretch>
  306. <verstretch>0</verstretch>
  307. </sizepolicy>
  308. </property>
  309. <property name="styleSheet">
  310. <string notr="true">border-radius: 20px;
  311. background-color: rgba(30, 0, 0, 100);
  312. color:rgb(255,255,255)</string>
  313. </property>
  314. <layout class="QGridLayout" name="gridLayout_3">
  315. <item row="0" column="0">
  316. <widget class="QLabel" name="label_2">
  317. <property name="font">
  318. <font>
  319. <family>Times New Roman</family>
  320. <pointsize>12</pointsize>
  321. <weight>75</weight>
  322. <bold>true</bold>
  323. </font>
  324. </property>
  325. <property name="styleSheet">
  326. <string notr="true">background:none</string>
  327. </property>
  328. <property name="text">
  329. <string>ОПИСАНИЕ</string>
  330. </property>
  331. <property name="alignment">
  332. <set>Qt::AlignCenter</set>
  333. </property>
  334. </widget>
  335. </item>
  336. <item row="2" column="0">
  337. <widget class="QLabel" name="label">
  338. <property name="sizePolicy">
  339. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  340. <horstretch>0</horstretch>
  341. <verstretch>0</verstretch>
  342. </sizepolicy>
  343. </property>
  344. <property name="styleSheet">
  345. <string notr="true">background-color: none;</string>
  346. </property>
  347. <property name="text">
  348. <string>Привет как дела как жизнь что деПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как дела как жизнь что делаешьПривет как </string>
  349. </property>
  350. <property name="wordWrap">
  351. <bool>true</bool>
  352. </property>
  353. <property name="margin">
  354. <number>10</number>
  355. </property>
  356. </widget>
  357. </item>
  358. <item row="1" column="0">
  359. <widget class="QLabel" name="label_3">
  360. <property name="minimumSize">
  361. <size>
  362. <width>100</width>
  363. <height>100</height>
  364. </size>
  365. </property>
  366. <property name="styleSheet">
  367. <string notr="true">background-color:none;</string>
  368. </property>
  369. <property name="text">
  370. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;img src=&quot;:/assets/teksty-photo-normal.png&quot; width=&quot;100&quot; height=&quot;100&quot;/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  371. </property>
  372. <property name="alignment">
  373. <set>Qt::AlignCenter</set>
  374. </property>
  375. </widget>
  376. </item>
  377. </layout>
  378. </widget>
  379. </item>
  380. </layout>
  381. </widget>
  382. </item>
  383. </layout>
  384. </widget>
  385. <resources/>
  386. <connections/>
  387. </ui>