1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddConstraintStudentsMorningsEarlyMaxBeginningsAtSecondHourForm_template</class>
4 <widget class="QDialog" name="AddConstraintStudentsMorningsEarlyMaxBeginningsAtSecondHourForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>600</width>
10    <height>260</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 students mornings early max beginnings at second hour</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="1" column="0" colspan="2">
18    <widget class="QLabel" name="maxBeginningsTextLabel">
19     <property name="frameShape">
20      <enum>QFrame::NoFrame</enum>
21     </property>
22     <property name="frameShadow">
23      <enum>QFrame::Plain</enum>
24     </property>
25     <property name="text">
26      <string>Max beginnings at second hour</string>
27     </property>
28     <property name="wordWrap">
29      <bool>false</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="3" column="0" colspan="3">
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="1" colspan="2">
52    <widget class="QLineEdit" name="weightLineEdit">
53     <property name="text">
54      <string notr="true">100</string>
55     </property>
56    </widget>
57   </item>
58   <item row="0" column="0" colspan="3">
59    <spacer name="spacer11">
60     <property name="orientation">
61      <enum>Qt::Vertical</enum>
62     </property>
63     <property name="sizeType">
64      <enum>QSizePolicy::Expanding</enum>
65     </property>
66     <property name="sizeHint" stdset="0">
67      <size>
68       <width>20</width>
69       <height>20</height>
70      </size>
71     </property>
72    </spacer>
73   </item>
74   <item row="1" column="2">
75    <widget class="QSpinBox" name="maxBeginningsSpinBox"/>
76   </item>
77   <item row="2" column="0">
78    <widget class="QLabel" name="weightTextLabel">
79     <property name="frameShape">
80      <enum>QFrame::NoFrame</enum>
81     </property>
82     <property name="frameShadow">
83      <enum>QFrame::Plain</enum>
84     </property>
85     <property name="text">
86      <string>Weight percentage (necessary: 100%)</string>
87     </property>
88     <property name="wordWrap">
89      <bool>false</bool>
90     </property>
91    </widget>
92   </item>
93  </layout>
94 </widget>
95 <layoutdefault spacing="6" margin="11"/>
96 <resources/>
97 <connections/>
98</ui>
99