1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTeachersMaxSpanPerDayForm_template</class>
4 <widget class="QDialog" name="ConstraintTeachersMaxSpanPerDayForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>547</width>
10    <height>498</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 max span per day</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="2">
18    <widget class="QLabel" name="label">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="text">
26      <string>This constraint ensures a maximum span of activities on each day. Span means the count of slots (free or occupied) starting with the first occupied slot of the day and ending with the last occupied slot of the day.</string>
27     </property>
28     <property name="wordWrap">
29      <bool>true</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="1" column="0">
34    <layout class="QVBoxLayout" name="verticalLayout">
35     <item>
36      <widget class="QLabel" name="constraintsTextLabel">
37       <property name="frameShape">
38        <enum>QFrame::NoFrame</enum>
39       </property>
40       <property name="frameShadow">
41        <enum>QFrame::Plain</enum>
42       </property>
43       <property name="text">
44        <string>Constraints</string>
45       </property>
46       <property name="wordWrap">
47        <bool>false</bool>
48       </property>
49      </widget>
50     </item>
51     <item>
52      <widget class="QListWidget" name="constraintsListWidget"/>
53     </item>
54    </layout>
55   </item>
56   <item row="1" column="1">
57    <layout class="QVBoxLayout" name="verticalLayout_2">
58     <item>
59      <widget class="QLabel" name="currentConstraintTextLabel">
60       <property name="text">
61        <string>Current constraint</string>
62       </property>
63       <property name="wordWrap">
64        <bool>false</bool>
65       </property>
66      </widget>
67     </item>
68     <item>
69      <widget class="QPlainTextEdit" name="currentConstraintTextEdit"/>
70     </item>
71    </layout>
72   </item>
73   <item row="2" column="0" colspan="2">
74    <layout class="QHBoxLayout" name="horizontalLayout">
75     <item>
76      <widget class="QPushButton" name="addConstraintPushButton">
77       <property name="text">
78        <string>Add</string>
79       </property>
80      </widget>
81     </item>
82     <item>
83      <widget class="QPushButton" name="modifyConstraintPushButton">
84       <property name="text">
85        <string>Modify</string>
86       </property>
87      </widget>
88     </item>
89     <item>
90      <widget class="QPushButton" name="removeConstraintPushButton">
91       <property name="text">
92        <string>Remove</string>
93       </property>
94      </widget>
95     </item>
96     <item>
97      <widget class="QPushButton" name="closePushButton">
98       <property name="text">
99        <string>Close</string>
100       </property>
101      </widget>
102     </item>
103    </layout>
104   </item>
105  </layout>
106 </widget>
107 <layoutdefault spacing="6" margin="11"/>
108 <resources/>
109 <connections/>
110</ui>
111