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