2 <author>George Staikos <staikos@kde.org></author>
3 <comment>A dialog to display the HTTP headers for a given page.</comment>
4 <class>KHTMLInfoDlg</class>
5 <widget class="QDialog" name="KHTMLInfoDlg" >
6 <property name="geometry" >
14 <property name="sizePolicy" >
15 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
16 <horstretch>0</horstretch>
17 <verstretch>0</verstretch>
20 <property name="windowTitle" >
21 <string>Document Information</string>
23 <layout class="QGridLayout" >
24 <property name="leftMargin" >
27 <property name="topMargin" >
30 <property name="rightMargin" >
33 <property name="bottomMargin" >
36 <property name="horizontalSpacing" >
39 <property name="verticalSpacing" >
42 <item row="0" column="0" colspan="2" >
43 <widget class="QGroupBox" name="groupBox2" >
44 <property name="title" >
45 <string comment="@title:group Document information" >General</string>
47 <layout class="QHBoxLayout" >
48 <property name="spacing" >
51 <property name="leftMargin" >
54 <property name="topMargin" >
57 <property name="rightMargin" >
60 <property name="bottomMargin" >
64 <layout class="QGridLayout" >
65 <property name="leftMargin" >
68 <property name="topMargin" >
71 <property name="rightMargin" >
74 <property name="bottomMargin" >
77 <property name="horizontalSpacing" >
80 <property name="verticalSpacing" >
83 <item row="1" column="0" >
84 <widget class="QLabel" name="urlLabel" >
85 <property name="sizePolicy" >
86 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
91 <property name="text" >
94 <property name="buddy" >
95 <cstring>_url</cstring>
99 <item row="0" column="1" >
100 <widget class="QLabel" name="_title" >
101 <property name="sizePolicy" >
102 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
103 <horstretch>1</horstretch>
104 <verstretch>0</verstretch>
109 <item row="1" column="1" >
110 <widget class="QLabel" name="_url" >
111 <property name="sizePolicy" >
112 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
113 <horstretch>1</horstretch>
114 <verstretch>0</verstretch>
119 <item row="2" column="1" >
120 <widget class="QLabel" name="_lastModified" >
121 <property name="sizePolicy" >
122 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
123 <horstretch>1</horstretch>
124 <verstretch>0</verstretch>
129 <item row="0" column="0" >
130 <widget class="QLabel" name="titleLabel" >
131 <property name="sizePolicy" >
132 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
133 <horstretch>0</horstretch>
134 <verstretch>0</verstretch>
137 <property name="text" >
138 <string>Title:</string>
140 <property name="buddy" >
141 <cstring>_title</cstring>
145 <item row="2" column="0" >
146 <widget class="QLabel" name="_lmLabel" >
147 <property name="sizePolicy" >
148 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
149 <horstretch>0</horstretch>
150 <verstretch>0</verstretch>
153 <property name="text" >
154 <string>Last modified:</string>
156 <property name="buddy" >
157 <cstring>_lastModified</cstring>
161 <item row="3" column="0" >
162 <widget class="QLabel" name="_eLabel" >
163 <property name="sizePolicy" >
164 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
165 <horstretch>0</horstretch>
166 <verstretch>0</verstretch>
169 <property name="text" >
170 <string>Document encoding:</string>
172 <property name="buddy" >
173 <cstring>_encoding</cstring>
177 <item row="3" column="1" >
178 <widget class="QLabel" name="_encoding" >
179 <property name="sizePolicy" >
180 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
181 <horstretch>1</horstretch>
182 <verstretch>0</verstretch>
192 <item row="1" column="0" colspan="2" >
193 <widget class="QGroupBox" name="groupBox1" >
194 <property name="title" >
195 <string>HTTP Headers</string>
197 <layout class="QVBoxLayout" >
198 <property name="spacing" >
201 <property name="leftMargin" >
204 <property name="topMargin" >
207 <property name="rightMargin" >
210 <property name="bottomMargin" >
214 <widget class="QTreeWidget" name="_headers" >
215 <property name="sizePolicy" >
216 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
217 <horstretch>1</horstretch>
218 <verstretch>1</verstretch>
221 <property name="selectionMode" >
222 <enum>QAbstractItemView::NoSelection</enum>
224 <property name="rootIsDecorated" >
227 <property name="allColumnsShowFocus" >
231 <property name="text" >
232 <string>Property</string>
236 <property name="text" >
237 <string>Value</string>
245 <item row="2" column="1" >
246 <widget class="KPushButton" native="1" name="_close" >
247 <property name="sizePolicy" >
248 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
249 <horstretch>0</horstretch>
250 <verstretch>0</verstretch>
255 <item row="2" column="0" >
257 <property name="orientation" >
258 <enum>Qt::Horizontal</enum>
260 <property name="sizeType" >
261 <enum>QSizePolicy::Expanding</enum>
263 <property name="sizeHint" >
273 <layoutdefault spacing="6" margin="11" />
274 <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
277 <class>KPushButton</class>
278 <extends>QWidget</extends>
279 <header>kpushbutton.h</header>
280 <container>1</container>
284 <tabstop>_close</tabstop>
285 <tabstop>_url</tabstop>
286 <tabstop>_headers</tabstop>
289 <include location="global" >kpushbutton.h</include>