1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddConstraintActivitiesOccupyMaxTermsForm_template</class>
4 <widget class="QDialog" name="AddConstraintActivitiesOccupyMaxTermsForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>597</width>
10    <height>522</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">Add activities occupy max terms</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
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_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">
79    <layout class="QHBoxLayout" name="horizontalLayout_3">
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">
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    <layout class="QHBoxLayout" name="horizontalLayout_2">
139     <item>
140      <widget class="QLabel" name="label">
141       <property name="text">
142        <string>Max occupied terms</string>
143       </property>
144      </widget>
145     </item>
146     <item>
147      <widget class="QSpinBox" name="maxOccupiedTermsSpinBox"/>
148     </item>
149    </layout>
150   </item>
151   <item row="4" column="0">
152    <layout class="QHBoxLayout" name="horizontalLayout">
153     <item>
154      <widget class="QPushButton" name="addConstraintPushButton">
155       <property name="text">
156        <string>Add constraint</string>
157       </property>
158      </widget>
159     </item>
160     <item>
161      <widget class="QPushButton" name="closePushButton">
162       <property name="text">
163        <string>Close</string>
164       </property>
165      </widget>
166     </item>
167    </layout>
168   </item>
169  </layout>
170 </widget>
171 <layoutdefault spacing="6" margin="11"/>
172 <resources/>
173 <connections/>
174</ui>
175