mainwindow.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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,9,11,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>Trajan Pro 3</family>
  143. </font>
  144. </property>
  145. <property name="mouseTracking">
  146. <bool>true</bool>
  147. </property>
  148. <property name="layoutDirection">
  149. <enum>Qt::LeftToRight</enum>
  150. </property>
  151. <property name="styleSheet">
  152. <string notr="true">color:rgb(255, 255, 255);</string>
  153. </property>
  154. <property name="text">
  155. <string>статус</string>
  156. </property>
  157. <property name="scaledContents">
  158. <bool>true</bool>
  159. </property>
  160. <property name="alignment">
  161. <set>Qt::AlignCenter</set>
  162. </property>
  163. <property name="default" stdset="0">
  164. <bool>false</bool>
  165. </property>
  166. <property name="flat" stdset="0">
  167. <bool>true</bool>
  168. </property>
  169. </widget>
  170. </item>
  171. <item>
  172. <widget class="MenuEntry" name="menuentry_2_common">
  173. <property name="enabled">
  174. <bool>true</bool>
  175. </property>
  176. <property name="sizePolicy">
  177. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  178. <horstretch>0</horstretch>
  179. <verstretch>0</verstretch>
  180. </sizepolicy>
  181. </property>
  182. <property name="font">
  183. <font>
  184. <family>Trajan Pro 3</family>
  185. </font>
  186. </property>
  187. <property name="mouseTracking">
  188. <bool>true</bool>
  189. </property>
  190. <property name="styleSheet">
  191. <string notr="true">color:rgb(255, 255, 255);</string>
  192. </property>
  193. <property name="text">
  194. <string>настройки</string>
  195. </property>
  196. <property name="scaledContents">
  197. <bool>true</bool>
  198. </property>
  199. <property name="alignment">
  200. <set>Qt::AlignCenter</set>
  201. </property>
  202. <property name="flat" stdset="0">
  203. <bool>true</bool>
  204. </property>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="MenuEntry" name="menuentry_3_common">
  209. <property name="sizePolicy">
  210. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  211. <horstretch>0</horstretch>
  212. <verstretch>0</verstretch>
  213. </sizepolicy>
  214. </property>
  215. <property name="minimumSize">
  216. <size>
  217. <width>0</width>
  218. <height>0</height>
  219. </size>
  220. </property>
  221. <property name="font">
  222. <font>
  223. <family>Trajan Pro 3</family>
  224. </font>
  225. </property>
  226. <property name="mouseTracking">
  227. <bool>true</bool>
  228. </property>
  229. <property name="styleSheet">
  230. <string notr="true">color:rgb(255, 255, 255)</string>
  231. </property>
  232. <property name="text">
  233. <string notr="true"> русификация </string>
  234. </property>
  235. <property name="scaledContents">
  236. <bool>true</bool>
  237. </property>
  238. <property name="alignment">
  239. <set>Qt::AlignCenter</set>
  240. </property>
  241. <property name="flat" stdset="0">
  242. <bool>true</bool>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <widget class="MenuEntry" name="menuentry_4_common">
  248. <property name="sizePolicy">
  249. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  250. <horstretch>0</horstretch>
  251. <verstretch>0</verstretch>
  252. </sizepolicy>
  253. </property>
  254. <property name="minimumSize">
  255. <size>
  256. <width>0</width>
  257. <height>0</height>
  258. </size>
  259. </property>
  260. <property name="font">
  261. <font>
  262. <family>Trajan Pro 3</family>
  263. </font>
  264. </property>
  265. <property name="mouseTracking">
  266. <bool>true</bool>
  267. </property>
  268. <property name="styleSheet">
  269. <string notr="true">color:rgb(255, 255, 255);</string>
  270. </property>
  271. <property name="text">
  272. <string>новости</string>
  273. </property>
  274. <property name="scaledContents">
  275. <bool>true</bool>
  276. </property>
  277. <property name="alignment">
  278. <set>Qt::AlignCenter</set>
  279. </property>
  280. <property name="flat" stdset="0">
  281. <bool>true</bool>
  282. </property>
  283. </widget>
  284. </item>
  285. <item>
  286. <widget class="MenuEntry" name="menuentry_5_common">
  287. <property name="sizePolicy">
  288. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  289. <horstretch>0</horstretch>
  290. <verstretch>0</verstretch>
  291. </sizepolicy>
  292. </property>
  293. <property name="minimumSize">
  294. <size>
  295. <width>0</width>
  296. <height>0</height>
  297. </size>
  298. </property>
  299. <property name="font">
  300. <font>
  301. <family>Trajan Pro 3</family>
  302. </font>
  303. </property>
  304. <property name="mouseTracking">
  305. <bool>true</bool>
  306. </property>
  307. <property name="layoutDirection">
  308. <enum>Qt::LeftToRight</enum>
  309. </property>
  310. <property name="styleSheet">
  311. <string notr="true">color:rgb(255, 255, 255);</string>
  312. </property>
  313. <property name="text">
  314. <string>помощь</string>
  315. </property>
  316. <property name="scaledContents">
  317. <bool>true</bool>
  318. </property>
  319. <property name="alignment">
  320. <set>Qt::AlignCenter</set>
  321. </property>
  322. <property name="flat" stdset="0">
  323. <bool>true</bool>
  324. </property>
  325. </widget>
  326. </item>
  327. <item>
  328. <widget class="QWidget" name="widget" native="true">
  329. <property name="sizePolicy">
  330. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  331. <horstretch>0</horstretch>
  332. <verstretch>0</verstretch>
  333. </sizepolicy>
  334. </property>
  335. <property name="minimumSize">
  336. <size>
  337. <width>0</width>
  338. <height>0</height>
  339. </size>
  340. </property>
  341. <layout class="QHBoxLayout" name="horizontalLayout_2">
  342. <property name="spacing">
  343. <number>5</number>
  344. </property>
  345. <property name="leftMargin">
  346. <number>0</number>
  347. </property>
  348. <property name="topMargin">
  349. <number>0</number>
  350. </property>
  351. <property name="rightMargin">
  352. <number>0</number>
  353. </property>
  354. <property name="bottomMargin">
  355. <number>0</number>
  356. </property>
  357. <item>
  358. <widget class="QPushButton" name="minimizeButton">
  359. <property name="minimumSize">
  360. <size>
  361. <width>20</width>
  362. <height>20</height>
  363. </size>
  364. </property>
  365. <property name="styleSheet">
  366. <string notr="true">QPushButton#minimizeButton {border-image: url(:/assets/buttons/minimize.png) 0 0 0 0 stretch stretch; border: 0px;}
  367. QPushButton#minimizeButton:hover {border-image: url(:/assets/buttons/minimize.png) 0 0 0 0 stretch stretch; border: 1px;}
  368. </string>
  369. </property>
  370. <property name="text">
  371. <string>_</string>
  372. </property>
  373. </widget>
  374. </item>
  375. <item>
  376. <widget class="QPushButton" name="closeButton">
  377. <property name="minimumSize">
  378. <size>
  379. <width>20</width>
  380. <height>20</height>
  381. </size>
  382. </property>
  383. <property name="styleSheet">
  384. <string notr="true">QPushButton#closeButton { border-image: url(:/assets/buttons/close.png) 0 0 0 0 stretch stretch; }
  385. QPushButton#closeButton:hover { border-image: url(:/assets/buttons/close.png) 0 0 0 0 stretch stretch; border:1px;}</string>
  386. </property>
  387. <property name="text">
  388. <string>Х</string>
  389. </property>
  390. </widget>
  391. </item>
  392. </layout>
  393. </widget>
  394. </item>
  395. </layout>
  396. </widget>
  397. </widget>
  398. </widget>
  399. <layoutdefault spacing="6" margin="11"/>
  400. <customwidgets>
  401. <customwidget>
  402. <class>MenuEntry</class>
  403. <extends>QLabel</extends>
  404. <header>menuentry.h</header>
  405. </customwidget>
  406. </customwidgets>
  407. <resources/>
  408. <connections/>
  409. </ui>