1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintActivitiesPreferredStartingTimesForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintActivitiesPreferredStartingTimesForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>671</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 preferred starting times</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <layout class="QGridLayout" name="filterGridLayout">
19     <item row="1" column="0">
20      <widget class="QComboBox" name="teachersComboBox"/>
21     </item>
22     <item row="1" column="3">
23      <widget class="QComboBox" name="activityTagsComboBox"/>
24     </item>
25     <item row="1" column="2">
26      <widget class="QComboBox" name="subjectsComboBox"/>
27     </item>
28     <item row="0" column="3">
29      <widget class="QLabel" name="activityTagsTextLabel">
30       <property name="text">
31        <string>Activity tag</string>
32       </property>
33       <property name="wordWrap">
34        <bool>false</bool>
35       </property>
36      </widget>
37     </item>
38     <item row="0" column="0">
39      <widget class="QLabel" name="teachersTextLabel">
40       <property name="text">
41        <string>Teacher</string>
42       </property>
43       <property name="wordWrap">
44        <bool>false</bool>
45       </property>
46      </widget>
47     </item>
48     <item row="1" column="1">
49      <widget class="QComboBox" name="studentsComboBox"/>
50     </item>
51     <item row="0" column="1">
52      <widget class="QLabel" name="studentsTextLabel">
53       <property name="text">
54        <string>Students set</string>
55       </property>
56       <property name="wordWrap">
57        <bool>false</bool>
58       </property>
59      </widget>
60     </item>
61     <item row="0" column="2">
62      <widget class="QLabel" name="subjectsTextLabel">
63       <property name="text">
64        <string>Subject</string>
65       </property>
66       <property name="wordWrap">
67        <bool>false</bool>
68       </property>
69      </widget>
70     </item>
71    </layout>
72   </item>
73   <item row="1" column="0">
74    <layout class="QHBoxLayout" name="horizontalLayout">
75     <item>
76      <widget class="QCheckBox" name="durationCheckBox">
77       <property name="text">
78        <string>Duration</string>
79       </property>
80      </widget>
81     </item>
82     <item>
83      <widget class="QSpinBox" name="durationSpinBox"/>
84     </item>
85    </layout>
86   </item>
87   <item row="2" column="0">
88    <widget class="QTableWidget" name="preferredTimesTable"/>
89   </item>
90   <item row="3" column="0">
91    <layout class="QHBoxLayout" name="weightBoxLayout">
92     <item>
93      <widget class="QLabel" name="weightTextLabel">
94       <property name="frameShape">
95        <enum>QFrame::NoFrame</enum>
96       </property>
97       <property name="frameShadow">
98        <enum>QFrame::Plain</enum>
99       </property>
100       <property name="text">
101        <string>Weight percentage (recommended: 0.0%-100.0%)</string>
102       </property>
103       <property name="wordWrap">
104        <bool>false</bool>
105       </property>
106      </widget>
107     </item>
108     <item>
109      <widget class="QLineEdit" name="weightLineEdit">
110       <property name="text">
111        <string notr="true">100</string>
112       </property>
113      </widget>
114     </item>
115    </layout>
116   </item>
117   <item row="4" column="0">
118    <layout class="QGridLayout" name="buttonsGridLayout">
119     <item row="0" column="0">
120      <widget class="QPushButton" name="setAllAllowedPushButton">
121       <property name="text">
122        <string comment="It refers to time slots">Set all allowed</string>
123       </property>
124      </widget>
125     </item>
126     <item row="0" column="1" colspan="2">
127      <widget class="QLabel" name="label">
128       <property name="text">
129        <string extracomment="This is an explanation in a dialog for a constraint. It says that symbol X means that this slot is not allowed, and an empty cell means that the slot is allowed">X=not allowed, empty=allowed</string>
130       </property>
131      </widget>
132     </item>
133     <item row="1" column="0">
134      <widget class="QPushButton" name="setAllNotAllowedPushButton">
135       <property name="text">
136        <string comment="It refers to time slots">Set all not allowed</string>
137       </property>
138      </widget>
139     </item>
140     <item row="1" column="1">
141      <widget class="QPushButton" name="okPushButton">
142       <property name="text">
143        <string>Ok</string>
144       </property>
145      </widget>
146     </item>
147     <item row="1" column="2">
148      <widget class="QPushButton" name="cancelPushButton">
149       <property name="text">
150        <string>Cancel</string>
151       </property>
152      </widget>
153     </item>
154    </layout>
155   </item>
156  </layout>
157 </widget>
158 <layoutdefault spacing="6" margin="11"/>
159 <resources/>
160 <connections/>
161</ui>
162