1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>EventDialog</class>
4 <widget class="QDialog" name="EventDialog">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="windowTitle">
20 <string>Details</string>
22 <property name="autoFillBackground">
25 <layout class="QVBoxLayout" name="verticalLayout">
27 <widget class="QTextBrowser" name="eventInfoTextBrowser">
28 <property name="openExternalLinks">
34 <layout class="QHBoxLayout" name="horizontalLayout">
36 <widget class="QToolButton" name="alarmButton">
37 <property name="text">
40 <property name="icon">
41 <iconset resource="../icons.qrc">
42 <normaloff>:/icons/alarm-off.png</normaloff>:/icons/alarm-off.png</iconset>
44 <property name="iconSize">
50 <property name="shortcut">
51 <string>CapsLock</string>
56 <widget class="QToolButton" name="favouriteButton">
57 <property name="text">
60 <property name="icon">
61 <iconset resource="../icons.qrc">
62 <normaloff>:/icons/favourite-off.png</normaloff>:/icons/favourite-off.png</iconset>
64 <property name="iconSize">
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
77 <property name="sizeHint" stdset="0">
86 <widget class="QPushButton" name="okButton">
87 <property name="text">
97 <include location="../icons.qrc"/>
101 <sender>okButton</sender>
102 <signal>clicked()</signal>
103 <receiver>EventDialog</receiver>
106 <hint type="sourcelabel">
110 <hint type="destinationlabel">