1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTeachersMinAfternoonsPerWeekForm_template</class>
4 <widget class="QDialog" name="ConstraintTeachersMinAfternoonsPerWeekForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>538</width>
10    <height>441</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 teachers min afternoons per week</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="1" 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="0" column="1">
50    <layout class="QVBoxLayout" name="verticalLayout_2">
51     <item>
52      <widget class="QLabel" name="currentConstraintTextLabel">
53       <property name="text">
54        <string>Current constraint</string>
55       </property>
56       <property name="wordWrap">
57        <bool>false</bool>
58       </property>
59      </widget>
60     </item>
61     <item>
62      <widget class="QPlainTextEdit" name="currentConstraintTextEdit"/>
63     </item>
64    </layout>
65   </item>
66   <item row="0" column="0">
67    <layout class="QVBoxLayout" name="verticalLayout">
68     <item>
69      <widget class="QLabel" name="constraintsTextLabel">
70       <property name="frameShape">
71        <enum>QFrame::NoFrame</enum>
72       </property>
73       <property name="frameShadow">
74        <enum>QFrame::Plain</enum>
75       </property>
76       <property name="text">
77        <string>Constraints</string>
78       </property>
79       <property name="wordWrap">
80        <bool>false</bool>
81       </property>
82      </widget>
83     </item>
84     <item>
85      <widget class="QListWidget" name="constraintsListWidget"/>
86     </item>
87    </layout>
88   </item>
89  </layout>
90 </widget>
91 <layoutdefault spacing="6" margin="11"/>
92 <resources/>
93 <connections/>
94</ui>
95