1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintTeachersMaxZeroGapsPerAfternoonForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintTeachersMaxZeroGapsPerAfternoonForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>578</width>
10    <height>305</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 zero gaps per afternoon</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <widget class="QLabel" name="weightTextLabel_2">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="frameShape">
26      <enum>QFrame::NoFrame</enum>
27     </property>
28     <property name="frameShadow">
29      <enum>QFrame::Plain</enum>
30     </property>
31     <property name="text">
32      <string>Note: teacher not available and break are not counted as gaps.</string>
33     </property>
34     <property name="wordWrap">
35      <bool>true</bool>
36     </property>
37    </widget>
38   </item>
39   <item>
40    <spacer name="spacer4">
41     <property name="orientation">
42      <enum>Qt::Vertical</enum>
43     </property>
44     <property name="sizeType">
45      <enum>QSizePolicy::Expanding</enum>
46     </property>
47     <property name="sizeHint" stdset="0">
48      <size>
49       <width>99</width>
50       <height>99</height>
51      </size>
52     </property>
53    </spacer>
54   </item>
55   <item>
56    <layout class="QHBoxLayout" name="horizontalLayout_2">
57     <item>
58      <widget class="QLabel" name="weightTextLabel">
59       <property name="frameShape">
60        <enum>QFrame::NoFrame</enum>
61       </property>
62       <property name="frameShadow">
63        <enum>QFrame::Plain</enum>
64       </property>
65       <property name="text">
66        <string>Weight percentage (necessary: 100%)</string>
67       </property>
68       <property name="wordWrap">
69        <bool>false</bool>
70       </property>
71      </widget>
72     </item>
73     <item>
74      <widget class="QLineEdit" name="weightLineEdit">
75       <property name="text">
76        <string notr="true">100</string>
77       </property>
78      </widget>
79     </item>
80    </layout>
81   </item>
82   <item>
83    <layout class="QHBoxLayout">
84     <item>
85      <widget class="QPushButton" name="okPushButton">
86       <property name="text">
87        <string>Ok</string>
88       </property>
89      </widget>
90     </item>
91     <item>
92      <widget class="QPushButton" name="cancelPushButton">
93       <property name="text">
94        <string>Cancel</string>
95       </property>
96      </widget>
97     </item>
98    </layout>
99   </item>
100  </layout>
101 </widget>
102 <layoutdefault spacing="6" margin="11"/>
103 <resources/>
104 <connections/>
105</ui>
106