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