1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddConstraintTeachersMinGapsBetweenRoomChangesForm_template</class>
4 <widget class="QDialog" name="AddConstraintTeachersMinGapsBetweenRoomChangesForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>473</width>
10    <height>191</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 gaps between room changes</string>
15  </property>
16  <layout class="QGridLayout">
17   <item row="2" column="0" colspan="2">
18    <layout class="QHBoxLayout">
19     <item>
20      <widget class="QPushButton" name="addConstraintPushButton">
21       <property name="text">
22        <string>Add constraint</string>
23       </property>
24      </widget>
25     </item>
26     <item>
27      <widget class="QPushButton" name="closePushButton">
28       <property name="text">
29        <string>Close</string>
30       </property>
31      </widget>
32     </item>
33    </layout>
34   </item>
35   <item row="0" column="0">
36    <layout class="QHBoxLayout">
37     <item>
38      <widget class="QLabel" name="weightTextLabel">
39       <property name="frameShape">
40        <enum>QFrame::NoFrame</enum>
41       </property>
42       <property name="frameShadow">
43        <enum>QFrame::Plain</enum>
44       </property>
45       <property name="text">
46        <string>Weight percentage (necessary: 100%)</string>
47       </property>
48       <property name="wordWrap">
49        <bool>false</bool>
50       </property>
51      </widget>
52     </item>
53     <item>
54      <widget class="QLineEdit" name="weightLineEdit">
55       <property name="text">
56        <string notr="true">100</string>
57       </property>
58      </widget>
59     </item>
60    </layout>
61   </item>
62   <item row="1" column="0">
63    <layout class="QHBoxLayout">
64     <item>
65      <widget class="QLabel" name="textLabel1">
66       <property name="text">
67        <string>Min gaps between room changes</string>
68       </property>
69       <property name="wordWrap">
70        <bool>false</bool>
71       </property>
72      </widget>
73     </item>
74     <item>
75      <widget class="QSpinBox" name="minGapsSpinBox"/>
76     </item>
77    </layout>
78   </item>
79  </layout>
80 </widget>
81 <layoutdefault spacing="6" margin="11"/>
82 <resources/>
83 <connections/>
84</ui>
85