1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConstraintTwoSetsOfActivitiesOrderedForm_template</class>
4 <widget class="QDialog" name="ConstraintTwoSetsOfActivitiesOrderedForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>592</width>
10    <height>566</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 two sets of activies ordered</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="0" column="0" colspan="2">
18    <widget class="QLabel" name="textLabel1">
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>This constraint forces two sets of activities SA1 and SA2: each activity A2 from SA2 to begin later than the moment each activity A1 from SA1 has finished, separated by any time interval in the week</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_2">
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">
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     <item>
72      <widget class="QGroupBox" name="filterGroupBox_2">
73       <property name="title">
74        <string>Filter</string>
75       </property>
76       <layout class="QGridLayout" name="gridLayout">
77        <item row="0" column="0">
78         <widget class="QLabel" name="teachersTextLabel">
79          <property name="text">
80           <string>Teacher</string>
81          </property>
82          <property name="wordWrap">
83           <bool>false</bool>
84          </property>
85         </widget>
86        </item>
87        <item row="1" column="0">
88         <widget class="QComboBox" name="teachersComboBox"/>
89        </item>
90        <item row="2" column="0">
91         <widget class="QLabel" name="studentsTextLabel">
92          <property name="text">
93           <string>Students set</string>
94          </property>
95          <property name="wordWrap">
96           <bool>false</bool>
97          </property>
98         </widget>
99        </item>
100        <item row="3" column="0">
101         <widget class="QComboBox" name="studentsComboBox"/>
102        </item>
103        <item row="4" column="0">
104         <widget class="QLabel" name="subjectsTextLabel">
105          <property name="text">
106           <string>Subject</string>
107          </property>
108          <property name="wordWrap">
109           <bool>false</bool>
110          </property>
111         </widget>
112        </item>
113        <item row="5" column="0">
114         <widget class="QComboBox" name="subjectsComboBox"/>
115        </item>
116        <item row="6" column="0">
117         <widget class="QLabel" name="activityTagsTextLabel">
118          <property name="text">
119           <string>Activity tag</string>
120          </property>
121          <property name="wordWrap">
122           <bool>false</bool>
123          </property>
124         </widget>
125        </item>
126        <item row="7" column="0">
127         <widget class="QComboBox" name="activityTagsComboBox"/>
128        </item>
129       </layout>
130      </widget>
131     </item>
132    </layout>
133   </item>
134   <item row="2" column="0" colspan="2">
135    <layout class="QHBoxLayout" name="horizontalLayout">
136     <item>
137      <widget class="QPushButton" name="addConstraintPushButton">
138       <property name="text">
139        <string>Add</string>
140       </property>
141      </widget>
142     </item>
143     <item>
144      <widget class="QPushButton" name="modifyConstraintPushButton">
145       <property name="text">
146        <string>Modify</string>
147       </property>
148      </widget>
149     </item>
150     <item>
151      <widget class="QPushButton" name="removeConstraintPushButton">
152       <property name="text">
153        <string>Remove</string>
154       </property>
155      </widget>
156     </item>
157     <item>
158      <widget class="QPushButton" name="closePushButton">
159       <property name="text">
160        <string>Close</string>
161       </property>
162      </widget>
163     </item>
164    </layout>
165   </item>
166  </layout>
167 </widget>
168 <layoutdefault spacing="6" margin="11"/>
169 <resources/>
170 <connections/>
171</ui>
172