1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintTeachersMaxTwoConsecutiveAfternoonsForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintTeachersMaxTwoConsecutiveAfternoonsForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>435</width>
10    <height>251</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 teachers max two consecutive afternoons</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <spacer name="verticalSpacer">
19     <property name="orientation">
20      <enum>Qt::Vertical</enum>
21     </property>
22     <property name="sizeHint" stdset="0">
23      <size>
24       <width>20</width>
25       <height>38</height>
26      </size>
27     </property>
28    </spacer>
29   </item>
30   <item>
31    <layout class="QHBoxLayout" name="horizontalLayout_2">
32     <item>
33      <widget class="QLabel" name="weightTextLabel">
34       <property name="frameShape">
35        <enum>QFrame::NoFrame</enum>
36       </property>
37       <property name="frameShadow">
38        <enum>QFrame::Plain</enum>
39       </property>
40       <property name="text">
41        <string>Weight percentage (necessary: 100%)</string>
42       </property>
43       <property name="wordWrap">
44        <bool>false</bool>
45       </property>
46      </widget>
47     </item>
48     <item>
49      <widget class="QLineEdit" name="weightLineEdit">
50       <property name="text">
51        <string notr="true">100</string>
52       </property>
53      </widget>
54     </item>
55    </layout>
56   </item>
57   <item>
58    <spacer name="verticalSpacer_3">
59     <property name="orientation">
60      <enum>Qt::Vertical</enum>
61     </property>
62     <property name="sizeHint" stdset="0">
63      <size>
64       <width>20</width>
65       <height>38</height>
66      </size>
67     </property>
68    </spacer>
69   </item>
70   <item>
71    <layout class="QHBoxLayout" name="horizontalLayout">
72     <item>
73      <widget class="QPushButton" name="okPushButton">
74       <property name="text">
75        <string>Ok</string>
76       </property>
77      </widget>
78     </item>
79     <item>
80      <widget class="QPushButton" name="cancelPushButton">
81       <property name="text">
82        <string>Cancel</string>
83       </property>
84      </widget>
85     </item>
86    </layout>
87   </item>
88  </layout>
89 </widget>
90 <layoutdefault spacing="6" margin="11"/>
91 <resources/>
92 <connections/>
93</ui>
94