1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTeachersActivityTagMaxHoursContinuouslyForm_template</class>
4 <widget class="QDialog" name="ConstraintTeachersActivityTagMaxHoursContinuouslyForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>537</width>
10    <height>501</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 activity tag max hours continuously</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="0" column="0" colspan="2">
18    <widget class="QLabel" name="textLabel1">
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 that all teachers do not have more than max hours continuously of activities with the specified activity tag</string>
27     </property>
28     <property name="wordWrap">
29      <bool>true</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="1" column="0" rowspan="2">
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="1">
74    <widget class="QGroupBox" name="filterGroupBox">
75     <property name="title">
76      <string>Filter</string>
77     </property>
78     <layout class="QGridLayout" name="gridLayout">
79      <item row="0" column="0">
80       <widget class="QComboBox" name="activityTagsComboBox"/>
81      </item>
82     </layout>
83    </widget>
84   </item>
85   <item row="3" column="0" colspan="2">
86    <layout class="QHBoxLayout" name="horizontalLayout">
87     <item>
88      <widget class="QPushButton" name="addConstraintPushButton">
89       <property name="text">
90        <string>Add</string>
91       </property>
92      </widget>
93     </item>
94     <item>
95      <widget class="QPushButton" name="modifyConstraintPushButton">
96       <property name="text">
97        <string>Modify</string>
98       </property>
99      </widget>
100     </item>
101     <item>
102      <widget class="QPushButton" name="removeConstraintPushButton">
103       <property name="text">
104        <string>Remove</string>
105       </property>
106      </widget>
107     </item>
108     <item>
109      <widget class="QPushButton" name="closePushButton">
110       <property name="text">
111        <string>Close</string>
112       </property>
113      </widget>
114     </item>
115    </layout>
116   </item>
117  </layout>
118 </widget>
119 <layoutdefault spacing="6" margin="11"/>
120 <resources/>
121 <connections/>
122</ui>
123