1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintStudentsMinHoursDailyForm_template</class>
4 <widget class="QDialog" name="ConstraintStudentsMinHoursDailyForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>533</width>
10    <height>500</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog to see the list of all constraints of this type">Constraints students min hours daily</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: allow empty days for students is a nonstandard option. Only select it if your institution permits that and if a timetable with empty days for students exists. Otherwise do not select it, for a good performance of generation. Press Help button for more information.</string>
27     </property>
28     <property name="wordWrap">
29      <bool>true</bool>
30     </property>
31    </widget>
32   </item>
33   <item row="1" column="0">
34    <layout class="QVBoxLayout" name="verticalLayout">
35     <item>
36      <widget class="QLabel" name="constraintsTextLabel">
37       <property name="frameShape">
38        <enum>QFrame::NoFrame</enum>
39       </property>
40       <property name="frameShadow">
41        <enum>QFrame::Plain</enum>
42       </property>
43       <property name="text">
44        <string>Constraints</string>
45       </property>
46       <property name="wordWrap">
47        <bool>false</bool>
48       </property>
49      </widget>
50     </item>
51     <item>
52      <widget class="QListWidget" name="constraintsListWidget"/>
53     </item>
54    </layout>
55   </item>
56   <item row="1" column="1">
57    <layout class="QVBoxLayout" name="verticalLayout_2">
58     <item>
59      <widget class="QLabel" name="currentConstraintTextLabel">
60       <property name="text">
61        <string>Current constraint</string>
62       </property>
63       <property name="wordWrap">
64        <bool>false</bool>
65       </property>
66      </widget>
67     </item>
68     <item>
69      <widget class="QPlainTextEdit" name="currentConstraintTextEdit"/>
70     </item>
71    </layout>
72   </item>
73   <item row="2" column="0" colspan="2">
74    <layout class="QHBoxLayout" name="horizontalLayout">
75     <item>
76      <widget class="QPushButton" name="addConstraintPushButton">
77       <property name="text">
78        <string>Add</string>
79       </property>
80      </widget>
81     </item>
82     <item>
83      <widget class="QPushButton" name="modifyConstraintPushButton">
84       <property name="text">
85        <string>Modify</string>
86       </property>
87      </widget>
88     </item>
89     <item>
90      <widget class="QPushButton" name="removeConstraintPushButton">
91       <property name="text">
92        <string>Remove</string>
93       </property>
94      </widget>
95     </item>
96     <item>
97      <widget class="QPushButton" name="helpPushButton">
98       <property name="text">
99        <string>Help</string>
100       </property>
101      </widget>
102     </item>
103     <item>
104      <widget class="QPushButton" name="closePushButton">
105       <property name="text">
106        <string>Close</string>
107       </property>
108      </widget>
109     </item>
110    </layout>
111   </item>
112  </layout>
113 </widget>
114 <layoutdefault spacing="6" margin="11"/>
115 <resources/>
116 <connections/>
117</ui>
118