1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddConstraintStudentsMaxSpanPerRealDayForm_template</class>
4 <widget class="QDialog" name="AddConstraintStudentsMaxSpanPerRealDayForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>592</width>
10    <height>227</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 max span per real day</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="1" column="0">
18    <widget class="QLabel" name="weightTextLabel">
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>Weight percentage (necessary: 100%)</string>
27     </property>
28     <property name="wordWrap">
29      <bool>false</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="0" column="0" colspan="2">
34    <spacer name="spacer6">
35     <property name="orientation">
36      <enum>Qt::Vertical</enum>
37     </property>
38     <property name="sizeType">
39      <enum>QSizePolicy::Expanding</enum>
40     </property>
41     <property name="sizeHint" stdset="0">
42      <size>
43       <width>20</width>
44       <height>40</height>
45      </size>
46     </property>
47    </spacer>
48   </item>
49   <item row="3" column="0" colspan="2">
50    <layout class="QHBoxLayout">
51     <item>
52      <widget class="QPushButton" name="addConstraintPushButton">
53       <property name="text">
54        <string>Add constraint</string>
55       </property>
56      </widget>
57     </item>
58     <item>
59      <widget class="QPushButton" name="closePushButton">
60       <property name="text">
61        <string>Close</string>
62       </property>
63      </widget>
64     </item>
65    </layout>
66   </item>
67   <item row="1" column="1">
68    <widget class="QLineEdit" name="weightLineEdit">
69     <property name="text">
70      <string notr="true">100</string>
71     </property>
72    </widget>
73   </item>
74   <item row="2" column="0">
75    <widget class="QLabel" name="textLabel1">
76     <property name="text">
77      <string>Max span per day</string>
78     </property>
79     <property name="wordWrap">
80      <bool>false</bool>
81     </property>
82    </widget>
83   </item>
84   <item row="2" column="1">
85    <widget class="QSpinBox" name="maxSpanSpinBox"/>
86   </item>
87  </layout>
88 </widget>
89 <layoutdefault spacing="6" margin="11"/>
90 <resources/>
91 <connections/>
92</ui>
93