1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintActivitiesEndStudentsDayForm_template</class>
4 <widget class="QDialog" name="ConstraintActivitiesEndStudentsDayForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>539</width>
10    <height>489</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 activities end students day</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="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="0" colspan="2">
58    <layout class="QHBoxLayout" name="horizontalLayout">
59     <item>
60      <widget class="QPushButton" name="addConstraintPushButton">
61       <property name="text">
62        <string>Add</string>
63       </property>
64      </widget>
65     </item>
66     <item>
67      <widget class="QPushButton" name="modifyConstraintPushButton">
68       <property name="text">
69        <string>Modify</string>
70       </property>
71      </widget>
72     </item>
73     <item>
74      <widget class="QPushButton" name="removeConstraintPushButton">
75       <property name="text">
76        <string>Remove</string>
77       </property>
78      </widget>
79     </item>
80     <item>
81      <widget class="QPushButton" name="closePushButton">
82       <property name="text">
83        <string>Close</string>
84       </property>
85      </widget>
86     </item>
87    </layout>
88   </item>
89  </layout>
90 </widget>
91 <layoutdefault spacing="6" margin="11"/>
92 <resources/>
93 <connections/>
94</ui>
95