1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintStudentsSetActivityTagMaxHoursContinuouslyForm_template</class>
4 <widget class="QDialog" name="ConstraintStudentsSetActivityTagMaxHoursContinuouslyForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>534</width>
10    <height>481</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 set 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 the specified students 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="studentsComboBox"/>
81      </item>
82      <item row="1" column="0">
83       <widget class="QComboBox" name="activityTagsComboBox"/>
84      </item>
85     </layout>
86    </widget>
87   </item>
88   <item row="3" column="0" colspan="2">
89    <layout class="QHBoxLayout" name="horizontalLayout">
90     <item>
91      <widget class="QPushButton" name="addConstraintPushButton">
92       <property name="text">
93        <string>Add</string>
94       </property>
95      </widget>
96     </item>
97     <item>
98      <widget class="QPushButton" name="modifyConstraintPushButton">
99       <property name="text">
100        <string>Modify</string>
101       </property>
102      </widget>
103     </item>
104     <item>
105      <widget class="QPushButton" name="removeConstraintPushButton">
106       <property name="text">
107        <string>Remove</string>
108       </property>
109      </widget>
110     </item>
111     <item>
112      <widget class="QPushButton" name="closePushButton">
113       <property name="text">
114        <string>Close</string>
115       </property>
116      </widget>
117     </item>
118    </layout>
119   </item>
120  </layout>
121 </widget>
122 <layoutdefault spacing="6" margin="11"/>
123 <resources/>
124 <connections/>
125</ui>
126