1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintStudentsSetMaxMorningsPerWeekForm_template</class>
4 <widget class="QDialog" name="ConstraintStudentsSetMaxMorningsPerWeekForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>532</width>
10    <height>452</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog to see the list of all constraints of this type">Constraints students set max 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="studentsComboBox"/>
25      </item>
26     </layout>
27    </widget>
28   </item>
29   <item row="0" column="0" rowspan="2">
30    <layout class="QVBoxLayout" name="verticalLayout">
31     <item>
32      <widget class="QLabel" name="constraintsTextLabel">
33       <property name="frameShape">
34        <enum>QFrame::NoFrame</enum>
35       </property>
36       <property name="frameShadow">
37        <enum>QFrame::Plain</enum>
38       </property>
39       <property name="text">
40        <string>Constraints</string>
41       </property>
42       <property name="wordWrap">
43        <bool>false</bool>
44       </property>
45      </widget>
46     </item>
47     <item>
48      <widget class="QListWidget" name="constraintsListWidget"/>
49     </item>
50    </layout>
51   </item>
52   <item row="2" column="0" colspan="2">
53    <layout class="QHBoxLayout" name="horizontalLayout">
54     <item>
55      <widget class="QPushButton" name="addConstraintPushButton">
56       <property name="text">
57        <string>Add</string>
58       </property>
59      </widget>
60     </item>
61     <item>
62      <widget class="QPushButton" name="modifyConstraintPushButton">
63       <property name="text">
64        <string>Modify</string>
65       </property>
66      </widget>
67     </item>
68     <item>
69      <widget class="QPushButton" name="removeConstraintPushButton">
70       <property name="text">
71        <string>Remove</string>
72       </property>
73      </widget>
74     </item>
75     <item>
76      <widget class="QPushButton" name="closePushButton">
77       <property name="text">
78        <string>Close</string>
79       </property>
80      </widget>
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