|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>ControlInfo</class> |
|
7 <widget class="QDialog" name="ControlInfo"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>600</width> |
|
13 <height>480</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Control Details</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <property name="margin"> |
|
21 <number>11</number> |
|
22 </property> |
|
23 <property name="spacing"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <item> |
|
27 <widget class="Q3ListView" name="listInfo"> |
|
28 <property name="dragAutoScroll"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <property name="selectionMode"> |
|
32 <enum>Q3ListView::NoSelection</enum> |
|
33 </property> |
|
34 <property name="allColumnsShowFocus"> |
|
35 <bool>true</bool> |
|
36 </property> |
|
37 <property name="rootIsDecorated"> |
|
38 <bool>true</bool> |
|
39 </property> |
|
40 <property name="resizeMode"> |
|
41 <enum>Q3ListView::AllColumns</enum> |
|
42 </property> |
|
43 <column> |
|
44 <property name="text"> |
|
45 <string>Item</string> |
|
46 </property> |
|
47 <property name="clickable"> |
|
48 <bool>true</bool> |
|
49 </property> |
|
50 <property name="resizeable"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </column> |
|
54 <column> |
|
55 <property name="text"> |
|
56 <string>Value</string> |
|
57 </property> |
|
58 <property name="clickable"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 <property name="resizeable"> |
|
62 <bool>true</bool> |
|
63 </property> |
|
64 </column> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <layout class="QHBoxLayout"> |
|
69 <property name="margin"> |
|
70 <number>0</number> |
|
71 </property> |
|
72 <property name="spacing"> |
|
73 <number>6</number> |
|
74 </property> |
|
75 <item> |
|
76 <spacer name="Spacer1"> |
|
77 <property name="sizeHint"> |
|
78 <size> |
|
79 <width>0</width> |
|
80 <height>0</height> |
|
81 </size> |
|
82 </property> |
|
83 <property name="sizeType"> |
|
84 <enum>QSizePolicy::Expanding</enum> |
|
85 </property> |
|
86 <property name="orientation"> |
|
87 <enum>Qt::Horizontal</enum> |
|
88 </property> |
|
89 </spacer> |
|
90 </item> |
|
91 <item> |
|
92 <widget class="QPushButton" name="PushButton1"> |
|
93 <property name="text"> |
|
94 <string>C&lose</string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 </layout> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 <layoutdefault spacing="6" margin="11"/> |
|
103 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
104 <connections> |
|
105 <connection> |
|
106 <sender>PushButton1</sender> |
|
107 <signal>clicked()</signal> |
|
108 <receiver>ControlInfo</receiver> |
|
109 <slot>close()</slot> |
|
110 </connection> |
|
111 </connections> |
|
112 </ui> |