mainwindow-full.ui 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindowFull</class>
  4. <widget class="QMainWindow" name="MainWindowFull">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1833</width>
  10. <height>1143</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindowFull</string>
  15. </property>
  16. <property name="locale">
  17. <locale language="Russian" country="Russia"/>
  18. </property>
  19. <property name="dockOptions">
  20. <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
  21. </property>
  22. <widget class="QWidget" name="centralWidget">
  23. <property name="enabled">
  24. <bool>true</bool>
  25. </property>
  26. <widget class="QWidget" name="verticalLayoutWidget_2">
  27. <property name="geometry">
  28. <rect>
  29. <x>0</x>
  30. <y>0</y>
  31. <width>2971</width>
  32. <height>1481</height>
  33. </rect>
  34. </property>
  35. <layout class="QVBoxLayout" name="issuesLayout" stretch="0,0">
  36. <property name="spacing">
  37. <number>0</number>
  38. </property>
  39. <item>
  40. <widget class="QWidget" name="widget" native="true">
  41. <property name="minimumSize">
  42. <size>
  43. <width>0</width>
  44. <height>24</height>
  45. </size>
  46. </property>
  47. <widget class="QLineEdit" name="issuesFilter_field_name">
  48. <property name="geometry">
  49. <rect>
  50. <x>0</x>
  51. <y>0</y>
  52. <width>251</width>
  53. <height>22</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QComboBox" name="issuesFilter_field_assigned_to">
  58. <property name="geometry">
  59. <rect>
  60. <x>250</x>
  61. <y>0</y>
  62. <width>72</width>
  63. <height>22</height>
  64. </rect>
  65. </property>
  66. </widget>
  67. <widget class="QDateEdit" name="issuesFilter_field_due_date">
  68. <property name="enabled">
  69. <bool>false</bool>
  70. </property>
  71. <property name="geometry">
  72. <rect>
  73. <x>320</x>
  74. <y>0</y>
  75. <width>110</width>
  76. <height>23</height>
  77. </rect>
  78. </property>
  79. <property name="displayFormat">
  80. <string>yyyy-MM-dd</string>
  81. </property>
  82. <property name="calendarPopup">
  83. <bool>true</bool>
  84. </property>
  85. <property name="date">
  86. <date>
  87. <year>2013</year>
  88. <month>1</month>
  89. <day>1</day>
  90. </date>
  91. </property>
  92. </widget>
  93. <widget class="QComboBox" name="issuesFilter_field_status">
  94. <property name="geometry">
  95. <rect>
  96. <x>430</x>
  97. <y>0</y>
  98. <width>72</width>
  99. <height>22</height>
  100. </rect>
  101. </property>
  102. </widget>
  103. <widget class="QDateEdit" name="issuesFilter_field_updated_on">
  104. <property name="enabled">
  105. <bool>false</bool>
  106. </property>
  107. <property name="geometry">
  108. <rect>
  109. <x>500</x>
  110. <y>0</y>
  111. <width>110</width>
  112. <height>23</height>
  113. </rect>
  114. </property>
  115. <property name="displayFormat">
  116. <string>yyyy-MM-dd</string>
  117. </property>
  118. <property name="calendarPopup">
  119. <bool>true</bool>
  120. </property>
  121. <property name="date">
  122. <date>
  123. <year>2016</year>
  124. <month>1</month>
  125. <day>1</day>
  126. </date>
  127. </property>
  128. </widget>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QTreeWidget" name="issuesTree">
  133. <property name="columnCount">
  134. <number>5</number>
  135. </property>
  136. <column>
  137. <property name="text">
  138. <string notr="true">1</string>
  139. </property>
  140. </column>
  141. <column>
  142. <property name="text">
  143. <string notr="true">2</string>
  144. </property>
  145. </column>
  146. <column>
  147. <property name="text">
  148. <string notr="true">3</string>
  149. </property>
  150. </column>
  151. <column>
  152. <property name="text">
  153. <string notr="true">4</string>
  154. </property>
  155. </column>
  156. <column>
  157. <property name="text">
  158. <string notr="true">5</string>
  159. </property>
  160. </column>
  161. </widget>
  162. </item>
  163. </layout>
  164. </widget>
  165. </widget>
  166. <widget class="QMenuBar" name="menubar">
  167. <property name="geometry">
  168. <rect>
  169. <x>0</x>
  170. <y>0</y>
  171. <width>1833</width>
  172. <height>19</height>
  173. </rect>
  174. </property>
  175. <widget class="QMenu" name="menu">
  176. <property name="title">
  177. <string>Программа</string>
  178. </property>
  179. <addaction name="actionQuit"/>
  180. </widget>
  181. <widget class="QMenu" name="menu_2">
  182. <property name="title">
  183. <string>Информация</string>
  184. </property>
  185. <addaction name="actionHelp"/>
  186. </widget>
  187. <addaction name="menu"/>
  188. <addaction name="menu_2"/>
  189. </widget>
  190. <widget class="QDockWidget" name="navigationDock">
  191. <property name="locale">
  192. <locale language="Russian" country="Russia"/>
  193. </property>
  194. <property name="windowTitle">
  195. <string>Навигация</string>
  196. </property>
  197. <attribute name="dockWidgetArea">
  198. <number>1</number>
  199. </attribute>
  200. <widget class="QWidget" name="navigationDockContents">
  201. <widget class="QTabWidget" name="navigationTabs">
  202. <property name="geometry">
  203. <rect>
  204. <x>0</x>
  205. <y>0</y>
  206. <width>271</width>
  207. <height>761</height>
  208. </rect>
  209. </property>
  210. <property name="currentIndex">
  211. <number>1</number>
  212. </property>
  213. <property name="elideMode">
  214. <enum>Qt::ElideNone</enum>
  215. </property>
  216. <widget class="QWidget" name="meTab">
  217. <attribute name="title">
  218. <string>Я</string>
  219. </attribute>
  220. </widget>
  221. <widget class="QWidget" name="projectsTab">
  222. <attribute name="title">
  223. <string>Проекты</string>
  224. </attribute>
  225. <widget class="QTreeWidget" name="projects">
  226. <property name="geometry">
  227. <rect>
  228. <x>0</x>
  229. <y>50</y>
  230. <width>271</width>
  231. <height>681</height>
  232. </rect>
  233. </property>
  234. <property name="sortingEnabled">
  235. <bool>false</bool>
  236. </property>
  237. <property name="wordWrap">
  238. <bool>true</bool>
  239. </property>
  240. <property name="headerHidden">
  241. <bool>false</bool>
  242. </property>
  243. <property name="columnCount">
  244. <number>1</number>
  245. </property>
  246. <column>
  247. <property name="text">
  248. <string notr="true">1</string>
  249. </property>
  250. </column>
  251. </widget>
  252. <widget class="QWidget" name="horizontalLayoutWidget">
  253. <property name="geometry">
  254. <rect>
  255. <x>0</x>
  256. <y>0</y>
  257. <width>195</width>
  258. <height>22</height>
  259. </rect>
  260. </property>
  261. <layout class="QHBoxLayout" name="horizontalLayout">
  262. <item>
  263. <widget class="QRadioButton" name="projectsRadio_recursive_off">
  264. <property name="text">
  265. <string>Одиночно</string>
  266. </property>
  267. <property name="checked">
  268. <bool>true</bool>
  269. </property>
  270. </widget>
  271. </item>
  272. <item>
  273. <widget class="QRadioButton" name="projectsRadio_recursive_on">
  274. <property name="text">
  275. <string>Рекурсивно</string>
  276. </property>
  277. </widget>
  278. </item>
  279. </layout>
  280. </widget>
  281. <widget class="QLineEdit" name="projectFilter_field_name">
  282. <property name="geometry">
  283. <rect>
  284. <x>70</x>
  285. <y>25</y>
  286. <width>191</width>
  287. <height>22</height>
  288. </rect>
  289. </property>
  290. </widget>
  291. <widget class="QLabel" name="label_2">
  292. <property name="geometry">
  293. <rect>
  294. <x>10</x>
  295. <y>29</y>
  296. <width>59</width>
  297. <height>14</height>
  298. </rect>
  299. </property>
  300. <property name="text">
  301. <string>Фильтр:</string>
  302. </property>
  303. </widget>
  304. </widget>
  305. <widget class="QWidget" name="structureTab">
  306. <attribute name="title">
  307. <string>МИФИ</string>
  308. </attribute>
  309. </widget>
  310. </widget>
  311. </widget>
  312. </widget>
  313. <widget class="QDockWidget" name="filtersDock">
  314. <attribute name="dockWidgetArea">
  315. <number>2</number>
  316. </attribute>
  317. <widget class="QWidget" name="filtersDockContents">
  318. <widget class="QWidget" name="verticalLayoutWidget">
  319. <property name="geometry">
  320. <rect>
  321. <x>-1</x>
  322. <y>9</y>
  323. <width>183</width>
  324. <height>651</height>
  325. </rect>
  326. </property>
  327. <layout class="QVBoxLayout" name="filtersLayout">
  328. <item>
  329. <layout class="QVBoxLayout" name="verticalLayout_4">
  330. <item>
  331. <widget class="QRadioButton" name="issuesFilter_showClosed_no">
  332. <property name="text">
  333. <string>Только открытые</string>
  334. </property>
  335. <property name="checked">
  336. <bool>true</bool>
  337. </property>
  338. <property name="autoExclusive">
  339. <bool>false</bool>
  340. </property>
  341. </widget>
  342. </item>
  343. <item>
  344. <widget class="QRadioButton" name="issuesFilter_showClosed_yes">
  345. <property name="text">
  346. <string>Все</string>
  347. </property>
  348. <property name="autoExclusive">
  349. <bool>false</bool>
  350. </property>
  351. </widget>
  352. </item>
  353. </layout>
  354. </item>
  355. <item>
  356. <widget class="Line" name="line">
  357. <property name="orientation">
  358. <enum>Qt::Horizontal</enum>
  359. </property>
  360. </widget>
  361. </item>
  362. <item>
  363. <layout class="QVBoxLayout" name="verticalLayout_3">
  364. <item>
  365. <widget class="QRadioButton" name="issuesFilter_queryType_all">
  366. <property name="text">
  367. <string>Все</string>
  368. </property>
  369. <property name="checked">
  370. <bool>true</bool>
  371. </property>
  372. <property name="autoExclusive">
  373. <bool>false</bool>
  374. </property>
  375. </widget>
  376. </item>
  377. <item>
  378. <widget class="QRadioButton" name="issuesFilter_queryType_toMe">
  379. <property name="text">
  380. <string>Поручено мне</string>
  381. </property>
  382. <property name="autoExclusive">
  383. <bool>false</bool>
  384. </property>
  385. </widget>
  386. </item>
  387. <item>
  388. <widget class="QRadioButton" name="issuesFilter_queryType_fromMe">
  389. <property name="text">
  390. <string>Мной поручено</string>
  391. </property>
  392. <property name="autoExclusive">
  393. <bool>false</bool>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <widget class="QRadioButton" name="issuesFilter_queryType_followed">
  399. <property name="text">
  400. <string>На контроле</string>
  401. </property>
  402. <property name="autoExclusive">
  403. <bool>false</bool>
  404. </property>
  405. </widget>
  406. </item>
  407. </layout>
  408. </item>
  409. <item>
  410. <widget class="Line" name="line_2">
  411. <property name="orientation">
  412. <enum>Qt::Horizontal</enum>
  413. </property>
  414. </widget>
  415. </item>
  416. <item>
  417. <layout class="QVBoxLayout" name="verticalLayout_2">
  418. <item>
  419. <widget class="QFrame" name="frame">
  420. <property name="frameShape">
  421. <enum>QFrame::StyledPanel</enum>
  422. </property>
  423. <property name="frameShadow">
  424. <enum>QFrame::Raised</enum>
  425. </property>
  426. <widget class="QComboBox" name="issuesFilter_year">
  427. <property name="enabled">
  428. <bool>false</bool>
  429. </property>
  430. <property name="geometry">
  431. <rect>
  432. <x>10</x>
  433. <y>30</y>
  434. <width>151</width>
  435. <height>22</height>
  436. </rect>
  437. </property>
  438. <item>
  439. <property name="text">
  440. <string>Последние задачи</string>
  441. </property>
  442. </item>
  443. </widget>
  444. <widget class="QLabel" name="label">
  445. <property name="geometry">
  446. <rect>
  447. <x>10</x>
  448. <y>10</y>
  449. <width>59</width>
  450. <height>14</height>
  451. </rect>
  452. </property>
  453. <property name="text">
  454. <string>Архив:</string>
  455. </property>
  456. </widget>
  457. </widget>
  458. </item>
  459. </layout>
  460. </item>
  461. </layout>
  462. </widget>
  463. <zorder>verticalLayoutWidget</zorder>
  464. <zorder>verticalLayoutWidget_6</zorder>
  465. </widget>
  466. </widget>
  467. <widget class="QDockWidget" name="issueDock">
  468. <attribute name="dockWidgetArea">
  469. <number>8</number>
  470. </attribute>
  471. <widget class="QWidget" name="issueDockContents">
  472. <property name="styleSheet">
  473. <string notr="true"/>
  474. </property>
  475. <widget class="QWidget" name="verticalLayoutWidget_6">
  476. <property name="geometry">
  477. <rect>
  478. <x>0</x>
  479. <y>0</y>
  480. <width>1831</width>
  481. <height>1231</height>
  482. </rect>
  483. </property>
  484. <layout class="QVBoxLayout" name="issueLayout">
  485. <item>
  486. <widget class="QWidget" name="issueTitleContainer" native="true">
  487. <property name="minimumSize">
  488. <size>
  489. <width>0</width>
  490. <height>32</height>
  491. </size>
  492. </property>
  493. <property name="maximumSize">
  494. <size>
  495. <width>16777215</width>
  496. <height>32</height>
  497. </size>
  498. </property>
  499. <widget class="QLabel" name="issueTitle">
  500. <property name="geometry">
  501. <rect>
  502. <x>0</x>
  503. <y>0</y>
  504. <width>1831</width>
  505. <height>31</height>
  506. </rect>
  507. </property>
  508. <property name="font">
  509. <font>
  510. <pointsize>16</pointsize>
  511. </font>
  512. </property>
  513. <property name="text">
  514. <string/>
  515. </property>
  516. </widget>
  517. </widget>
  518. </item>
  519. <item>
  520. <layout class="QHBoxLayout" name="issueProperties">
  521. <item>
  522. <widget class="QWidget" name="issueLeftColumnWidget" native="true">
  523. <property name="minimumSize">
  524. <size>
  525. <width>320</width>
  526. <height>0</height>
  527. </size>
  528. </property>
  529. <property name="maximumSize">
  530. <size>
  531. <width>320</width>
  532. <height>16777215</height>
  533. </size>
  534. </property>
  535. <widget class="QWidget" name="formLayoutWidget_3">
  536. <property name="geometry">
  537. <rect>
  538. <x>-1</x>
  539. <y>-1</y>
  540. <width>321</width>
  541. <height>591</height>
  542. </rect>
  543. </property>
  544. <layout class="QFormLayout" name="issueLeftColumn">
  545. <property name="verticalSpacing">
  546. <number>2</number>
  547. </property>
  548. </layout>
  549. </widget>
  550. </widget>
  551. </item>
  552. <item>
  553. <widget class="QWidget" name="issueCentralColumnWidget" native="true">
  554. <property name="minimumSize">
  555. <size>
  556. <width>400</width>
  557. <height>0</height>
  558. </size>
  559. </property>
  560. <property name="maximumSize">
  561. <size>
  562. <width>400</width>
  563. <height>16777215</height>
  564. </size>
  565. </property>
  566. <widget class="QWidget" name="formLayoutWidget">
  567. <property name="geometry">
  568. <rect>
  569. <x>0</x>
  570. <y>0</y>
  571. <width>401</width>
  572. <height>591</height>
  573. </rect>
  574. </property>
  575. <layout class="QFormLayout" name="issueCentralColumn">
  576. <property name="verticalSpacing">
  577. <number>2</number>
  578. </property>
  579. </layout>
  580. </widget>
  581. </widget>
  582. </item>
  583. <item>
  584. <layout class="QVBoxLayout" name="issueButtonColumn">
  585. <property name="spacing">
  586. <number>2</number>
  587. </property>
  588. <property name="sizeConstraint">
  589. <enum>QLayout::SetMinimumSize</enum>
  590. </property>
  591. <item>
  592. <spacer name="verticalSpacer">
  593. <property name="orientation">
  594. <enum>Qt::Vertical</enum>
  595. </property>
  596. <property name="sizeHint" stdset="0">
  597. <size>
  598. <width>20</width>
  599. <height>40</height>
  600. </size>
  601. </property>
  602. </spacer>
  603. </item>
  604. <item>
  605. <widget class="QPushButton" name="issue_button_reset">
  606. <property name="text">
  607. <string>Сбросить</string>
  608. </property>
  609. </widget>
  610. </item>
  611. <item>
  612. <widget class="QPushButton" name="issue_button_sign">
  613. <property name="text">
  614. <string>Подписать</string>
  615. </property>
  616. </widget>
  617. </item>
  618. <item>
  619. <widget class="QPushButton" name="issue_button_save">
  620. <property name="text">
  621. <string>Сохранить</string>
  622. </property>
  623. </widget>
  624. </item>
  625. </layout>
  626. </item>
  627. <item>
  628. <spacer name="spacer">
  629. <property name="orientation">
  630. <enum>Qt::Horizontal</enum>
  631. </property>
  632. <property name="sizeType">
  633. <enum>QSizePolicy::Expanding</enum>
  634. </property>
  635. <property name="sizeHint" stdset="0">
  636. <size>
  637. <width>40</width>
  638. <height>20</height>
  639. </size>
  640. </property>
  641. </spacer>
  642. </item>
  643. </layout>
  644. </item>
  645. <item>
  646. <layout class="QHBoxLayout" name="issueButtonRow"/>
  647. </item>
  648. <item>
  649. <layout class="QVBoxLayout" name="issueComments"/>
  650. </item>
  651. </layout>
  652. </widget>
  653. </widget>
  654. </widget>
  655. <widget class="QStatusBar" name="statusBar"/>
  656. <widget class="QToolBar" name="toolBar">
  657. <property name="windowTitle">
  658. <string>toolBar</string>
  659. </property>
  660. <attribute name="toolBarArea">
  661. <enum>TopToolBarArea</enum>
  662. </attribute>
  663. <attribute name="toolBarBreak">
  664. <bool>false</bool>
  665. </attribute>
  666. <addaction name="separator"/>
  667. <addaction name="toolActionHelp"/>
  668. </widget>
  669. <action name="toolActionHelp">
  670. <property name="icon">
  671. <iconset resource="mephi-tasks.qrc">
  672. <normaloff>:/images/help.png</normaloff>:/images/help.png</iconset>
  673. </property>
  674. <property name="text">
  675. <string>Помощь</string>
  676. </property>
  677. <property name="toolTip">
  678. <string>Помощь</string>
  679. </property>
  680. </action>
  681. <action name="actionQuit">
  682. <property name="text">
  683. <string>Завершить</string>
  684. </property>
  685. </action>
  686. <action name="actionHelp">
  687. <property name="text">
  688. <string>Помощь</string>
  689. </property>
  690. </action>
  691. <zorder>filtersDock</zorder>
  692. <zorder>issueDock</zorder>
  693. </widget>
  694. <resources>
  695. <include location="mephi-tasks.qrc"/>
  696. </resources>
  697. <connections/>
  698. </ui>