1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintTeacherActivityTagMinHoursDailyForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintTeacherActivityTagMinHoursDailyForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>490</width>
10    <height>389</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 teacher activity tag min hours daily</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QGridLayout">
19     <item row="2" column="0">
20      <widget class="QLabel" name="activityTagTextLabel">
21       <property name="frameShape">
22        <enum>QFrame::NoFrame</enum>
23       </property>
24       <property name="frameShadow">
25        <enum>QFrame::Plain</enum>
26       </property>
27       <property name="text">
28        <string>Activity tag</string>
29       </property>
30       <property name="wordWrap">
31        <bool>false</bool>
32       </property>
33      </widget>
34     </item>
35     <item row="1" column="0">
36      <widget class="QComboBox" name="teachersComboBox">
37       <property name="editable">
38        <bool>false</bool>
39       </property>
40       <property name="insertPolicy">
41        <enum>QComboBox::NoInsert</enum>
42       </property>
43       <property name="duplicatesEnabled">
44        <bool>false</bool>
45       </property>
46      </widget>
47     </item>
48     <item row="0" column="0">
49      <widget class="QLabel" name="teacherTextLabel">
50       <property name="frameShape">
51        <enum>QFrame::NoFrame</enum>
52       </property>
53       <property name="frameShadow">
54        <enum>QFrame::Plain</enum>
55       </property>
56       <property name="text">
57        <string>Teacher</string>
58       </property>
59       <property name="wordWrap">
60        <bool>false</bool>
61       </property>
62      </widget>
63     </item>
64     <item row="3" column="0">
65      <widget class="QComboBox" name="activityTagsComboBox">
66       <property name="editable">
67        <bool>false</bool>
68       </property>
69       <property name="insertPolicy">
70        <enum>QComboBox::NoInsert</enum>
71       </property>
72       <property name="duplicatesEnabled">
73        <bool>false</bool>
74       </property>
75      </widget>
76     </item>
77    </layout>
78   </item>
79   <item>
80    <spacer name="spacer7">
81     <property name="orientation">
82      <enum>Qt::Vertical</enum>
83     </property>
84     <property name="sizeType">
85      <enum>QSizePolicy::Expanding</enum>
86     </property>
87     <property name="sizeHint" stdset="0">
88      <size>
89       <width>20</width>
90       <height>21</height>
91      </size>
92     </property>
93    </spacer>
94   </item>
95   <item>
96    <layout class="QHBoxLayout" name="horizontalLayout_2">
97     <item>
98      <widget class="QLabel" name="weightTextLabel">
99       <property name="frameShape">
100        <enum>QFrame::NoFrame</enum>
101       </property>
102       <property name="frameShadow">
103        <enum>QFrame::Plain</enum>
104       </property>
105       <property name="text">
106        <string>Weight percentage (necessary: 100%)</string>
107       </property>
108       <property name="wordWrap">
109        <bool>false</bool>
110       </property>
111      </widget>
112     </item>
113     <item>
114      <widget class="QLineEdit" name="weightLineEdit">
115       <property name="text">
116        <string notr="true">100</string>
117       </property>
118      </widget>
119     </item>
120    </layout>
121   </item>
122   <item>
123    <spacer name="verticalSpacer">
124     <property name="orientation">
125      <enum>Qt::Vertical</enum>
126     </property>
127     <property name="sizeHint" stdset="0">
128      <size>
129       <width>20</width>
130       <height>28</height>
131      </size>
132     </property>
133    </spacer>
134   </item>
135   <item>
136    <layout class="QHBoxLayout" name="horizontalLayout">
137     <item>
138      <widget class="QLabel" name="minHoursTextLabel">
139       <property name="frameShape">
140        <enum>QFrame::NoFrame</enum>
141       </property>
142       <property name="frameShadow">
143        <enum>QFrame::Plain</enum>
144       </property>
145       <property name="text">
146        <string>Min hours daily</string>
147       </property>
148       <property name="wordWrap">
149        <bool>false</bool>
150       </property>
151      </widget>
152     </item>
153     <item>
154      <widget class="QSpinBox" name="minHoursSpinBox"/>
155     </item>
156    </layout>
157   </item>
158   <item>
159    <spacer name="verticalSpacer_2">
160     <property name="orientation">
161      <enum>Qt::Vertical</enum>
162     </property>
163     <property name="sizeHint" stdset="0">
164      <size>
165       <width>20</width>
166       <height>29</height>
167      </size>
168     </property>
169    </spacer>
170   </item>
171   <item>
172    <widget class="QCheckBox" name="allowEmptyDaysCheckBox">
173     <property name="text">
174      <string>Allow empty days</string>
175     </property>
176    </widget>
177   </item>
178   <item>
179    <spacer name="verticalSpacer_3">
180     <property name="orientation">
181      <enum>Qt::Vertical</enum>
182     </property>
183     <property name="sizeHint" stdset="0">
184      <size>
185       <width>20</width>
186       <height>4</height>
187      </size>
188     </property>
189    </spacer>
190   </item>
191   <item>
192    <layout class="QHBoxLayout">
193     <item>
194      <widget class="QPushButton" name="okPushButton">
195       <property name="text">
196        <string>Ok</string>
197       </property>
198      </widget>
199     </item>
200     <item>
201      <widget class="QPushButton" name="cancelPushButton">
202       <property name="text">
203        <string>Cancel</string>
204       </property>
205      </widget>
206     </item>
207    </layout>
208   </item>
209  </layout>
210 </widget>
211 <layoutdefault spacing="6" margin="11"/>
212 <resources/>
213 <connections/>
214</ui>
215