1 1.1 christos <ui version="4.0" > 2 1.1 christos <class>EventHistory</class> 3 1.1 christos <widget class="QDialog" name="EventHistory" > 4 1.1 christos <property name="geometry" > 5 1.1 christos <rect> 6 1.1 christos <x>0</x> 7 1.1 christos <y>0</y> 8 1.1 christos <width>533</width> 9 1.1 christos <height>285</height> 10 1.1 christos </rect> 11 1.1 christos </property> 12 1.1 christos <property name="windowTitle" > 13 1.1 christos <string>Event history</string> 14 1.1 christos </property> 15 1.1 christos <layout class="QGridLayout" > 16 1.1 christos <item row="0" column="0" colspan="2" > 17 1.1 christos <widget class="QTreeView" name="eventListView" > 18 1.1 christos <property name="sizePolicy" > 19 1.1 christos <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > 20 1.1 christos <horstretch>0</horstretch> 21 1.1 christos <verstretch>0</verstretch> 22 1.1 christos </sizepolicy> 23 1.1 christos </property> 24 1.1 christos <property name="verticalScrollBarPolicy" > 25 1.1 christos <enum>Qt::ScrollBarAlwaysOn</enum> 26 1.1 christos </property> 27 1.1 christos <property name="selectionMode" > 28 1.1 christos <enum>QAbstractItemView::NoSelection</enum> 29 1.1 christos </property> 30 1.1 christos </widget> 31 1.1 christos </item> 32 1.1 christos <item row="1" column="0" > 33 1.1 christos <spacer> 34 1.1 christos <property name="orientation" > 35 1.1 christos <enum>Qt::Horizontal</enum> 36 1.1 christos </property> 37 1.1 christos <property name="sizeHint" > 38 1.1 christos <size> 39 1.1 christos <width>40</width> 40 1.1 christos <height>20</height> 41 1.1 christos </size> 42 1.1 christos </property> 43 1.1 christos </spacer> 44 1.1 christos </item> 45 1.1 christos <item row="1" column="1" > 46 1.1 christos <widget class="QPushButton" name="closeButton" > 47 1.1 christos <property name="text" > 48 1.1 christos <string>Close</string> 49 1.1 christos </property> 50 1.1 christos </widget> 51 1.1 christos </item> 52 1.1 christos </layout> 53 1.1 christos </widget> 54 1.1 christos <layoutdefault spacing="6" margin="11" /> 55 1.1 christos <pixmapfunction></pixmapfunction> 56 1.1 christos <includes> 57 1.1 christos <include location="local" >wpamsg.h</include> 58 1.1 christos </includes> 59 1.1 christos <resources/> 60 1.1 christos <connections/> 61 1.1 christos </ui> 62