1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TeachersForm_template</class>
4 <widget class="QDialog" name="TeachersForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>520</width>
10    <height>502</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="Title of dialog">Teachers</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QSplitter" name="splitter">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="orientation">
26      <enum>Qt::Horizontal</enum>
27     </property>
28     <widget class="QListWidget" name="teachersListWidget"/>
29     <widget class="QPlainTextEdit" name="currentTeacherTextEdit"/>
30    </widget>
31   </item>
32   <item row="1" column="0">
33    <layout class="QHBoxLayout" name="horizontalLayout_2">
34     <item>
35      <widget class="QPushButton" name="addTeacherPushButton">
36       <property name="text">
37        <string>Add</string>
38       </property>
39      </widget>
40     </item>
41     <item>
42      <widget class="QPushButton" name="modifyTeacherPushButton">
43       <property name="text">
44        <string>Modify</string>
45       </property>
46      </widget>
47     </item>
48     <item>
49      <widget class="QPushButton" name="removeTeacherPushButton">
50       <property name="text">
51        <string>Remove</string>
52       </property>
53      </widget>
54     </item>
55     <item>
56      <widget class="QPushButton" name="commentsPushButton">
57       <property name="text">
58        <string>Comments</string>
59       </property>
60      </widget>
61     </item>
62    </layout>
63   </item>
64   <item row="2" column="0">
65    <layout class="QHBoxLayout" name="horizontalLayout_3">
66     <item>
67      <widget class="QPushButton" name="targetNumberOfHoursPushButton">
68       <property name="text">
69        <string comment="It means the target number of hours for a teacher, but keep translation short">Target hours</string>
70       </property>
71      </widget>
72     </item>
73     <item>
74      <widget class="QPushButton" name="qualifiedSubjectsPushButton">
75       <property name="text">
76        <string comment="It means a list of qualified (allowed) subjects for the teacher. Keep translation short.">Qualified subjects</string>
77       </property>
78      </widget>
79     </item>
80    </layout>
81   </item>
82   <item row="3" column="0">
83    <widget class="QPushButton" name="activateTeacherPushButton">
84     <property name="text">
85      <string>Activate all activities for selected teacher</string>
86     </property>
87    </widget>
88   </item>
89   <item row="4" column="0">
90    <widget class="QPushButton" name="deactivateTeacherPushButton">
91     <property name="text">
92      <string>Deactivate all activities for selected teacher</string>
93     </property>
94    </widget>
95   </item>
96   <item row="5" column="0">
97    <layout class="QHBoxLayout" name="horizontalLayout">
98     <item>
99      <widget class="QPushButton" name="moveTeacherUpPushButton">
100       <property name="text">
101        <string comment="It means move the item up in the list">Up</string>
102       </property>
103      </widget>
104     </item>
105     <item>
106      <widget class="QPushButton" name="moveTeacherDownPushButton">
107       <property name="text">
108        <string comment="It means move the item down in the list">Down</string>
109       </property>
110      </widget>
111     </item>
112     <item>
113      <widget class="QPushButton" name="sortTeachersPushButton">
114       <property name="text">
115        <string>Sort</string>
116       </property>
117      </widget>
118     </item>
119     <item>
120      <widget class="QPushButton" name="closePushButton">
121       <property name="text">
122        <string>Close</string>
123       </property>
124      </widget>
125     </item>
126    </layout>
127   </item>
128  </layout>
129 </widget>
130 <layoutdefault spacing="6" margin="11"/>
131 <resources/>
132 <connections/>
133</ui>
134