1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTeachersMaxGapsPerRealDayForm_template</class>
4 <widget class="QDialog" name="ConstraintTeachersMaxGapsPerRealDayForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>521</width>
10    <height>494</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog in which you see the list of all constraints of this type">Constraints teachers max gaps per real day</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0" colspan="2">
18    <widget class="QLabel" name="label">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="text">
26      <string>IMPORTANT: this constraint is not perfectly optimized. Press Help button for more information. Use with caution, as explained.</string>
27     </property>
28     <property name="wordWrap">
29      <bool>true</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="1" column="0" colspan="2">
34    <widget class="QLabel" name="label_2">
35     <property name="sizePolicy">
36      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
37       <horstretch>0</horstretch>
38       <verstretch>0</verstretch>
39      </sizepolicy>
40     </property>
41     <property name="text">
42      <string>This constraint is for a real day (2 FET days, morning and afternoon).</string>
43     </property>
44     <property name="wordWrap">
45      <bool>true</bool>
46     </property>
47    </widget>
48   </item>
49   <item row="2" column="0">
50    <layout class="QVBoxLayout" name="verticalLayout">
51     <item>
52      <widget class="QLabel" name="constraintsTextLabel">
53       <property name="frameShape">
54        <enum>QFrame::NoFrame</enum>
55       </property>
56       <property name="frameShadow">
57        <enum>QFrame::Plain</enum>
58       </property>
59       <property name="text">
60        <string>Constraints</string>
61       </property>
62       <property name="wordWrap">
63        <bool>false</bool>
64       </property>
65      </widget>
66     </item>
67     <item>
68      <widget class="QListWidget" name="constraintsListWidget"/>
69     </item>
70    </layout>
71   </item>
72   <item row="2" column="1">
73    <layout class="QVBoxLayout" name="verticalLayout_2">
74     <item>
75      <widget class="QLabel" name="currentConstraintTextLabel">
76       <property name="text">
77        <string>Current constraint</string>
78       </property>
79       <property name="wordWrap">
80        <bool>false</bool>
81       </property>
82      </widget>
83     </item>
84     <item>
85      <widget class="QPlainTextEdit" name="currentConstraintTextEdit"/>
86     </item>
87    </layout>
88   </item>
89   <item row="3" column="0" colspan="2">
90    <layout class="QHBoxLayout" name="horizontalLayout">
91     <item>
92      <widget class="QPushButton" name="addConstraintPushButton">
93       <property name="text">
94        <string>Add</string>
95       </property>
96      </widget>
97     </item>
98     <item>
99      <widget class="QPushButton" name="modifyConstraintPushButton">
100       <property name="text">
101        <string>Modify</string>
102       </property>
103      </widget>
104     </item>
105     <item>
106      <widget class="QPushButton" name="removeConstraintPushButton">
107       <property name="text">
108        <string>Remove</string>
109       </property>
110      </widget>
111     </item>
112     <item>
113      <widget class="QPushButton" name="helpPushButton">
114       <property name="text">
115        <string>Help</string>
116       </property>
117      </widget>
118     </item>
119     <item>
120      <widget class="QPushButton" name="closePushButton">
121       <property name="text">
122        <string>Close</string>
123       </property>
124      </widget>
125     </item>
126    </layout>
127   </item>
128  </layout>
129 </widget>
130 <layoutdefault spacing="6" margin="11"/>
131 <resources/>
132 <connections/>
133</ui>
134