• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>EventHistory</class>
3<widget class="QDialog">
4    <property name="name">
5        <cstring>EventHistory</cstring>
6    </property>
7    <property name="geometry">
8        <rect>
9            <x>0</x>
10            <y>0</y>
11            <width>533</width>
12            <height>285</height>
13        </rect>
14    </property>
15    <property name="caption">
16        <string>Event history</string>
17    </property>
18    <vbox>
19        <property name="name">
20            <cstring>unnamed</cstring>
21        </property>
22        <widget class="QListView">
23            <column>
24                <property name="text">
25                    <string>Timestamp</string>
26                </property>
27                <property name="clickable">
28                    <bool>true</bool>
29                </property>
30                <property name="resizable">
31                    <bool>true</bool>
32                </property>
33            </column>
34            <column>
35                <property name="text">
36                    <string>Message</string>
37                </property>
38                <property name="clickable">
39                    <bool>true</bool>
40                </property>
41                <property name="resizable">
42                    <bool>true</bool>
43                </property>
44            </column>
45            <property name="name">
46                <cstring>eventListView</cstring>
47            </property>
48            <property name="sizePolicy">
49                <sizepolicy>
50                    <hsizetype>7</hsizetype>
51                    <vsizetype>7</vsizetype>
52                    <horstretch>0</horstretch>
53                    <verstretch>0</verstretch>
54                </sizepolicy>
55            </property>
56            <property name="resizePolicy">
57                <enum>Manual</enum>
58            </property>
59            <property name="selectionMode">
60                <enum>NoSelection</enum>
61            </property>
62            <property name="resizeMode">
63                <enum>LastColumn</enum>
64            </property>
65        </widget>
66        <widget class="QLayoutWidget">
67            <property name="name">
68                <cstring>layout30</cstring>
69            </property>
70            <hbox>
71                <property name="name">
72                    <cstring>unnamed</cstring>
73                </property>
74                <spacer>
75                    <property name="name">
76                        <cstring>spacer3</cstring>
77                    </property>
78                    <property name="orientation">
79                        <enum>Horizontal</enum>
80                    </property>
81                    <property name="sizeType">
82                        <enum>Expanding</enum>
83                    </property>
84                    <property name="sizeHint">
85                        <size>
86                            <width>20</width>
87                            <height>20</height>
88                        </size>
89                    </property>
90                </spacer>
91                <widget class="QPushButton">
92                    <property name="name">
93                        <cstring>closeButton</cstring>
94                    </property>
95                    <property name="text">
96                        <string>Close</string>
97                    </property>
98                </widget>
99            </hbox>
100        </widget>
101    </vbox>
102</widget>
103<connections>
104    <connection>
105        <sender>closeButton</sender>
106        <signal>clicked()</signal>
107        <receiver>EventHistory</receiver>
108        <slot>close()</slot>
109    </connection>
110</connections>
111<includes>
112    <include location="local" impldecl="in declaration">wpamsg.h</include>
113    <include location="local" impldecl="in implementation">eventhistory.ui.h</include>
114</includes>
115<slots>
116    <slot>addEvents( WpaMsgList msgs )</slot>
117    <slot>addEvent( WpaMsg msg )</slot>
118</slots>
119<functions>
120    <function access="private" specifier="non virtual">init()</function>
121    <function access="private" specifier="non virtual">destroy()</function>
122</functions>
123<pixmapinproject/>
124<layoutdefaults spacing="6" margin="11"/>
125</UI>
126