1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintActivitiesMaxInATermForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintActivitiesMaxInATermForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>604</width>
10    <height>546</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog to add a new constraint of this type">Modify activities max in a term</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="2">
18    <widget class="QGroupBox" name="filterGroupBox">
19     <property name="title">
20      <string>Filter</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_3">
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" colspan="2">
79    <layout class="QHBoxLayout" name="horizontalLayout_2">
80     <item>
81      <layout class="QVBoxLayout" name="verticalLayout_2">
82       <item>
83        <widget class="QListWidget" name="allActivitiesListWidget"/>
84       </item>
85       <item>
86        <widget class="QPushButton" name="addAllActivitiesPushButton">
87         <property name="text">
88          <string comment="Text on a button. It refers to adding all activities from the list above this button into the current constraint">All</string>
89         </property>
90        </widget>
91       </item>
92      </layout>
93     </item>
94     <item>
95      <layout class="QVBoxLayout" name="verticalLayout">
96       <item>
97        <widget class="QListWidget" name="selectedActivitiesListWidget"/>
98       </item>
99       <item>
100        <widget class="QPushButton" name="clearPushButton">
101         <property name="text">
102          <string>Clear</string>
103         </property>
104        </widget>
105       </item>
106      </layout>
107     </item>
108    </layout>
109   </item>
110   <item row="2" column="0" colspan="2">
111    <layout class="QHBoxLayout" name="weightBoxLayout">
112     <item>
113      <widget class="QLabel" name="weightTextLabel">
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>Weight percentage (necessary: 100%)</string>
122       </property>
123       <property name="wordWrap">
124        <bool>false</bool>
125       </property>
126      </widget>
127     </item>
128     <item>
129      <widget class="QLineEdit" name="weightLineEdit">
130       <property name="text">
131        <string notr="true">100</string>
132       </property>
133      </widget>
134     </item>
135    </layout>
136   </item>
137   <item row="3" column="0">
138    <widget class="QLabel" name="label">
139     <property name="text">
140      <string>Max activities in a term</string>
141     </property>
142    </widget>
143   </item>
144   <item row="3" column="1">
145    <widget class="QSpinBox" name="maxActivitiesInATermSpinBox"/>
146   </item>
147   <item row="4" column="0" colspan="2">
148    <layout class="QHBoxLayout" name="horizontalLayout">
149     <item>
150      <widget class="QPushButton" name="okPushButton">
151       <property name="text">
152        <string>Ok</string>
153       </property>
154      </widget>
155     </item>
156     <item>
157      <widget class="QPushButton" name="cancelPushButton">
158       <property name="text">
159        <string>Cancel</string>
160       </property>
161      </widget>
162     </item>
163    </layout>
164   </item>
165  </layout>
166 </widget>
167 <layoutdefault spacing="6" margin="11"/>
168 <resources/>
169 <connections/>
170</ui>
171