]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/wpa_supplicant/wpa_gui-qt4/eventhistory.ui
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / wpa_supplicant / wpa_gui-qt4 / eventhistory.ui
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>EventHistory</class>
6   <widget class="QDialog" name="EventHistory" >
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="windowTitle" >
16       <string>Event history</string>
17     </property>
18     <layout class="QVBoxLayout" >
19       <item>
20         <widget class="QTableView" name="eventListView" >
21           <property name="sizePolicy" >
22             <sizepolicy>
23               <hsizetype>7</hsizetype>
24               <vsizetype>7</vsizetype>
25               <horstretch>0</horstretch>
26               <verstretch>0</verstretch>
27             </sizepolicy>
28           </property>
29           <property name="selectionMode" >
30             <enum>QAbstractItemView::NoSelection</enum>
31           </property>
32           <column>
33             <property name="text" >
34               <string>Timestamp</string>
35             </property>
36             <property name="clickable" >
37               <bool>true</bool>
38             </property>
39             <property name="resizable" >
40               <bool>true</bool>
41             </property>
42           </column>
43           <column>
44             <property name="text" >
45               <string>Message</string>
46             </property>
47             <property name="clickable" >
48               <bool>true</bool>
49             </property>
50             <property name="resizable" >
51               <bool>true</bool>
52             </property>
53           </column>
54         </widget>
55       </item>
56       <item>
57         <layout class="QHBoxLayout" >
58           <property name="margin" >
59             <number>0</number>
60           </property>
61           <item>
62             <spacer name="spacer3" >
63               <property name="sizeHint" >
64                 <size>
65                   <width>20</width>
66                   <height>20</height>
67                 </size>
68               </property>
69               <property name="sizeType" >
70                 <enum>Expanding</enum>
71               </property>
72               <property name="orientation" >
73                 <enum>Horizontal</enum>
74               </property>
75             </spacer>
76           </item>
77           <item>
78             <widget class="QPushButton" name="closeButton" >
79               <property name="text" >
80                 <string>Close</string>
81               </property>
82             </widget>
83           </item>
84         </layout>
85       </item>
86     </layout>
87   </widget>
88   <layoutdefault spacing="6" margin="11" />
89   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
90   <includes>
91     <include location="local" >wpamsg.h</include>
92   </includes>
93 </ui>