1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintStudentsMinAfternoonsPerWeekForm_template</class>
4 <widget class="QDialog" name="ConstraintStudentsMinAfternoonsPerWeekForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>530</width>
10    <height>450</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 min afternoons per week</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
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="1" column="0" colspan="2">
41    <layout class="QHBoxLayout" name="horizontalLayout">
42     <item>
43      <widget class="QPushButton" name="addConstraintPushButton">
44       <property name="text">
45        <string>Add</string>
46       </property>
47      </widget>
48     </item>
49     <item>
50      <widget class="QPushButton" name="modifyConstraintPushButton">
51       <property name="text">
52        <string>Modify</string>
53       </property>
54      </widget>
55     </item>
56     <item>
57      <widget class="QPushButton" name="removeConstraintPushButton">
58       <property name="text">
59        <string>Remove</string>
60       </property>
61      </widget>
62     </item>
63     <item>
64      <widget class="QPushButton" name="closePushButton">
65       <property name="text">
66        <string>Close</string>
67       </property>
68      </widget>
69     </item>
70    </layout>
71   </item>
72   <item row="0" column="1">
73    <layout class="QVBoxLayout" name="verticalLayout_2">
74     <item>
75      <widget class="QLabel" name="currentConstraintTextLabel">
76       <property name="text">
77        <string>Current constraint</string>
78       </property>
79       <property name="wordWrap">
80        <bool>false</bool>
81       </property>
82      </widget>
83     </item>
84     <item>
85      <widget class="QPlainTextEdit" name="currentConstraintTextEdit"/>
86     </item>
87    </layout>
88   </item>
89  </layout>
90 </widget>
91 <layoutdefault spacing="6" margin="11"/>
92 <resources/>
93 <connections/>
94</ui>
95