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>539</width> |
---|
10 | <height>404</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="QVBoxLayout" name="verticalLayout"> |
---|
26 | <item> |
---|
27 | <widget class="QTextBrowser" name="eventInfoTextBrowser"> |
---|
28 | <property name="openExternalLinks"> |
---|
29 | <bool>true</bool> |
---|
30 | </property> |
---|
31 | </widget> |
---|
32 | </item> |
---|
33 | <item> |
---|
34 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
35 | <item> |
---|
36 | <widget class="QToolButton" name="alarmButton"> |
---|
37 | <property name="text"> |
---|
38 | <string>...</string> |
---|
39 | </property> |
---|
40 | <property name="icon"> |
---|
41 | <iconset resource="../icons.qrc"> |
---|
42 | <normaloff>:/icons/alarm-off.png</normaloff>:/icons/alarm-off.png</iconset> |
---|
43 | </property> |
---|
44 | <property name="iconSize"> |
---|
45 | <size> |
---|
46 | <width>32</width> |
---|
47 | <height>32</height> |
---|
48 | </size> |
---|
49 | </property> |
---|
50 | <property name="shortcut"> |
---|
51 | <string>CapsLock</string> |
---|
52 | </property> |
---|
53 | </widget> |
---|
54 | </item> |
---|
55 | <item> |
---|
56 | <widget class="QToolButton" name="favouriteButton"> |
---|
57 | <property name="text"> |
---|
58 | <string>...</string> |
---|
59 | </property> |
---|
60 | <property name="icon"> |
---|
61 | <iconset resource="../icons.qrc"> |
---|
62 | <normaloff>:/icons/favourite-no.png</normaloff>:/icons/favourite-no.png</iconset> |
---|
63 | </property> |
---|
64 | <property name="iconSize"> |
---|
65 | <size> |
---|
66 | <width>32</width> |
---|
67 | <height>32</height> |
---|
68 | </size> |
---|
69 | </property> |
---|
70 | </widget> |
---|
71 | </item> |
---|
72 | <item> |
---|
73 | <spacer name="horizontalSpacer"> |
---|
74 | <property name="orientation"> |
---|
75 | <enum>Qt::Horizontal</enum> |
---|
76 | </property> |
---|
77 | <property name="sizeHint" stdset="0"> |
---|
78 | <size> |
---|
79 | <width>40</width> |
---|
80 | <height>20</height> |
---|
81 | </size> |
---|
82 | </property> |
---|
83 | </spacer> |
---|
84 | </item> |
---|
85 | <item> |
---|
86 | <widget class="QPushButton" name="okButton"> |
---|
87 | <property name="text"> |
---|
88 | <string>OK</string> |
---|
89 | </property> |
---|
90 | </widget> |
---|
91 | </item> |
---|
92 | </layout> |
---|
93 | </item> |
---|
94 | </layout> |
---|
95 | </widget> |
---|
96 | <resources> |
---|
97 | <include location="../icons.qrc"/> |
---|
98 | </resources> |
---|
99 | <connections> |
---|
100 | <connection> |
---|
101 | <sender>okButton</sender> |
---|
102 | <signal>clicked()</signal> |
---|
103 | <receiver>EventDialog</receiver> |
---|
104 | <slot>close()</slot> |
---|
105 | <hints> |
---|
106 | <hint type="sourcelabel"> |
---|
107 | <x>287</x> |
---|
108 | <y>84</y> |
---|
109 | </hint> |
---|
110 | <hint type="destinationlabel"> |
---|
111 | <x>169</x> |
---|
112 | <y>53</y> |
---|
113 | </hint> |
---|
114 | </hints> |
---|
115 | </connection> |
---|
116 | </connections> |
---|
117 | </ui> |
---|