1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddExistingStudentsGroupsForm_template</class>
4 <widget class="QDialog" name="AddExistingStudentsGroupsForm_template">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>527</width>
10    <height>477</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="This is the title of the dialog to add groups in a year, groups which exist in other years">Add existing students groups</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QLabel" name="yearGroupLabel">
19     <property name="text">
20      <string notr="true">Year</string>
21     </property>
22    </widget>
23   </item>
24   <item row="1" column="0">
25    <layout class="QVBoxLayout" name="verticalLayout_2">
26     <item>
27      <widget class="QLabel" name="groupsTextLabel">
28       <property name="frameShape">
29        <enum>QFrame::NoFrame</enum>
30       </property>
31       <property name="frameShadow">
32        <enum>QFrame::Plain</enum>
33       </property>
34       <property name="text">
35        <string>Groups</string>
36       </property>
37       <property name="wordWrap">
38        <bool>false</bool>
39       </property>
40      </widget>
41     </item>
42     <item>
43      <widget class="QListWidget" name="allGroupsListWidget"/>
44     </item>
45     <item>
46      <widget class="QCheckBox" name="sortedCheckBox">
47       <property name="text">
48        <string comment="It refers to groups">Sorted</string>
49       </property>
50      </widget>
51     </item>
52    </layout>
53   </item>
54   <item row="1" column="1">
55    <layout class="QVBoxLayout" name="verticalLayout">
56     <item>
57      <widget class="QLabel" name="selectedGroupsTextLabel">
58       <property name="frameShape">
59        <enum>QFrame::NoFrame</enum>
60       </property>
61       <property name="frameShadow">
62        <enum>QFrame::Plain</enum>
63       </property>
64       <property name="text">
65        <string comment="It refers to a list of selected groups">Selected</string>
66       </property>
67       <property name="wordWrap">
68        <bool>false</bool>
69       </property>
70      </widget>
71     </item>
72     <item>
73      <widget class="QListWidget" name="selectedGroupsListWidget"/>
74     </item>
75     <item>
76      <widget class="QPushButton" name="clearPushButton">
77       <property name="text">
78        <string>Clear</string>
79       </property>
80      </widget>
81     </item>
82    </layout>
83   </item>
84   <item row="2" column="0" colspan="2">
85    <layout class="QHBoxLayout" name="horizontalLayout">
86     <item>
87      <widget class="QPushButton" name="okPushButton">
88       <property name="text">
89        <string>OK</string>
90       </property>
91      </widget>
92     </item>
93     <item>
94      <widget class="QPushButton" name="cancelPushButton">
95       <property name="text">
96        <string>Cancel</string>
97       </property>
98      </widget>
99     </item>
100     <item>
101      <widget class="QPushButton" name="helpPushButton">
102       <property name="text">
103        <string>Help</string>
104       </property>
105      </widget>
106     </item>
107    </layout>
108   </item>
109  </layout>
110 </widget>
111 <layoutdefault spacing="6" margin="11"/>
112 <resources/>
113 <connections/>
114</ui>
115