1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>ControlInfo</class>
3<widget class="QDialog">
4    <property name="name">
5        <cstring>ControlInfo</cstring>
6    </property>
7    <property name="geometry">
8        <rect>
9            <x>0</x>
10            <y>0</y>
11            <width>600</width>
12            <height>480</height>
13        </rect>
14    </property>
15    <property name="caption">
16        <string>Control Details</string>
17    </property>
18    <vbox>
19        <property name="name">
20            <cstring>unnamed</cstring>
21        </property>
22        <property name="margin">
23            <number>11</number>
24        </property>
25        <property name="spacing">
26            <number>6</number>
27        </property>
28        <widget class="QListView">
29            <column>
30                <property name="text">
31                    <string>Item</string>
32                </property>
33                <property name="clickable">
34                    <bool>true</bool>
35                </property>
36                <property name="resizeable">
37                    <bool>true</bool>
38                </property>
39            </column>
40            <column>
41                <property name="text">
42                    <string>Value</string>
43                </property>
44                <property name="clickable">
45                    <bool>true</bool>
46                </property>
47                <property name="resizeable">
48                    <bool>true</bool>
49                </property>
50            </column>
51            <property name="name">
52                <cstring>listInfo</cstring>
53            </property>
54            <property name="dragAutoScroll">
55                <bool>false</bool>
56            </property>
57            <property name="selectionMode">
58                <enum>NoSelection</enum>
59            </property>
60            <property name="allColumnsShowFocus">
61                <bool>true</bool>
62            </property>
63            <property name="rootIsDecorated">
64                <bool>true</bool>
65            </property>
66            <property name="resizeMode">
67                <enum>AllColumns</enum>
68            </property>
69        </widget>
70        <widget class="QLayoutWidget">
71            <property name="name">
72                <cstring>Layout1</cstring>
73            </property>
74            <hbox>
75                <property name="name">
76                    <cstring>unnamed</cstring>
77                </property>
78                <property name="margin">
79                    <number>0</number>
80                </property>
81                <property name="spacing">
82                    <number>6</number>
83                </property>
84                <spacer>
85                    <property name="name">
86                        <cstring>Spacer1</cstring>
87                    </property>
88                    <property name="orientation">
89                        <enum>Horizontal</enum>
90                    </property>
91                    <property name="sizeType">
92                        <enum>Expanding</enum>
93                    </property>
94                </spacer>
95                <widget class="QPushButton">
96                    <property name="name">
97                        <cstring>PushButton1</cstring>
98                    </property>
99                    <property name="text">
100                        <string>C&amp;lose</string>
101                    </property>
102                </widget>
103            </hbox>
104        </widget>
105    </vbox>
106</widget>
107<connections>
108    <connection>
109        <sender>PushButton1</sender>
110        <signal>clicked()</signal>
111        <receiver>ControlInfo</receiver>
112        <slot>close()</slot>
113    </connection>
114</connections>
115<includes>
116    <include location="global" impldecl="in implementation">qmetaobject.h</include>
117    <include location="global" impldecl="in implementation">qaxwidget.h</include>
118    <include location="local" impldecl="in implementation">controlinfo.ui.h</include>
119</includes>
120<forwards>
121    <forward>class QAxWidget;</forward>
122</forwards>
123<slots>
124    <slot>setControl( QAxWidget * activex )</slot>
125</slots>
126<pixmapinproject/>
127<layoutdefaults spacing="6" margin="11"/>
128</UI>
129