1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintStudentsActivityTagMaxHoursDailyRealDaysForm_template</class>
4 <widget class="QDialog" name="ConstraintStudentsActivityTagMaxHoursDailyRealDaysForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>534</width>
10    <height>506</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 activity tag max hours daily real days</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 students do not have more than max hours daily of activities with the specified activity tag, for a real day (two half-days).</string>
27     </property>
28     <property name="wordWrap">
29      <bool>true</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="1" column="0" colspan="2">
34    <widget class="QLabel" name="label">
35     <property name="sizePolicy">
36      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
37       <horstretch>0</horstretch>
38       <verstretch>0</verstretch>
39      </sizepolicy>
40     </property>
41     <property name="text">
42      <string>IMPORTANT: this constraint is not perfectly optimized. Press Help button for more information. Use with caution, as explained.</string>
43     </property>
44     <property name="wordWrap">
45      <bool>true</bool>
46     </property>
47    </widget>
48   </item>
49   <item row="2" column="0" rowspan="2">
50    <layout class="QVBoxLayout" name="verticalLayout">
51     <item>
52      <widget class="QLabel" name="constraintsTextLabel">
53       <property name="frameShape">
54        <enum>QFrame::NoFrame</enum>
55       </property>
56       <property name="frameShadow">
57        <enum>QFrame::Plain</enum>
58       </property>
59       <property name="text">
60        <string>Constraints</string>
61       </property>
62       <property name="wordWrap">
63        <bool>false</bool>
64       </property>
65      </widget>
66     </item>
67     <item>
68      <widget class="QListWidget" name="constraintsListWidget"/>
69     </item>
70    </layout>
71   </item>
72   <item row="2" 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   <item row="3" column="1">
90    <widget class="QGroupBox" name="filterGroupBox">
91     <property name="title">
92      <string>Filter</string>
93     </property>
94     <layout class="QGridLayout" name="gridLayout">
95      <item row="0" column="0">
96       <widget class="QComboBox" name="activityTagsComboBox"/>
97      </item>
98     </layout>
99    </widget>
100   </item>
101   <item row="4" column="0" colspan="2">
102    <layout class="QHBoxLayout" name="horizontalLayout">
103     <item>
104      <widget class="QPushButton" name="addConstraintPushButton">
105       <property name="text">
106        <string>Add</string>
107       </property>
108      </widget>
109     </item>
110     <item>
111      <widget class="QPushButton" name="modifyConstraintPushButton">
112       <property name="text">
113        <string>Modify</string>
114       </property>
115      </widget>
116     </item>
117     <item>
118      <widget class="QPushButton" name="removeConstraintPushButton">
119       <property name="text">
120        <string>Remove</string>
121       </property>
122      </widget>
123     </item>
124     <item>
125      <widget class="QPushButton" name="helpPushButton">
126       <property name="text">
127        <string>Help</string>
128       </property>
129      </widget>
130     </item>
131     <item>
132      <widget class="QPushButton" name="closePushButton">
133       <property name="text">
134        <string>Close</string>
135       </property>
136      </widget>
137     </item>
138    </layout>
139   </item>
140  </layout>
141 </widget>
142 <layoutdefault spacing="6" margin="11"/>
143 <resources/>
144 <connections/>
145</ui>
146