add parameter dcerpc_info to PIDL_dissect_ipv?address()
[wireshark-wip.git] / ui / qt / summary_dialog.ui
blobffc520e0a3a88b5abac5ca6233a799068806f83b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SummaryDialog</class>
4 <widget class="QDialog" name="SummaryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>799</width>
10 <height>585</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Wireshark - Summary</string>
21 </property>
22 <property name="windowIcon">
23 <iconset resource="../../image/toolbar.qrc">
24 <normaloff>:/menu/help/wsicon16.png</normaloff>:/menu/help/wsicon16.png</iconset>
25 </property>
26 <property name="locale">
27 <locale language="English" country="UnitedStates"/>
28 </property>
29 <widget class="QTabWidget" name="tabWidget">
30 <property name="geometry">
31 <rect>
32 <x>10</x>
33 <y>10</y>
34 <width>781</width>
35 <height>531</height>
36 </rect>
37 </property>
38 <property name="currentIndex">
39 <number>0</number>
40 </property>
41 <widget class="QWidget" name="tab_3">
42 <attribute name="title">
43 <string>File capture details</string>
44 </attribute>
45 <widget class="QGroupBox" name="groupBox">
46 <property name="geometry">
47 <rect>
48 <x>10</x>
49 <y>20</y>
50 <width>761</width>
51 <height>111</height>
52 </rect>
53 </property>
54 <property name="title">
55 <string>File</string>
56 </property>
57 <widget class="QWidget" name="layoutWidget_1">
58 <property name="geometry">
59 <rect>
60 <x>21</x>
61 <y>21</y>
62 <width>731</width>
63 <height>88</height>
64 </rect>
65 </property>
66 <layout class="QFormLayout" name="formLayout">
67 <item row="0" column="0">
68 <widget class="QLabel" name="label_2">
69 <property name="text">
70 <string>Name</string>
71 </property>
72 </widget>
73 </item>
74 <item row="0" column="1">
75 <widget class="QLabel" name="lFilename">
76 <property name="text">
77 <string>/</string>
78 </property>
79 </widget>
80 </item>
81 <item row="1" column="0">
82 <widget class="QLabel" name="label_5">
83 <property name="text">
84 <string>Length</string>
85 </property>
86 </widget>
87 </item>
88 <item row="1" column="1">
89 <widget class="QLabel" name="lLength">
90 <property name="text">
91 <string>/</string>
92 </property>
93 </widget>
94 </item>
95 <item row="2" column="0">
96 <widget class="QLabel" name="label_6">
97 <property name="text">
98 <string>Format</string>
99 </property>
100 </widget>
101 </item>
102 <item row="2" column="1">
103 <widget class="QLabel" name="lFormat">
104 <property name="text">
105 <string>/</string>
106 </property>
107 </widget>
108 </item>
109 <item row="3" column="0">
110 <widget class="QLabel" name="label_9">
111 <property name="text">
112 <string>Encapsulation</string>
113 </property>
114 </widget>
115 </item>
116 <item row="3" column="1">
117 <widget class="QLabel" name="lEncapsulation">
118 <property name="text">
119 <string>/</string>
120 </property>
121 </widget>
122 </item>
123 </layout>
124 </widget>
125 </widget>
126 <widget class="QGroupBox" name="groupBox_2">
127 <property name="geometry">
128 <rect>
129 <x>10</x>
130 <y>140</y>
131 <width>761</width>
132 <height>91</height>
133 </rect>
134 </property>
135 <property name="title">
136 <string>Time</string>
137 </property>
138 <widget class="QWidget" name="layoutWidget_2">
139 <property name="geometry">
140 <rect>
141 <x>22</x>
142 <y>22</y>
143 <width>731</width>
144 <height>67</height>
145 </rect>
146 </property>
147 <layout class="QFormLayout" name="formLayout_2">
148 <property name="topMargin">
149 <number>0</number>
150 </property>
151 <item row="0" column="0">
152 <widget class="QLabel" name="label_15">
153 <property name="text">
154 <string>First packet</string>
155 </property>
156 </widget>
157 </item>
158 <item row="0" column="1">
159 <widget class="QLabel" name="lFirstPacket">
160 <property name="text">
161 <string>/</string>
162 </property>
163 </widget>
164 </item>
165 <item row="1" column="0">
166 <widget class="QLabel" name="label_12">
167 <property name="text">
168 <string>Last packet</string>
169 </property>
170 </widget>
171 </item>
172 <item row="1" column="1">
173 <widget class="QLabel" name="lLastPacket">
174 <property name="text">
175 <string>/</string>
176 </property>
177 </widget>
178 </item>
179 <item row="2" column="0">
180 <widget class="QLabel" name="label_13">
181 <property name="text">
182 <string>Elapsed</string>
183 </property>
184 </widget>
185 </item>
186 <item row="2" column="1">
187 <widget class="QLabel" name="lElapsed">
188 <property name="text">
189 <string>/</string>
190 </property>
191 </widget>
192 </item>
193 </layout>
194 </widget>
195 </widget>
196 <widget class="QGroupBox" name="groupBox_3">
197 <property name="geometry">
198 <rect>
199 <x>10</x>
200 <y>240</y>
201 <width>761</width>
202 <height>261</height>
203 </rect>
204 </property>
205 <property name="title">
206 <string>Capture</string>
207 </property>
208 <widget class="QTextEdit" name="teCFComments">
209 <property name="geometry">
210 <rect>
211 <x>20</x>
212 <y>100</y>
213 <width>731</width>
214 <height>151</height>
215 </rect>
216 </property>
217 <property name="sizeIncrement">
218 <size>
219 <width>0</width>
220 <height>10</height>
221 </size>
222 </property>
223 </widget>
224 <widget class="QLabel" name="label_17">
225 <property name="geometry">
226 <rect>
227 <x>20</x>
228 <y>80</y>
229 <width>271</width>
230 <height>16</height>
231 </rect>
232 </property>
233 <property name="text">
234 <string>Capture file comments</string>
235 </property>
236 </widget>
237 <widget class="QWidget" name="layoutWidget_3">
238 <property name="geometry">
239 <rect>
240 <x>21</x>
241 <y>18</y>
242 <width>731</width>
243 <height>42</height>
244 </rect>
245 </property>
246 <layout class="QFormLayout" name="formLayout_4">
247 <item row="0" column="0">
248 <widget class="QLabel" name="label_16">
249 <property name="text">
250 <string>OS</string>
251 </property>
252 </widget>
253 </item>
254 <item row="0" column="1">
255 <widget class="QLabel" name="lOS">
256 <property name="text">
257 <string>Unknown</string>
258 </property>
259 </widget>
260 </item>
261 <item row="1" column="0">
262 <widget class="QLabel" name="label_14">
263 <property name="text">
264 <string>Capture app</string>
265 </property>
266 </widget>
267 </item>
268 <item row="1" column="1">
269 <widget class="QLabel" name="lCaptureApp">
270 <property name="text">
271 <string>Unknown</string>
272 </property>
273 </widget>
274 </item>
275 </layout>
276 </widget>
277 <zorder>layoutWidget_1</zorder>
278 <zorder>teCFComments</zorder>
279 <zorder>label_17</zorder>
280 </widget>
281 </widget>
282 <widget class="QWidget" name="tab_2">
283 <attribute name="title">
284 <string>Capture statistics</string>
285 </attribute>
286 <widget class="QTableWidget" name="tbDisplay">
287 <property name="geometry">
288 <rect>
289 <x>10</x>
290 <y>210</y>
291 <width>751</width>
292 <height>271</height>
293 </rect>
294 </property>
295 <property name="editTriggers">
296 <set>QAbstractItemView::NoEditTriggers</set>
297 </property>
298 <property name="alternatingRowColors">
299 <bool>true</bool>
300 </property>
301 <property name="sortingEnabled">
302 <bool>true</bool>
303 </property>
304 <property name="rowCount">
305 <number>0</number>
306 </property>
307 <property name="columnCount">
308 <number>4</number>
309 </property>
310 <attribute name="horizontalHeaderVisible">
311 <bool>false</bool>
312 </attribute>
313 <attribute name="verticalHeaderVisible">
314 <bool>false</bool>
315 </attribute>
316 <column>
317 <property name="text">
318 <string>Traffic</string>
319 </property>
320 </column>
321 <column>
322 <property name="text">
323 <string>Captured</string>
324 </property>
325 </column>
326 <column>
327 <property name="text">
328 <string>Displayed</string>
329 </property>
330 </column>
331 <column>
332 <property name="text">
333 <string>Marked</string>
334 </property>
335 </column>
336 </widget>
337 <widget class="QTableWidget" name="tbInterfaces">
338 <property name="geometry">
339 <rect>
340 <x>10</x>
341 <y>10</y>
342 <width>751</width>
343 <height>151</height>
344 </rect>
345 </property>
346 <property name="editTriggers">
347 <set>QAbstractItemView::NoEditTriggers</set>
348 </property>
349 <property name="alternatingRowColors">
350 <bool>true</bool>
351 </property>
352 <property name="sortingEnabled">
353 <bool>true</bool>
354 </property>
355 <property name="rowCount">
356 <number>0</number>
357 </property>
358 <property name="columnCount">
359 <number>5</number>
360 </property>
361 <column>
362 <property name="text">
363 <string>Interface</string>
364 </property>
365 </column>
366 <column>
367 <property name="text">
368 <string>Dropped packets</string>
369 </property>
370 </column>
371 <column>
372 <property name="text">
373 <string>Capture filter</string>
374 </property>
375 </column>
376 <column>
377 <property name="text">
378 <string>Link size</string>
379 </property>
380 </column>
381 <column>
382 <property name="text">
383 <string>Packet size limit</string>
384 </property>
385 </column>
386 </widget>
387 <widget class="QWidget" name="layoutWidget_4">
388 <property name="geometry">
389 <rect>
390 <x>30</x>
391 <y>170</y>
392 <width>731</width>
393 <height>42</height>
394 </rect>
395 </property>
396 <layout class="QFormLayout" name="formLayout_3">
397 <item row="0" column="0">
398 <widget class="QLabel" name="label">
399 <property name="text">
400 <string>Display filter</string>
401 </property>
402 </widget>
403 </item>
404 <item row="0" column="1">
405 <widget class="QLabel" name="lDisplayFilter">
406 <property name="text">
407 <string>/</string>
408 </property>
409 </widget>
410 </item>
411 <item row="1" column="0">
412 <widget class="QLabel" name="label_3">
413 <property name="text">
414 <string>Ignored packets</string>
415 </property>
416 </widget>
417 </item>
418 <item row="1" column="1">
419 <widget class="QLabel" name="lIgnoredPackets">
420 <property name="text">
421 <string>/</string>
422 </property>
423 </widget>
424 </item>
425 </layout>
426 </widget>
427 </widget>
428 <widget class="QWidget" name="tab">
429 <attribute name="title">
430 <string>Comment summary</string>
431 </attribute>
432 <widget class="QPlainTextEdit" name="pteCommentSummary">
433 <property name="geometry">
434 <rect>
435 <x>10</x>
436 <y>10</y>
437 <width>751</width>
438 <height>471</height>
439 </rect>
440 </property>
441 <property name="readOnly">
442 <bool>true</bool>
443 </property>
444 </widget>
445 </widget>
446 </widget>
447 <widget class="QDialogButtonBox" name="buttonBox">
448 <property name="geometry">
449 <rect>
450 <x>10</x>
451 <y>550</y>
452 <width>781</width>
453 <height>23</height>
454 </rect>
455 </property>
456 <property name="standardButtons">
457 <set>QDialogButtonBox::Help|QDialogButtonBox::Save</set>
458 </property>
459 </widget>
460 </widget>
461 <resources>
462 <include location="../../image/toolbar.qrc"/>
463 </resources>
464 <connections/>
465 </ui>