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