d/control: Recommend gdb
[gammaray-debian.git] / propertywidget.ui
blob5c54a0dc97279e60974315078cd1b0bf6baae84c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GammaRay::PropertyWidget</class>
4 <widget class="QWidget" name="GammaRay::PropertyWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>816</width>
10 <height>605</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <property name="margin">
15 <number>0</number>
16 </property>
17 <item>
18 <widget class="QTabWidget" name="tabWidget">
19 <property name="currentIndex">
20 <number>0</number>
21 </property>
22 <widget class="QWidget" name="tab">
23 <attribute name="title">
24 <string>Static Properties</string>
25 </attribute>
26 <layout class="QVBoxLayout" name="verticalLayout_2">
27 <item>
28 <widget class="KFilterProxySearchLine" name="staticPropertySearchLine"/>
29 </item>
30 <item>
31 <widget class="QTreeView" name="staticPropertyView">
32 <property name="rootIsDecorated">
33 <bool>false</bool>
34 </property>
35 <property name="sortingEnabled">
36 <bool>true</bool>
37 </property>
38 <property name="allColumnsShowFocus">
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 <widget class="QWidget" name="tab_2">
46 <attribute name="title">
47 <string>Dynamic Properties</string>
48 </attribute>
49 <layout class="QVBoxLayout" name="verticalLayout_3">
50 <item>
51 <widget class="KFilterProxySearchLine" name="dynamicPropertySearchLine"/>
52 </item>
53 <item>
54 <widget class="QTreeView" name="dynamicPropertyView">
55 <property name="rootIsDecorated">
56 <bool>false</bool>
57 </property>
58 <property name="sortingEnabled">
59 <bool>true</bool>
60 </property>
61 <property name="allColumnsShowFocus">
62 <bool>true</bool>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </widget>
68 <widget class="QWidget" name="tab_4">
69 <attribute name="title">
70 <string>Methods</string>
71 </attribute>
72 <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,4,1">
73 <item>
74 <widget class="KFilterProxySearchLine" name="methodSearchLine"/>
75 </item>
76 <item>
77 <widget class="QTreeView" name="methodView">
78 <property name="contextMenuPolicy">
79 <enum>Qt::CustomContextMenu</enum>
80 </property>
81 <property name="rootIsDecorated">
82 <bool>false</bool>
83 </property>
84 <property name="sortingEnabled">
85 <bool>true</bool>
86 </property>
87 <property name="allColumnsShowFocus">
88 <bool>true</bool>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QTreeView" name="methodLog">
94 <property name="rootIsDecorated">
95 <bool>false</bool>
96 </property>
97 <property name="uniformRowHeights">
98 <bool>true</bool>
99 </property>
100 <attribute name="headerVisible">
101 <bool>false</bool>
102 </attribute>
103 </widget>
104 </item>
105 </layout>
106 </widget>
107 <widget class="QWidget" name="tab_5">
108 <attribute name="title">
109 <string>Inbound Connections</string>
110 </attribute>
111 <layout class="QVBoxLayout" name="verticalLayout_6">
112 <item>
113 <widget class="KFilterProxySearchLine" name="inboundConnectionSearchLine"/>
114 </item>
115 <item>
116 <widget class="QTreeView" name="inboundConnectionView">
117 <property name="rootIsDecorated">
118 <bool>false</bool>
119 </property>
120 <property name="sortingEnabled">
121 <bool>true</bool>
122 </property>
123 <property name="allColumnsShowFocus">
124 <bool>true</bool>
125 </property>
126 </widget>
127 </item>
128 </layout>
129 </widget>
130 <widget class="QWidget" name="tab_6">
131 <attribute name="title">
132 <string>Outbound Connections</string>
133 </attribute>
134 <layout class="QVBoxLayout" name="verticalLayout_7">
135 <item>
136 <widget class="KFilterProxySearchLine" name="outboundConnectionSearchLine"/>
137 </item>
138 <item>
139 <widget class="QTreeView" name="outboundConnectionView">
140 <property name="rootIsDecorated">
141 <bool>false</bool>
142 </property>
143 <property name="sortingEnabled">
144 <bool>true</bool>
145 </property>
146 <property name="allColumnsShowFocus">
147 <bool>true</bool>
148 </property>
149 </widget>
150 </item>
151 </layout>
152 </widget>
153 <widget class="QWidget" name="tab_7">
154 <attribute name="title">
155 <string>Enums</string>
156 </attribute>
157 <layout class="QVBoxLayout" name="verticalLayout_8">
158 <item>
159 <widget class="KFilterProxySearchLine" name="enumSearchLine"/>
160 </item>
161 <item>
162 <widget class="QTreeView" name="enumView">
163 <property name="sortingEnabled">
164 <bool>true</bool>
165 </property>
166 </widget>
167 </item>
168 </layout>
169 </widget>
170 <widget class="QWidget" name="tab_3">
171 <attribute name="title">
172 <string>Class Info</string>
173 </attribute>
174 <layout class="QVBoxLayout" name="verticalLayout_4">
175 <item>
176 <widget class="KFilterProxySearchLine" name="classInfoSearchLine"/>
177 </item>
178 <item>
179 <widget class="QTreeView" name="classInfoView">
180 <property name="rootIsDecorated">
181 <bool>false</bool>
182 </property>
183 <property name="sortingEnabled">
184 <bool>true</bool>
185 </property>
186 <property name="allColumnsShowFocus">
187 <bool>true</bool>
188 </property>
189 </widget>
190 </item>
191 </layout>
192 </widget>
193 <widget class="QWidget" name="metaPropertyTab">
194 <attribute name="title">
195 <string>Non-QObject Properties</string>
196 </attribute>
197 <layout class="QVBoxLayout" name="verticalLayout_9">
198 <item>
199 <widget class="QTreeView" name="metaPropertyView">
200 <property name="rootIsDecorated">
201 <bool>false</bool>
202 </property>
203 <property name="uniformRowHeights">
204 <bool>true</bool>
205 </property>
206 <property name="allColumnsShowFocus">
207 <bool>true</bool>
208 </property>
209 </widget>
210 </item>
211 </layout>
212 </widget>
213 </widget>
214 </item>
215 </layout>
216 </widget>
217 <customwidgets>
218 <customwidget>
219 <class>KFilterProxySearchLine</class>
220 <extends>QWidget</extends>
221 <header>kde/kfilterproxysearchline.h</header>
222 </customwidget>
223 </customwidgets>
224 <resources/>
225 <connections/>
226 </ui>