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