1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintActivitiesNotOverlappingForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintActivitiesNotOverlappingForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>614</width>
10    <height>571</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog to modify a constraint of this type">Modify activities not overlapping</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="0" column="0">
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 means that the activities should not be placed in common timeslots. You don't need to add this constraint for activities sharing a teacher or students set.</string>
27     </property>
28     <property name="wordWrap">
29      <bool>true</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="1" column="0">
34    <widget class="QGroupBox" name="filterGroupBox">
35     <property name="title">
36      <string>Filter</string>
37     </property>
38     <layout class="QGridLayout" name="gridLayout">
39      <item row="0" column="0">
40       <widget class="QLabel" name="teachersTextLabel">
41        <property name="text">
42         <string>Teacher</string>
43        </property>
44        <property name="wordWrap">
45         <bool>false</bool>
46        </property>
47       </widget>
48      </item>
49      <item row="0" column="1">
50       <widget class="QLabel" name="studentsTextLabel">
51        <property name="text">
52         <string>Students set</string>
53        </property>
54        <property name="wordWrap">
55         <bool>false</bool>
56        </property>
57       </widget>
58      </item>
59      <item row="0" column="2">
60       <widget class="QLabel" name="subjectsTextLabel">
61        <property name="text">
62         <string>Subject</string>
63        </property>
64        <property name="wordWrap">
65         <bool>false</bool>
66        </property>
67       </widget>
68      </item>
69      <item row="0" column="3">
70       <widget class="QLabel" name="activityTagsTextLabel">
71        <property name="text">
72         <string>Activity tag</string>
73        </property>
74        <property name="wordWrap">
75         <bool>false</bool>
76        </property>
77       </widget>
78      </item>
79      <item row="1" column="0">
80       <widget class="QComboBox" name="teachersComboBox"/>
81      </item>
82      <item row="1" column="1">
83       <widget class="QComboBox" name="studentsComboBox"/>
84      </item>
85      <item row="1" column="2">
86       <widget class="QComboBox" name="subjectsComboBox"/>
87      </item>
88      <item row="1" column="3">
89       <widget class="QComboBox" name="activityTagsComboBox"/>
90      </item>
91     </layout>
92    </widget>
93   </item>
94   <item row="2" column="0">
95    <layout class="QHBoxLayout" name="horizontalLayout">
96     <item>
97      <layout class="QVBoxLayout" name="verticalLayout_2">
98       <item>
99        <widget class="QLabel" name="activitiesTextLabel">
100         <property name="frameShape">
101          <enum>QFrame::NoFrame</enum>
102         </property>
103         <property name="frameShadow">
104          <enum>QFrame::Plain</enum>
105         </property>
106         <property name="text">
107          <string>Activities</string>
108         </property>
109         <property name="wordWrap">
110          <bool>false</bool>
111         </property>
112        </widget>
113       </item>
114       <item>
115        <widget class="QListWidget" name="allActivitiesListWidget"/>
116       </item>
117       <item>
118        <widget class="QPushButton" name="addAllActivitiesPushButton">
119         <property name="text">
120          <string comment="Text on a button. It refers to adding all activities from the list above this button into the current constraint">All</string>
121         </property>
122        </widget>
123       </item>
124      </layout>
125     </item>
126     <item>
127      <layout class="QVBoxLayout" name="verticalLayout">
128       <item>
129        <widget class="QLabel" name="notOverlappingActivitiesTextLabel">
130         <property name="frameShape">
131          <enum>QFrame::NoFrame</enum>
132         </property>
133         <property name="frameShadow">
134          <enum>QFrame::Plain</enum>
135         </property>
136         <property name="text">
137          <string comment="It refers to a list of selected activities">Selected</string>
138         </property>
139         <property name="wordWrap">
140          <bool>false</bool>
141         </property>
142        </widget>
143       </item>
144       <item>
145        <widget class="QListWidget" name="selectedActivitiesListWidget"/>
146       </item>
147       <item>
148        <widget class="QPushButton" name="clearPushButton">
149         <property name="text">
150          <string>Clear</string>
151         </property>
152        </widget>
153       </item>
154      </layout>
155     </item>
156    </layout>
157   </item>
158   <item row="3" column="0">
159    <layout class="QVBoxLayout">
160     <item>
161      <widget class="QLabel" name="weightTextLabel">
162       <property name="frameShape">
163        <enum>QFrame::NoFrame</enum>
164       </property>
165       <property name="frameShadow">
166        <enum>QFrame::Plain</enum>
167       </property>
168       <property name="text">
169        <string>Weight percentage (recommended: 0.0%-100.0%)</string>
170       </property>
171       <property name="wordWrap">
172        <bool>false</bool>
173       </property>
174      </widget>
175     </item>
176     <item>
177      <widget class="QLineEdit" name="weightLineEdit">
178       <property name="text">
179        <string notr="true">100</string>
180       </property>
181      </widget>
182     </item>
183    </layout>
184   </item>
185   <item row="4" column="0">
186    <layout class="QHBoxLayout">
187     <item>
188      <widget class="QPushButton" name="okPushButton">
189       <property name="text">
190        <string>Ok</string>
191       </property>
192      </widget>
193     </item>
194     <item>
195      <widget class="QPushButton" name="cancelPushButton">
196       <property name="text">
197        <string>Cancel</string>
198       </property>
199      </widget>
200     </item>
201    </layout>
202   </item>
203  </layout>
204 </widget>
205 <layoutdefault spacing="6" margin="11"/>
206 <resources/>
207 <connections/>
208</ui>
209