1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddConstraintTeachersMinRestingHoursBetweenMorningAndAfternoonForm_template</class>
4 <widget class="QDialog" name="AddConstraintTeachersMinRestingHoursBetweenMorningAndAfternoonForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>589</width>
10    <height>276</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 min resting hours between morning and afternoon</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="2">
18    <spacer name="spacer2">
19     <property name="orientation">
20      <enum>Qt::Vertical</enum>
21     </property>
22     <property name="sizeType">
23      <enum>QSizePolicy::Expanding</enum>
24     </property>
25     <property name="sizeHint" stdset="0">
26      <size>
27       <width>20</width>
28       <height>71</height>
29      </size>
30     </property>
31    </spacer>
32   </item>
33   <item row="3" column="0" colspan="2">
34    <layout class="QHBoxLayout">
35     <item>
36      <widget class="QPushButton" name="addConstraintPushButton">
37       <property name="text">
38        <string>Add constraint</string>
39       </property>
40      </widget>
41     </item>
42     <item>
43      <widget class="QPushButton" name="closePushButton">
44       <property name="text">
45        <string>Close</string>
46       </property>
47      </widget>
48     </item>
49    </layout>
50   </item>
51   <item row="2" column="0" colspan="2">
52    <layout class="QHBoxLayout" name="horizontalLayout_2">
53     <item>
54      <widget class="QLabel" name="weightTextLabel">
55       <property name="frameShape">
56        <enum>QFrame::NoFrame</enum>
57       </property>
58       <property name="frameShadow">
59        <enum>QFrame::Plain</enum>
60       </property>
61       <property name="text">
62        <string>Weight percentage (necessary: 100%)</string>
63       </property>
64       <property name="wordWrap">
65        <bool>false</bool>
66       </property>
67      </widget>
68     </item>
69     <item>
70      <widget class="QLineEdit" name="weightLineEdit">
71       <property name="text">
72        <string notr="true">100</string>
73       </property>
74      </widget>
75     </item>
76    </layout>
77   </item>
78   <item row="1" column="0" colspan="2">
79    <layout class="QHBoxLayout" name="horizontalLayout">
80     <item>
81      <widget class="QLabel" name="textLabel1">
82       <property name="text">
83        <string>Min resting hours
84between morning and afternoon</string>
85       </property>
86       <property name="wordWrap">
87        <bool>false</bool>
88       </property>
89      </widget>
90     </item>
91     <item>
92      <widget class="QSpinBox" name="minRestingHoursSpinBox"/>
93     </item>
94    </layout>
95   </item>
96  </layout>
97 </widget>
98 <layoutdefault spacing="6" margin="11"/>
99 <resources/>
100 <connections/>
101</ui>
102