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