1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>EventDialog</class> |
---|
4 | <widget class="QDialog" name="EventDialog"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>485</width> |
---|
10 | <height>368</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>0</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>Details</string> |
---|
21 | </property> |
---|
22 | <property name="autoFillBackground"> |
---|
23 | <bool>false</bool> |
---|
24 | </property> |
---|
25 | <layout class="QGridLayout" name="gridLayout"> |
---|
26 | <item row="0" column="0"> |
---|
27 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
28 | <item> |
---|
29 | <widget class="QLabel" name="title"> |
---|
30 | <property name="sizePolicy"> |
---|
31 | <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> |
---|
32 | <horstretch>0</horstretch> |
---|
33 | <verstretch>0</verstretch> |
---|
34 | </sizepolicy> |
---|
35 | </property> |
---|
36 | <property name="font"> |
---|
37 | <font> |
---|
38 | <weight>75</weight> |
---|
39 | <bold>true</bold> |
---|
40 | <underline>true</underline> |
---|
41 | </font> |
---|
42 | </property> |
---|
43 | <property name="text"> |
---|
44 | <string>Title goes here</string> |
---|
45 | </property> |
---|
46 | <property name="alignment"> |
---|
47 | <set>Qt::AlignCenter</set> |
---|
48 | </property> |
---|
49 | <property name="wordWrap"> |
---|
50 | <bool>true</bool> |
---|
51 | </property> |
---|
52 | </widget> |
---|
53 | </item> |
---|
54 | <item> |
---|
55 | <widget class="QScrollArea" name="scrollArea"> |
---|
56 | <property name="sizePolicy"> |
---|
57 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
---|
58 | <horstretch>0</horstretch> |
---|
59 | <verstretch>0</verstretch> |
---|
60 | </sizepolicy> |
---|
61 | </property> |
---|
62 | <property name="widgetResizable"> |
---|
63 | <bool>true</bool> |
---|
64 | </property> |
---|
65 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
---|
66 | <property name="geometry"> |
---|
67 | <rect> |
---|
68 | <x>0</x> |
---|
69 | <y>0</y> |
---|
70 | <width>463</width> |
---|
71 | <height>270</height> |
---|
72 | </rect> |
---|
73 | </property> |
---|
74 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
75 | <item row="0" column="0"> |
---|
76 | <widget class="QWidget" name="content" native="true"> |
---|
77 | <property name="sizePolicy"> |
---|
78 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
---|
79 | <horstretch>0</horstretch> |
---|
80 | <verstretch>0</verstretch> |
---|
81 | </sizepolicy> |
---|
82 | </property> |
---|
83 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
---|
84 | <item> |
---|
85 | <widget class="QGroupBox" name="personsGB"> |
---|
86 | <property name="sizePolicy"> |
---|
87 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
88 | <horstretch>0</horstretch> |
---|
89 | <verstretch>0</verstretch> |
---|
90 | </sizepolicy> |
---|
91 | </property> |
---|
92 | <property name="font"> |
---|
93 | <font> |
---|
94 | <weight>75</weight> |
---|
95 | <bold>true</bold> |
---|
96 | </font> |
---|
97 | </property> |
---|
98 | <property name="title"> |
---|
99 | <string>Persons</string> |
---|
100 | </property> |
---|
101 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
---|
102 | <item> |
---|
103 | <widget class="QLabel" name="persons"> |
---|
104 | <property name="font"> |
---|
105 | <font> |
---|
106 | <weight>50</weight> |
---|
107 | <bold>false</bold> |
---|
108 | </font> |
---|
109 | </property> |
---|
110 | <property name="text"> |
---|
111 | <string>PERSONS</string> |
---|
112 | </property> |
---|
113 | <property name="wordWrap"> |
---|
114 | <bool>true</bool> |
---|
115 | </property> |
---|
116 | <property name="openExternalLinks"> |
---|
117 | <bool>true</bool> |
---|
118 | </property> |
---|
119 | </widget> |
---|
120 | </item> |
---|
121 | </layout> |
---|
122 | </widget> |
---|
123 | </item> |
---|
124 | <item> |
---|
125 | <widget class="QGroupBox" name="abstractGB"> |
---|
126 | <property name="sizePolicy"> |
---|
127 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
128 | <horstretch>0</horstretch> |
---|
129 | <verstretch>0</verstretch> |
---|
130 | </sizepolicy> |
---|
131 | </property> |
---|
132 | <property name="font"> |
---|
133 | <font> |
---|
134 | <weight>75</weight> |
---|
135 | <bold>true</bold> |
---|
136 | </font> |
---|
137 | </property> |
---|
138 | <property name="title"> |
---|
139 | <string>Abstract</string> |
---|
140 | </property> |
---|
141 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
---|
142 | <item> |
---|
143 | <widget class="QLabel" name="abstract"> |
---|
144 | <property name="font"> |
---|
145 | <font> |
---|
146 | <weight>50</weight> |
---|
147 | <bold>false</bold> |
---|
148 | </font> |
---|
149 | </property> |
---|
150 | <property name="text"> |
---|
151 | <string>ABSTRACT</string> |
---|
152 | </property> |
---|
153 | <property name="wordWrap"> |
---|
154 | <bool>true</bool> |
---|
155 | </property> |
---|
156 | <property name="openExternalLinks"> |
---|
157 | <bool>true</bool> |
---|
158 | </property> |
---|
159 | </widget> |
---|
160 | </item> |
---|
161 | </layout> |
---|
162 | </widget> |
---|
163 | </item> |
---|
164 | <item> |
---|
165 | <widget class="QGroupBox" name="descriptionGB"> |
---|
166 | <property name="font"> |
---|
167 | <font> |
---|
168 | <weight>75</weight> |
---|
169 | <bold>true</bold> |
---|
170 | </font> |
---|
171 | </property> |
---|
172 | <property name="title"> |
---|
173 | <string>Description</string> |
---|
174 | </property> |
---|
175 | <layout class="QVBoxLayout" name="verticalLayout_5"> |
---|
176 | <item> |
---|
177 | <widget class="QLabel" name="description"> |
---|
178 | <property name="sizePolicy"> |
---|
179 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
180 | <horstretch>0</horstretch> |
---|
181 | <verstretch>0</verstretch> |
---|
182 | </sizepolicy> |
---|
183 | </property> |
---|
184 | <property name="font"> |
---|
185 | <font> |
---|
186 | <weight>50</weight> |
---|
187 | <bold>false</bold> |
---|
188 | </font> |
---|
189 | </property> |
---|
190 | <property name="text"> |
---|
191 | <string>DESCRIPTION</string> |
---|
192 | </property> |
---|
193 | <property name="wordWrap"> |
---|
194 | <bool>true</bool> |
---|
195 | </property> |
---|
196 | <property name="openExternalLinks"> |
---|
197 | <bool>true</bool> |
---|
198 | </property> |
---|
199 | </widget> |
---|
200 | </item> |
---|
201 | </layout> |
---|
202 | </widget> |
---|
203 | </item> |
---|
204 | <item> |
---|
205 | <widget class="QGroupBox" name="linksGB"> |
---|
206 | <property name="font"> |
---|
207 | <font> |
---|
208 | <weight>75</weight> |
---|
209 | <bold>true</bold> |
---|
210 | </font> |
---|
211 | </property> |
---|
212 | <property name="title"> |
---|
213 | <string>Links</string> |
---|
214 | </property> |
---|
215 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
---|
216 | <item> |
---|
217 | <widget class="QLabel" name="links"> |
---|
218 | <property name="sizePolicy"> |
---|
219 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
---|
220 | <horstretch>0</horstretch> |
---|
221 | <verstretch>0</verstretch> |
---|
222 | </sizepolicy> |
---|
223 | </property> |
---|
224 | <property name="font"> |
---|
225 | <font> |
---|
226 | <weight>50</weight> |
---|
227 | <bold>false</bold> |
---|
228 | </font> |
---|
229 | </property> |
---|
230 | <property name="text"> |
---|
231 | <string>LINKS</string> |
---|
232 | </property> |
---|
233 | <property name="wordWrap"> |
---|
234 | <bool>true</bool> |
---|
235 | </property> |
---|
236 | <property name="openExternalLinks"> |
---|
237 | <bool>true</bool> |
---|
238 | </property> |
---|
239 | </widget> |
---|
240 | </item> |
---|
241 | </layout> |
---|
242 | </widget> |
---|
243 | </item> |
---|
244 | </layout> |
---|
245 | </widget> |
---|
246 | </item> |
---|
247 | </layout> |
---|
248 | </widget> |
---|
249 | </widget> |
---|
250 | </item> |
---|
251 | <item> |
---|
252 | <spacer name="verticalSpacer_2"> |
---|
253 | <property name="orientation"> |
---|
254 | <enum>Qt::Vertical</enum> |
---|
255 | </property> |
---|
256 | <property name="sizeType"> |
---|
257 | <enum>QSizePolicy::Minimum</enum> |
---|
258 | </property> |
---|
259 | <property name="sizeHint" stdset="0"> |
---|
260 | <size> |
---|
261 | <width>20</width> |
---|
262 | <height>10</height> |
---|
263 | </size> |
---|
264 | </property> |
---|
265 | </spacer> |
---|
266 | </item> |
---|
267 | <item> |
---|
268 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
269 | <item> |
---|
270 | <widget class="QToolButton" name="alarmButton"> |
---|
271 | <property name="text"> |
---|
272 | <string>...</string> |
---|
273 | </property> |
---|
274 | <property name="icon"> |
---|
275 | <iconset resource="../icons.qrc"> |
---|
276 | <normaloff>:/icons/appointment-soon-off.png</normaloff>:/icons/appointment-soon-off.png</iconset> |
---|
277 | </property> |
---|
278 | </widget> |
---|
279 | </item> |
---|
280 | <item> |
---|
281 | <widget class="QToolButton" name="favouriteButton"> |
---|
282 | <property name="text"> |
---|
283 | <string>...</string> |
---|
284 | </property> |
---|
285 | <property name="icon"> |
---|
286 | <iconset resource="../icons.qrc"> |
---|
287 | <normaloff>:/icons/emblem-new-off.png</normaloff>:/icons/emblem-new-off.png</iconset> |
---|
288 | </property> |
---|
289 | </widget> |
---|
290 | </item> |
---|
291 | <item> |
---|
292 | <spacer name="horizontalSpacer"> |
---|
293 | <property name="orientation"> |
---|
294 | <enum>Qt::Horizontal</enum> |
---|
295 | </property> |
---|
296 | <property name="sizeHint" stdset="0"> |
---|
297 | <size> |
---|
298 | <width>40</width> |
---|
299 | <height>20</height> |
---|
300 | </size> |
---|
301 | </property> |
---|
302 | </spacer> |
---|
303 | </item> |
---|
304 | <item> |
---|
305 | <widget class="QPushButton" name="okButton"> |
---|
306 | <property name="text"> |
---|
307 | <string>OK</string> |
---|
308 | </property> |
---|
309 | </widget> |
---|
310 | </item> |
---|
311 | </layout> |
---|
312 | </item> |
---|
313 | </layout> |
---|
314 | </item> |
---|
315 | </layout> |
---|
316 | </widget> |
---|
317 | <resources> |
---|
318 | <include location="../icons.qrc"/> |
---|
319 | </resources> |
---|
320 | <connections> |
---|
321 | <connection> |
---|
322 | <sender>okButton</sender> |
---|
323 | <signal>clicked()</signal> |
---|
324 | <receiver>EventDialog</receiver> |
---|
325 | <slot>close()</slot> |
---|
326 | <hints> |
---|
327 | <hint type="sourcelabel"> |
---|
328 | <x>287</x> |
---|
329 | <y>84</y> |
---|
330 | </hint> |
---|
331 | <hint type="destinationlabel"> |
---|
332 | <x>169</x> |
---|
333 | <y>53</y> |
---|
334 | </hint> |
---|
335 | </hints> |
---|
336 | </connection> |
---|
337 | </connections> |
---|
338 | </ui> |
---|