1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTeacherMinMorningsPerWeekForm_template</class>
4 <widget class="QDialog" name="ConstraintTeacherMinMorningsPerWeekForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>532</width>
10    <height>475</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog in which you see the list of all constraints of this type">Constraints teacher min mornings per week</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="1" column="1">
18    <widget class="QGroupBox" name="filterGroupBox">
19     <property name="title">
20      <string>Filter</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="0" column="0">
24       <widget class="QComboBox" name="teachersComboBox"/>
25      </item>
26     </layout>
27    </widget>
28   </item>
29   <item row="2" column="0" colspan="2">
30    <layout class="QHBoxLayout" name="horizontalLayout">
31     <item>
32      <widget class="QPushButton" name="addConstraintPushButton">
33       <property name="text">
34        <string>Add</string>
35       </property>
36      </widget>
37     </item>
38     <item>
39      <widget class="QPushButton" name="modifyConstraintPushButton">
40       <property name="text">
41        <string>Modify</string>
42       </property>
43      </widget>
44     </item>
45     <item>
46      <widget class="QPushButton" name="removeConstraintPushButton">
47       <property name="text">
48        <string>Remove</string>
49       </property>
50      </widget>
51     </item>
52     <item>
53      <widget class="QPushButton" name="closePushButton">
54       <property name="text">
55        <string>Close</string>
56       </property>
57      </widget>
58     </item>
59    </layout>
60   </item>
61   <item row="0" column="0" rowspan="2">
62    <layout class="QVBoxLayout" name="verticalLayout">
63     <item>
64      <widget class="QLabel" name="constraintsTextLabel">
65       <property name="frameShape">
66        <enum>QFrame::NoFrame</enum>
67       </property>
68       <property name="frameShadow">
69        <enum>QFrame::Plain</enum>
70       </property>
71       <property name="text">
72        <string>Constraints</string>
73       </property>
74       <property name="wordWrap">
75        <bool>false</bool>
76       </property>
77      </widget>
78     </item>
79     <item>
80      <widget class="QListWidget" name="constraintsListWidget"/>
81     </item>
82    </layout>
83   </item>
84   <item row="0" column="1">
85    <layout class="QVBoxLayout" name="verticalLayout_2">
86     <item>
87      <widget class="QLabel" name="currentConstraintTextLabel">
88       <property name="text">
89        <string>Current constraint</string>
90       </property>
91       <property name="wordWrap">
92        <bool>false</bool>
93       </property>
94      </widget>
95     </item>
96     <item>
97      <widget class="QPlainTextEdit" name="currentConstraintTextEdit"/>
98     </item>
99    </layout>
100   </item>
101  </layout>
102 </widget>
103 <layoutdefault spacing="6" margin="11"/>
104 <resources/>
105 <connections/>
106</ui>
107