1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>ConferenceEditor</class> |
---|
4 | <widget class="QDialog" name="ConferenceEditor"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>596</width> |
---|
10 | <height>267</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Edit Conferences</string> |
---|
15 | </property> |
---|
16 | <property name="windowIcon"> |
---|
17 | <iconset resource="../../data/data.qrc"> |
---|
18 | <normaloff>:/confclerk.svg</normaloff>:/confclerk.svg</iconset> |
---|
19 | </property> |
---|
20 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
---|
21 | <item> |
---|
22 | <widget class="QWidget" name="widget_2" native="true"> |
---|
23 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
---|
24 | <item> |
---|
25 | <widget class="QWidget" name="buttons" native="true"> |
---|
26 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
---|
27 | <property name="margin"> |
---|
28 | <number>0</number> |
---|
29 | </property> |
---|
30 | <item> |
---|
31 | <widget class="QPushButton" name="addBtn"> |
---|
32 | <property name="sizePolicy"> |
---|
33 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
34 | <horstretch>0</horstretch> |
---|
35 | <verstretch>0</verstretch> |
---|
36 | </sizepolicy> |
---|
37 | </property> |
---|
38 | <property name="text"> |
---|
39 | <string notr="true"/> |
---|
40 | </property> |
---|
41 | <property name="icon"> |
---|
42 | <iconset resource="../icons.qrc"> |
---|
43 | <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset> |
---|
44 | </property> |
---|
45 | </widget> |
---|
46 | </item> |
---|
47 | <item> |
---|
48 | <widget class="QPushButton" name="removeBtn"> |
---|
49 | <property name="sizePolicy"> |
---|
50 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
51 | <horstretch>0</horstretch> |
---|
52 | <verstretch>0</verstretch> |
---|
53 | </sizepolicy> |
---|
54 | </property> |
---|
55 | <property name="text"> |
---|
56 | <string notr="true"/> |
---|
57 | </property> |
---|
58 | <property name="icon"> |
---|
59 | <iconset resource="../icons.qrc"> |
---|
60 | <normaloff>:/icons/remove.png</normaloff>:/icons/remove.png</iconset> |
---|
61 | </property> |
---|
62 | </widget> |
---|
63 | </item> |
---|
64 | <item> |
---|
65 | <widget class="QProgressBar" name="progressBar"> |
---|
66 | <property name="sizePolicy"> |
---|
67 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
---|
68 | <horstretch>10</horstretch> |
---|
69 | <verstretch>0</verstretch> |
---|
70 | </sizepolicy> |
---|
71 | </property> |
---|
72 | <property name="value"> |
---|
73 | <number>0</number> |
---|
74 | </property> |
---|
75 | <property name="textVisible"> |
---|
76 | <bool>false</bool> |
---|
77 | </property> |
---|
78 | </widget> |
---|
79 | </item> |
---|
80 | <item> |
---|
81 | <spacer name="buttonsSpacer"> |
---|
82 | <property name="orientation"> |
---|
83 | <enum>Qt::Horizontal</enum> |
---|
84 | </property> |
---|
85 | <property name="sizeHint" stdset="0"> |
---|
86 | <size> |
---|
87 | <width>40</width> |
---|
88 | <height>20</height> |
---|
89 | </size> |
---|
90 | </property> |
---|
91 | </spacer> |
---|
92 | </item> |
---|
93 | </layout> |
---|
94 | </widget> |
---|
95 | </item> |
---|
96 | <item> |
---|
97 | <widget class="QListView" name="confView"/> |
---|
98 | </item> |
---|
99 | </layout> |
---|
100 | </widget> |
---|
101 | </item> |
---|
102 | <item> |
---|
103 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0"> |
---|
104 | <item> |
---|
105 | <widget class="QStackedWidget" name="conferenceInfo"> |
---|
106 | <property name="currentIndex"> |
---|
107 | <number>0</number> |
---|
108 | </property> |
---|
109 | <widget class="QWidget" name="conferenceInfoContents"> |
---|
110 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
---|
111 | <item> |
---|
112 | <widget class="QLabel" name="conferenceTitle"> |
---|
113 | <property name="font"> |
---|
114 | <font> |
---|
115 | <weight>75</weight> |
---|
116 | <bold>true</bold> |
---|
117 | </font> |
---|
118 | </property> |
---|
119 | <property name="text"> |
---|
120 | <string>Conference Name</string> |
---|
121 | </property> |
---|
122 | <property name="alignment"> |
---|
123 | <set>Qt::AlignCenter</set> |
---|
124 | </property> |
---|
125 | <property name="wordWrap"> |
---|
126 | <bool>true</bool> |
---|
127 | </property> |
---|
128 | </widget> |
---|
129 | </item> |
---|
130 | <item> |
---|
131 | <widget class="QLabel" name="conferenceSubtitle"> |
---|
132 | <property name="text"> |
---|
133 | <string>Conference Subtitle</string> |
---|
134 | </property> |
---|
135 | <property name="alignment"> |
---|
136 | <set>Qt::AlignCenter</set> |
---|
137 | </property> |
---|
138 | <property name="wordWrap"> |
---|
139 | <bool>true</bool> |
---|
140 | </property> |
---|
141 | </widget> |
---|
142 | </item> |
---|
143 | <item> |
---|
144 | <layout class="QGridLayout" name="gridLayout_7"> |
---|
145 | <item row="0" column="0"> |
---|
146 | <widget class="QLabel" name="label_3"> |
---|
147 | <property name="font"> |
---|
148 | <font> |
---|
149 | <weight>75</weight> |
---|
150 | <italic>true</italic> |
---|
151 | <bold>true</bold> |
---|
152 | </font> |
---|
153 | </property> |
---|
154 | <property name="text"> |
---|
155 | <string>When:</string> |
---|
156 | </property> |
---|
157 | </widget> |
---|
158 | </item> |
---|
159 | <item row="1" column="0"> |
---|
160 | <widget class="QLabel" name="label_4"> |
---|
161 | <property name="font"> |
---|
162 | <font> |
---|
163 | <weight>75</weight> |
---|
164 | <italic>true</italic> |
---|
165 | <bold>true</bold> |
---|
166 | </font> |
---|
167 | </property> |
---|
168 | <property name="text"> |
---|
169 | <string>Where:</string> |
---|
170 | </property> |
---|
171 | </widget> |
---|
172 | </item> |
---|
173 | <item row="0" column="1"> |
---|
174 | <widget class="QLabel" name="conferenceWhen"> |
---|
175 | <property name="text"> |
---|
176 | <string>DATE (FROM - TO)</string> |
---|
177 | </property> |
---|
178 | </widget> |
---|
179 | </item> |
---|
180 | <item row="1" column="1"> |
---|
181 | <widget class="QLabel" name="conferenceWhere"> |
---|
182 | <property name="text"> |
---|
183 | <string>CITY, CAMPUS</string> |
---|
184 | </property> |
---|
185 | </widget> |
---|
186 | </item> |
---|
187 | </layout> |
---|
188 | </item> |
---|
189 | <item> |
---|
190 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
---|
191 | <item> |
---|
192 | <widget class="QPushButton" name="refreshBtn"> |
---|
193 | <property name="text"> |
---|
194 | <string>Reload from URL</string> |
---|
195 | </property> |
---|
196 | <property name="icon"> |
---|
197 | <iconset resource="../icons.qrc"> |
---|
198 | <normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset> |
---|
199 | </property> |
---|
200 | </widget> |
---|
201 | </item> |
---|
202 | <item> |
---|
203 | <widget class="QPushButton" name="changeUrl"> |
---|
204 | <property name="text"> |
---|
205 | <string>Change URL</string> |
---|
206 | </property> |
---|
207 | </widget> |
---|
208 | </item> |
---|
209 | <item> |
---|
210 | <spacer name="horizontalSpacer_2"> |
---|
211 | <property name="orientation"> |
---|
212 | <enum>Qt::Horizontal</enum> |
---|
213 | </property> |
---|
214 | <property name="sizeHint" stdset="0"> |
---|
215 | <size> |
---|
216 | <width>40</width> |
---|
217 | <height>20</height> |
---|
218 | </size> |
---|
219 | </property> |
---|
220 | </spacer> |
---|
221 | </item> |
---|
222 | </layout> |
---|
223 | </item> |
---|
224 | </layout> |
---|
225 | </widget> |
---|
226 | <widget class="QWidget" name="conferenceInfoEmpty"/> |
---|
227 | </widget> |
---|
228 | </item> |
---|
229 | <item> |
---|
230 | <spacer name="verticalSpacer"> |
---|
231 | <property name="orientation"> |
---|
232 | <enum>Qt::Vertical</enum> |
---|
233 | </property> |
---|
234 | <property name="sizeHint" stdset="0"> |
---|
235 | <size> |
---|
236 | <width>20</width> |
---|
237 | <height>40</height> |
---|
238 | </size> |
---|
239 | </property> |
---|
240 | </spacer> |
---|
241 | </item> |
---|
242 | <item> |
---|
243 | <widget class="QDialogButtonBox" name="buttonBox"> |
---|
244 | <property name="standardButtons"> |
---|
245 | <set>QDialogButtonBox::Close</set> |
---|
246 | </property> |
---|
247 | </widget> |
---|
248 | </item> |
---|
249 | </layout> |
---|
250 | </item> |
---|
251 | </layout> |
---|
252 | </widget> |
---|
253 | <resources> |
---|
254 | <include location="../../data/data.qrc"/> |
---|
255 | <include location="../icons.qrc"/> |
---|
256 | </resources> |
---|
257 | <connections/> |
---|
258 | </ui> |
---|