mainwindow.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>900</width>
  10. <height>650</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>ВКО: Наследие</string>
  21. </property>
  22. <property name="autoFillBackground">
  23. <bool>false</bool>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true"/>
  27. </property>
  28. <property name="animated">
  29. <bool>false</bool>
  30. </property>
  31. <property name="tabShape">
  32. <enum>QTabWidget::Triangular</enum>
  33. </property>
  34. <widget class="QWidget" name="centralWidget">
  35. <property name="sizePolicy">
  36. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  37. <horstretch>0</horstretch>
  38. <verstretch>0</verstretch>
  39. </sizepolicy>
  40. </property>
  41. <property name="autoFillBackground">
  42. <bool>false</bool>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">border-image: url(:/assets/backgrounds/bg1.png);</string>
  46. </property>
  47. <widget class="QWidget" name="content_area" native="true">
  48. <property name="geometry">
  49. <rect>
  50. <x>0</x>
  51. <y>129</y>
  52. <width>901</width>
  53. <height>501</height>
  54. </rect>
  55. </property>
  56. <property name="sizePolicy">
  57. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  58. <horstretch>0</horstretch>
  59. <verstretch>0</verstretch>
  60. </sizepolicy>
  61. </property>
  62. <property name="autoFillBackground">
  63. <bool>false</bool>
  64. </property>
  65. <property name="styleSheet">
  66. <string notr="true">border-image:none;</string>
  67. </property>
  68. <layout class="QGridLayout" name="gridLayout_3">
  69. <property name="leftMargin">
  70. <number>20</number>
  71. </property>
  72. <property name="topMargin">
  73. <number>10</number>
  74. </property>
  75. <property name="rightMargin">
  76. <number>20</number>
  77. </property>
  78. <property name="bottomMargin">
  79. <number>10</number>
  80. </property>
  81. <item row="0" column="0">
  82. <layout class="QGridLayout" name="content_layout"/>
  83. </item>
  84. </layout>
  85. </widget>
  86. <widget class="QWidget" name="menu_widget" native="true">
  87. <property name="geometry">
  88. <rect>
  89. <x>300</x>
  90. <y>40</y>
  91. <width>571</width>
  92. <height>51</height>
  93. </rect>
  94. </property>
  95. <property name="sizePolicy">
  96. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  97. <horstretch>0</horstretch>
  98. <verstretch>0</verstretch>
  99. </sizepolicy>
  100. </property>
  101. <property name="autoFillBackground">
  102. <bool>false</bool>
  103. </property>
  104. <property name="styleSheet">
  105. <string notr="true">border-image:transparent;</string>
  106. </property>
  107. <layout class="QHBoxLayout" name="horizontalLayout" stretch="6,7,13,7,6,0">
  108. <property name="spacing">
  109. <number>10</number>
  110. </property>
  111. <property name="sizeConstraint">
  112. <enum>QLayout::SetDefaultConstraint</enum>
  113. </property>
  114. <property name="leftMargin">
  115. <number>0</number>
  116. </property>
  117. <property name="topMargin">
  118. <number>0</number>
  119. </property>
  120. <property name="rightMargin">
  121. <number>0</number>
  122. </property>
  123. <property name="bottomMargin">
  124. <number>0</number>
  125. </property>
  126. <item>
  127. <widget class="MenuEntry" name="menuentry_1_common">
  128. <property name="sizePolicy">
  129. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  130. <horstretch>0</horstretch>
  131. <verstretch>0</verstretch>
  132. </sizepolicy>
  133. </property>
  134. <property name="baseSize">
  135. <size>
  136. <width>0</width>
  137. <height>0</height>
  138. </size>
  139. </property>
  140. <property name="font">
  141. <font>
  142. <family>Constantia</family>
  143. <pointsize>9</pointsize>
  144. <weight>50</weight>
  145. <bold>false</bold>
  146. </font>
  147. </property>
  148. <property name="mouseTracking">
  149. <bool>true</bool>
  150. </property>
  151. <property name="layoutDirection">
  152. <enum>Qt::LeftToRight</enum>
  153. </property>
  154. <property name="styleSheet">
  155. <string notr="true">color:rgb(255, 255, 255);</string>
  156. </property>
  157. <property name="text">
  158. <string> СТАТУС </string>
  159. </property>
  160. <property name="scaledContents">
  161. <bool>true</bool>
  162. </property>
  163. <property name="alignment">
  164. <set>Qt::AlignCenter</set>
  165. </property>
  166. <property name="default" stdset="0">
  167. <bool>false</bool>
  168. </property>
  169. <property name="flat" stdset="0">
  170. <bool>true</bool>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="MenuEntry" name="menuentry_2_common">
  176. <property name="enabled">
  177. <bool>true</bool>
  178. </property>
  179. <property name="sizePolicy">
  180. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  181. <horstretch>0</horstretch>
  182. <verstretch>0</verstretch>
  183. </sizepolicy>
  184. </property>
  185. <property name="font">
  186. <font>
  187. <family>Constantia</family>
  188. </font>
  189. </property>
  190. <property name="mouseTracking">
  191. <bool>true</bool>
  192. </property>
  193. <property name="styleSheet">
  194. <string notr="true">color:rgb(255, 255, 255);</string>
  195. </property>
  196. <property name="text">
  197. <string> НАСТРОЙКИ </string>
  198. </property>
  199. <property name="scaledContents">
  200. <bool>true</bool>
  201. </property>
  202. <property name="alignment">
  203. <set>Qt::AlignCenter</set>
  204. </property>
  205. <property name="flat" stdset="0">
  206. <bool>true</bool>
  207. </property>
  208. </widget>
  209. </item>
  210. <item>
  211. <widget class="MenuEntry" name="menuentry_3_common">
  212. <property name="sizePolicy">
  213. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  214. <horstretch>0</horstretch>
  215. <verstretch>0</verstretch>
  216. </sizepolicy>
  217. </property>
  218. <property name="minimumSize">
  219. <size>
  220. <width>0</width>
  221. <height>0</height>
  222. </size>
  223. </property>
  224. <property name="font">
  225. <font>
  226. <family>Constantia</family>
  227. </font>
  228. </property>
  229. <property name="mouseTracking">
  230. <bool>true</bool>
  231. </property>
  232. <property name="styleSheet">
  233. <string notr="true">color:rgb(255, 255, 255)</string>
  234. </property>
  235. <property name="text">
  236. <string notr="true"> РУСИФИКАЦИЯ </string>
  237. </property>
  238. <property name="scaledContents">
  239. <bool>true</bool>
  240. </property>
  241. <property name="alignment">
  242. <set>Qt::AlignCenter</set>
  243. </property>
  244. <property name="flat" stdset="0">
  245. <bool>true</bool>
  246. </property>
  247. </widget>
  248. </item>
  249. <item>
  250. <widget class="MenuEntry" name="menuentry_4_common">
  251. <property name="sizePolicy">
  252. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  253. <horstretch>0</horstretch>
  254. <verstretch>0</verstretch>
  255. </sizepolicy>
  256. </property>
  257. <property name="minimumSize">
  258. <size>
  259. <width>0</width>
  260. <height>0</height>
  261. </size>
  262. </property>
  263. <property name="font">
  264. <font>
  265. <family>Constantia</family>
  266. </font>
  267. </property>
  268. <property name="mouseTracking">
  269. <bool>true</bool>
  270. </property>
  271. <property name="styleSheet">
  272. <string notr="true">color:rgb(255, 255, 255);</string>
  273. </property>
  274. <property name="text">
  275. <string> НОВОСТИ </string>
  276. </property>
  277. <property name="scaledContents">
  278. <bool>true</bool>
  279. </property>
  280. <property name="alignment">
  281. <set>Qt::AlignCenter</set>
  282. </property>
  283. <property name="flat" stdset="0">
  284. <bool>true</bool>
  285. </property>
  286. </widget>
  287. </item>
  288. <item>
  289. <widget class="MenuEntry" name="menuentry_5_common">
  290. <property name="sizePolicy">
  291. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  292. <horstretch>0</horstretch>
  293. <verstretch>0</verstretch>
  294. </sizepolicy>
  295. </property>
  296. <property name="minimumSize">
  297. <size>
  298. <width>0</width>
  299. <height>0</height>
  300. </size>
  301. </property>
  302. <property name="font">
  303. <font>
  304. <family>Constantia</family>
  305. </font>
  306. </property>
  307. <property name="mouseTracking">
  308. <bool>true</bool>
  309. </property>
  310. <property name="layoutDirection">
  311. <enum>Qt::LeftToRight</enum>
  312. </property>
  313. <property name="styleSheet">
  314. <string notr="true">color:rgb(255, 255, 255);</string>
  315. </property>
  316. <property name="text">
  317. <string> ПОМОЩЬ </string>
  318. </property>
  319. <property name="scaledContents">
  320. <bool>true</bool>
  321. </property>
  322. <property name="alignment">
  323. <set>Qt::AlignCenter</set>
  324. </property>
  325. <property name="flat" stdset="0">
  326. <bool>true</bool>
  327. </property>
  328. </widget>
  329. </item>
  330. <item>
  331. <widget class="QWidget" name="widget" native="true">
  332. <property name="sizePolicy">
  333. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  334. <horstretch>0</horstretch>
  335. <verstretch>0</verstretch>
  336. </sizepolicy>
  337. </property>
  338. <property name="minimumSize">
  339. <size>
  340. <width>0</width>
  341. <height>0</height>
  342. </size>
  343. </property>
  344. <layout class="QHBoxLayout" name="horizontalLayout_2">
  345. <property name="spacing">
  346. <number>5</number>
  347. </property>
  348. <property name="leftMargin">
  349. <number>0</number>
  350. </property>
  351. <property name="topMargin">
  352. <number>0</number>
  353. </property>
  354. <property name="rightMargin">
  355. <number>0</number>
  356. </property>
  357. <property name="bottomMargin">
  358. <number>0</number>
  359. </property>
  360. <item>
  361. <widget class="QPushButton" name="minimizeButton">
  362. <property name="minimumSize">
  363. <size>
  364. <width>20</width>
  365. <height>20</height>
  366. </size>
  367. </property>
  368. <property name="styleSheet">
  369. <string notr="true">QPushButton#minimizeButton {border-image: url(:/assets/buttons/minimize.png) 0 0 0 0 stretch stretch; border: 0px;}
  370. QPushButton#minimizeButton:hover {border-image: url(:/assets/buttons/minimize.png) 0 0 0 0 stretch stretch; border: 1px;}
  371. </string>
  372. </property>
  373. <property name="text">
  374. <string>_</string>
  375. </property>
  376. </widget>
  377. </item>
  378. <item>
  379. <widget class="QPushButton" name="closeButton">
  380. <property name="minimumSize">
  381. <size>
  382. <width>20</width>
  383. <height>20</height>
  384. </size>
  385. </property>
  386. <property name="styleSheet">
  387. <string notr="true">QPushButton#closeButton { border-image: url(:/assets/buttons/close.png) 0 0 0 0 stretch stretch; }
  388. QPushButton#closeButton:hover { border-image: url(:/assets/buttons/close.png) 0 0 0 0 stretch stretch; border:1px;}</string>
  389. </property>
  390. <property name="text">
  391. <string>Х</string>
  392. </property>
  393. </widget>
  394. </item>
  395. </layout>
  396. </widget>
  397. </item>
  398. </layout>
  399. </widget>
  400. </widget>
  401. </widget>
  402. <layoutdefault spacing="6" margin="11"/>
  403. <customwidgets>
  404. <customwidget>
  405. <class>MenuEntry</class>
  406. <extends>QLabel</extends>
  407. <header>menuentry.h</header>
  408. </customwidget>
  409. </customwidgets>
  410. <resources/>
  411. <connections/>
  412. </ui>