1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ModifyConstraintStudentsSetMaxRoomChangesPerWeekForm_template</class>
4 <widget class="QDialog" name="ModifyConstraintStudentsSetMaxRoomChangesPerWeekForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>561</width>
10    <height>287</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 set max room changes per week</string>
15  </property>
16  <layout class="QGridLayout">
17   <item row="0" column="0">
18    <layout class="QVBoxLayout">
19     <item>
20      <widget class="QLabel" name="studentsTextLabel">
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>Students</string>
29       </property>
30       <property name="wordWrap">
31        <bool>false</bool>
32       </property>
33      </widget>
34     </item>
35     <item>
36      <widget class="QComboBox" name="studentsComboBox">
37       <property name="editable">
38        <bool>false</bool>
39       </property>
40       <property name="insertPolicy">
41        <enum>QComboBox::NoInsert</enum>
42       </property>
43       <property name="duplicatesEnabled">
44        <bool>false</bool>
45       </property>
46      </widget>
47     </item>
48    </layout>
49   </item>
50   <item row="1" column="0">
51    <spacer name="spacer2">
52     <property name="orientation">
53      <enum>Qt::Vertical</enum>
54     </property>
55     <property name="sizeType">
56      <enum>QSizePolicy::Expanding</enum>
57     </property>
58     <property name="sizeHint" stdset="0">
59      <size>
60       <width>20</width>
61       <height>41</height>
62      </size>
63     </property>
64    </spacer>
65   </item>
66   <item row="2" column="0">
67    <layout class="QHBoxLayout">
68     <item>
69      <widget class="QLabel" name="weightTextLabel">
70       <property name="frameShape">
71        <enum>QFrame::NoFrame</enum>
72       </property>
73       <property name="frameShadow">
74        <enum>QFrame::Plain</enum>
75       </property>
76       <property name="text">
77        <string>Weight percentage (necessary: 100%)</string>
78       </property>
79       <property name="wordWrap">
80        <bool>false</bool>
81       </property>
82      </widget>
83     </item>
84     <item>
85      <widget class="QLineEdit" name="weightLineEdit">
86       <property name="text">
87        <string notr="true">100</string>
88       </property>
89      </widget>
90     </item>
91    </layout>
92   </item>
93   <item row="4" column="0" colspan="2">
94    <layout class="QHBoxLayout">
95     <item>
96      <widget class="QPushButton" name="okPushButton">
97       <property name="text">
98        <string>Ok</string>
99       </property>
100      </widget>
101     </item>
102     <item>
103      <widget class="QPushButton" name="cancelPushButton">
104       <property name="text">
105        <string>Cancel</string>
106       </property>
107      </widget>
108     </item>
109    </layout>
110   </item>
111   <item row="3" column="0">
112    <layout class="QHBoxLayout">
113     <item>
114      <widget class="QLabel" name="textLabel">
115       <property name="text">
116        <string>Max room changes per week</string>
117       </property>
118       <property name="wordWrap">
119        <bool>false</bool>
120       </property>
121      </widget>
122     </item>
123     <item>
124      <widget class="QSpinBox" name="maxChangesSpinBox"/>
125     </item>
126    </layout>
127   </item>
128  </layout>
129 </widget>
130 <layoutdefault spacing="6" margin="11"/>
131 <resources/>
132 <connections/>
133</ui>
134