mainwindow-rector.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindowRector</class>
  4. <widget class="QMainWindow" name="MainWindowRector">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>950</width>
  10. <height>470</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindowRector</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QTableWidget" name="issues">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>30</y>
  22. <width>951</width>
  23. <height>421</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QLabel" name="labelRectorTasks">
  28. <property name="geometry">
  29. <rect>
  30. <x>10</x>
  31. <y>10</y>
  32. <width>661</width>
  33. <height>16</height>
  34. </rect>
  35. </property>
  36. <property name="font">
  37. <font>
  38. <weight>75</weight>
  39. <bold>true</bold>
  40. </font>
  41. </property>
  42. <property name="text">
  43. <string>Поручения ректора</string>
  44. </property>
  45. <property name="alignment">
  46. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="labelTasksNRNUMEPhI">
  50. <property name="geometry">
  51. <rect>
  52. <x>10</x>
  53. <y>450</y>
  54. <width>931</width>
  55. <height>21</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>Система управления задачами НИЯУ МИФИ, УИ ДИТ &lt;redmine@mephi.ru&gt;</string>
  60. </property>
  61. <property name="alignment">
  62. <set>Qt::AlignCenter</set>
  63. </property>
  64. </widget>
  65. </widget>
  66. <action name="actionHelp">
  67. <property name="text">
  68. <string>Помощь</string>
  69. </property>
  70. </action>
  71. <action name="actionExit">
  72. <property name="text">
  73. <string>Завершить</string>
  74. </property>
  75. </action>
  76. <action name="actionConfigureProjects">
  77. <property name="text">
  78. <string>Проекты</string>
  79. </property>
  80. </action>
  81. </widget>
  82. <layoutdefault spacing="6" margin="11"/>
  83. <resources/>
  84. <connections/>
  85. </ui>