1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddConstraintTeachersMaxThreeConsecutiveDaysForm_template</class>
4 <widget class="QDialog" name="AddConstraintTeachersMaxThreeConsecutiveDaysForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>452</width>
10    <height>253</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 teachers max three consecutive days</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>27</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
42(necessary: 100%)</string>
43       </property>
44       <property name="wordWrap">
45        <bool>false</bool>
46       </property>
47      </widget>
48     </item>
49     <item>
50      <widget class="QLineEdit" name="weightLineEdit">
51       <property name="text">
52        <string notr="true">100</string>
53       </property>
54      </widget>
55     </item>
56    </layout>
57   </item>
58   <item>
59    <spacer name="verticalSpacer_2">
60     <property name="orientation">
61      <enum>Qt::Vertical</enum>
62     </property>
63     <property name="sizeHint" stdset="0">
64      <size>
65       <width>20</width>
66       <height>27</height>
67      </size>
68     </property>
69    </spacer>
70   </item>
71   <item>
72    <layout class="QHBoxLayout" name="horizontalLayout_3">
73     <item>
74      <widget class="QCheckBox" name="allowAMAMExceptionCheckBox">
75       <property name="text">
76        <string>Allow afternoon-morning-afternoon-morning exception</string>
77       </property>
78      </widget>
79     </item>
80    </layout>
81   </item>
82   <item>
83    <spacer name="verticalSpacer_3">
84     <property name="orientation">
85      <enum>Qt::Vertical</enum>
86     </property>
87     <property name="sizeHint" stdset="0">
88      <size>
89       <width>20</width>
90       <height>27</height>
91      </size>
92     </property>
93    </spacer>
94   </item>
95   <item>
96    <layout class="QHBoxLayout" name="horizontalLayout">
97     <item>
98      <widget class="QPushButton" name="addConstraintPushButton">
99       <property name="text">
100        <string>Add constraint</string>
101       </property>
102      </widget>
103     </item>
104     <item>
105      <widget class="QPushButton" name="closePushButton">
106       <property name="text">
107        <string>Close</string>
108       </property>
109      </widget>
110     </item>
111    </layout>
112   </item>
113  </layout>
114 </widget>
115 <layoutdefault spacing="6" margin="11"/>
116 <resources/>
117 <connections/>
118</ui>
119