1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTeacherMaxTwoConsecutiveMorningsForm_template</class>
4 <widget class="QDialog" name="ConstraintTeacherMaxTwoConsecutiveMorningsForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>545</width>
10    <height>508</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 max two consecutive mornings</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="2" column="0" colspan="2">
18    <layout class="QHBoxLayout" name="horizontalLayout">
19     <item>
20      <widget class="QPushButton" name="addConstraintPushButton">
21       <property name="text">
22        <string>Add</string>
23       </property>
24      </widget>
25     </item>
26     <item>
27      <widget class="QPushButton" name="modifyConstraintPushButton">
28       <property name="text">
29        <string>Modify</string>
30       </property>
31      </widget>
32     </item>
33     <item>
34      <widget class="QPushButton" name="removeConstraintPushButton">
35       <property name="text">
36        <string>Remove</string>
37       </property>
38      </widget>
39     </item>
40     <item>
41      <widget class="QPushButton" name="closePushButton">
42       <property name="text">
43        <string>Close</string>
44       </property>
45      </widget>
46     </item>
47    </layout>
48   </item>
49   <item row="1" column="1">
50    <widget class="QGroupBox" name="filterGroupBox">
51     <property name="title">
52      <string>Filter</string>
53     </property>
54     <layout class="QGridLayout" name="gridLayout">
55      <item row="0" column="0">
56       <widget class="QComboBox" name="teachersComboBox"/>
57      </item>
58     </layout>
59    </widget>
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