7d3c416f27184972b6937d37e4d215d553327045
[metze/wireshark/wip.git] / ui / qt / capture_interfaces_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CaptureInterfacesDialog</class>
4  <widget class="QDialog" name="CaptureInterfacesDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>950</width>
10     <height>440</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout" name="verticalLayout_12">
14    <item>
15     <widget class="QTabWidget" name="tabWidget">
16      <property name="currentIndex">
17       <number>0</number>
18      </property>
19      <widget class="QWidget" name="inputTab">
20       <attribute name="title">
21        <string>Input</string>
22       </attribute>
23       <layout class="QVBoxLayout" name="verticalLayout_2">
24        <item>
25         <widget class="QTreeWidget" name="interfaceTree">
26          <property name="sizePolicy">
27           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
28            <horstretch>0</horstretch>
29            <verstretch>0</verstretch>
30           </sizepolicy>
31          </property>
32          <property name="selectionMode">
33           <enum>QAbstractItemView::ExtendedSelection</enum>
34          </property>
35          <property name="textElideMode">
36           <enum>Qt::ElideMiddle</enum>
37          </property>
38          <property name="sortingEnabled">
39           <bool>true</bool>
40          </property>
41          <column>
42           <property name="text">
43            <string>Interface</string>
44           </property>
45          </column>
46          <column>
47           <property name="text">
48            <string>Traffic</string>
49           </property>
50          </column>
51          <column>
52           <property name="text">
53            <string>Link-layer Header</string>
54           </property>
55          </column>
56          <column>
57           <property name="text">
58            <string>Promiscuous</string>
59           </property>
60          </column>
61          <column>
62           <property name="text">
63            <string>Snaplen (B)</string>
64           </property>
65          </column>
66          <column>
67           <property name="text">
68            <string>Buffer (MB)</string>
69           </property>
70          </column>
71          <column>
72           <property name="text">
73            <string>Monitor Mode</string>
74           </property>
75          </column>
76          <column>
77           <property name="text">
78            <string>Capture Filter</string>
79           </property>
80          </column>
81         </widget>
82        </item>
83        <item>
84         <layout class="QHBoxLayout" name="horizontalLayout">
85          <item>
86           <widget class="QCheckBox" name="capturePromModeCheckBox">
87            <property name="toolTip">
88             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can &amp;quot;see&amp;quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
89            </property>
90            <property name="text">
91             <string>Enable promiscuous mode on all interfaces</string>
92            </property>
93           </widget>
94          </item>
95          <item>
96           <spacer name="horizontalSpacer_2">
97            <property name="orientation">
98             <enum>Qt::Horizontal</enum>
99            </property>
100            <property name="sizeHint" stdset="0">
101             <size>
102              <width>40</width>
103              <height>20</height>
104             </size>
105            </property>
106           </spacer>
107          </item>
108          <item>
109           <widget class="QPushButton" name="manageButton">
110            <property name="enabled">
111             <bool>true</bool>
112            </property>
113            <property name="toolTip">
114             <string>Show and hide interfaces, add comments, and manage pipes and remote interfaces.</string>
115            </property>
116            <property name="text">
117             <string>Manage Interfaces…</string>
118            </property>
119           </widget>
120          </item>
121         </layout>
122        </item>
123        <item>
124         <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0,0">
125          <item>
126           <widget class="QLabel" name="label_4">
127            <property name="text">
128             <string>Capture filter for selected interfaces:</string>
129            </property>
130           </widget>
131          </item>
132          <item>
133           <widget class="CaptureFilterCombo" name="captureFilterComboBox">
134            <property name="sizePolicy">
135             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
136              <horstretch>0</horstretch>
137              <verstretch>0</verstretch>
138             </sizepolicy>
139            </property>
140           </widget>
141          </item>
142          <item>
143           <spacer name="horizontalSpacer_4">
144            <property name="orientation">
145             <enum>Qt::Horizontal</enum>
146            </property>
147            <property name="sizeHint" stdset="0">
148             <size>
149              <width>40</width>
150              <height>20</height>
151             </size>
152            </property>
153           </spacer>
154          </item>
155          <item>
156           <widget class="QPushButton" name="compileBPF">
157            <property name="text">
158             <string>Compile BPFs</string>
159            </property>
160           </widget>
161          </item>
162         </layout>
163        </item>
164       </layout>
165      </widget>
166      <widget class="QWidget" name="outputTab">
167       <attribute name="title">
168        <string>Output</string>
169       </attribute>
170       <layout class="QVBoxLayout" name="verticalLayout_9">
171        <item>
172         <widget class="QGroupBox" name="gbCaptureToFile">
173          <property name="enabled">
174           <bool>true</bool>
175          </property>
176          <property name="toolTip">
177           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter the file name to which captured data will be written. By default, a temporary file will be used.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
178          </property>
179          <property name="autoFillBackground">
180           <bool>false</bool>
181          </property>
182          <property name="title">
183           <string>Capture to a permanent file</string>
184          </property>
185          <property name="flat">
186           <bool>true</bool>
187          </property>
188          <property name="checkable">
189           <bool>false</bool>
190          </property>
191          <layout class="QGridLayout" name="gridLayout_3">
192           <item row="0" column="2">
193            <widget class="QPushButton" name="browseButton">
194             <property name="text">
195              <string>Browse…</string>
196             </property>
197            </widget>
198           </item>
199           <item row="0" column="0">
200            <widget class="QLabel" name="label_2">
201             <property name="text">
202              <string>File:</string>
203             </property>
204            </widget>
205           </item>
206           <item row="0" column="1">
207            <widget class="QLineEdit" name="filenameLineEdit"/>
208           </item>
209          </layout>
210         </widget>
211        </item>
212        <item>
213         <layout class="QHBoxLayout" name="horizontalLayout_3">
214          <item>
215           <widget class="QLabel" name="label">
216            <property name="text">
217             <string>Output format:</string>
218            </property>
219           </widget>
220          </item>
221          <item>
222           <widget class="QRadioButton" name="rbPcapng">
223            <property name="text">
224             <string>pcapng</string>
225            </property>
226           </widget>
227          </item>
228          <item>
229           <widget class="QRadioButton" name="rbPcap">
230            <property name="text">
231             <string>pcap</string>
232            </property>
233           </widget>
234          </item>
235          <item>
236           <spacer name="horizontalSpacer_7">
237            <property name="orientation">
238             <enum>Qt::Horizontal</enum>
239            </property>
240            <property name="sizeHint" stdset="0">
241             <size>
242              <width>40</width>
243              <height>20</height>
244             </size>
245            </property>
246           </spacer>
247          </item>
248         </layout>
249        </item>
250        <item>
251         <widget class="QGroupBox" name="gbNewFileAuto">
252          <property name="toolTip">
253           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Instead of using a single capture file, multiple files will be created.&lt;/p&gt;&lt;p&gt;The generated file names will contain an incrementing number and the start time of the capture.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
254          </property>
255          <property name="title">
256           <string>Create a new file automatically after…</string>
257          </property>
258          <property name="flat">
259           <bool>true</bool>
260          </property>
261          <property name="checkable">
262           <bool>true</bool>
263          </property>
264          <layout class="QGridLayout" name="gridLayout">
265           <item row="1" column="1">
266            <widget class="QSpinBox" name="MBSpinBox">
267             <property name="toolTip">
268              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If the selected file size is exceeded, capturing switches to the next file.&lt;/p&gt;&lt;p&gt;PLEASE NOTE: One option MUST be selected.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
269             </property>
270             <property name="wrapping">
271              <bool>true</bool>
272             </property>
273             <property name="buttonSymbols">
274              <enum>QAbstractSpinBox::PlusMinus</enum>
275             </property>
276             <property name="minimum">
277              <number>1</number>
278             </property>
279             <property name="maximum">
280              <number>1000000</number>
281             </property>
282             <property name="value">
283              <number>1</number>
284             </property>
285            </widget>
286           </item>
287           <item row="1" column="2">
288            <widget class="QComboBox" name="MBComboBox">
289             <property name="toolTip">
290              <string>If the selected file size is exceeded, capturing switches to the next file.
291 PLEASE NOTE: One option MUST be selected.</string>
292             </property>
293             <item>
294              <property name="text">
295               <string>kilobytes</string>
296              </property>
297             </item>
298             <item>
299              <property name="text">
300               <string>megabytes</string>
301              </property>
302             </item>
303             <item>
304              <property name="text">
305               <string>gigabytes</string>
306              </property>
307             </item>
308            </widget>
309           </item>
310           <item row="2" column="2">
311            <widget class="QComboBox" name="SecsComboBox">
312             <property name="toolTip">
313              <string>If the selected file size is exceeded, capturing switches to the next file.
314 PLEASE NOTE: One option MUST be selected.</string>
315             </property>
316             <item>
317              <property name="text">
318               <string>seconds</string>
319              </property>
320             </item>
321             <item>
322              <property name="text">
323               <string>minutes</string>
324              </property>
325             </item>
326             <item>
327              <property name="text">
328               <string>hours</string>
329              </property>
330             </item>
331            </widget>
332           </item>
333           <item row="2" column="1">
334            <widget class="QSpinBox" name="SecsSpinBox">
335             <property name="toolTip">
336              <string>If the selected file size is exceeded, capturing switches to the next file.
337 PLEASE NOTE: One option MUST be selected.</string>
338             </property>
339             <property name="wrapping">
340              <bool>true</bool>
341             </property>
342             <property name="buttonSymbols">
343              <enum>QAbstractSpinBox::PlusMinus</enum>
344             </property>
345             <property name="minimum">
346              <number>1</number>
347             </property>
348             <property name="maximum">
349              <number>1000000</number>
350             </property>
351             <property name="value">
352              <number>1</number>
353             </property>
354            </widget>
355           </item>
356           <item row="0" column="3" rowspan="3">
357            <spacer name="horizontalSpacer_8">
358             <property name="orientation">
359              <enum>Qt::Horizontal</enum>
360             </property>
361             <property name="sizeHint" stdset="0">
362              <size>
363               <width>40</width>
364               <height>20</height>
365              </size>
366             </property>
367            </spacer>
368           </item>
369           <item row="1" column="0">
370            <widget class="QCheckBox" name="MBCheckBox">
371             <property name="text">
372              <string/>
373             </property>
374            </widget>
375           </item>
376           <item row="2" column="0">
377            <widget class="QCheckBox" name="SecsCheckBox">
378             <property name="text">
379              <string/>
380             </property>
381            </widget>
382           </item>
383          </layout>
384         </widget>
385        </item>
386        <item>
387         <layout class="QHBoxLayout" name="horizontalLayout_4">
388          <item>
389           <widget class="QCheckBox" name="RbCheckBox">
390            <property name="toolTip">
391             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;After capturing has switched to the next file and the given number of files has exceeded, the oldest file will be removed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
392            </property>
393            <property name="text">
394             <string>Use a ring buffer with </string>
395            </property>
396           </widget>
397          </item>
398          <item>
399           <widget class="QSpinBox" name="RbSpinBox">
400            <property name="wrapping">
401             <bool>true</bool>
402            </property>
403            <property name="minimum">
404             <number>2</number>
405            </property>
406            <property name="maximum">
407             <number>1000</number>
408            </property>
409            <property name="value">
410             <number>2</number>
411            </property>
412           </widget>
413          </item>
414          <item>
415           <widget class="QLabel" name="label_3">
416            <property name="text">
417             <string>files</string>
418            </property>
419           </widget>
420          </item>
421          <item>
422           <spacer name="horizontalSpacer_9">
423            <property name="orientation">
424             <enum>Qt::Horizontal</enum>
425            </property>
426            <property name="sizeHint" stdset="0">
427             <size>
428              <width>40</width>
429              <height>20</height>
430             </size>
431            </property>
432           </spacer>
433          </item>
434         </layout>
435        </item>
436        <item>
437         <spacer name="verticalSpacer_2">
438          <property name="orientation">
439           <enum>Qt::Vertical</enum>
440          </property>
441          <property name="sizeHint" stdset="0">
442           <size>
443            <width>20</width>
444            <height>40</height>
445           </size>
446          </property>
447         </spacer>
448        </item>
449       </layout>
450       <zorder>gbNewFileAuto</zorder>
451       <zorder>gbCaptureToFile</zorder>
452      </widget>
453      <widget class="QWidget" name="optionsTab">
454       <attribute name="title">
455        <string>Options</string>
456       </attribute>
457       <layout class="QFormLayout" name="formLayout">
458        <item row="0" column="0">
459         <layout class="QHBoxLayout" name="horizontalLayout_8">
460          <item>
461           <widget class="QGroupBox" name="groupBox">
462            <property name="title">
463             <string>Display Options</string>
464            </property>
465            <property name="flat">
466             <bool>true</bool>
467            </property>
468            <layout class="QVBoxLayout" name="verticalLayout">
469             <item>
470              <widget class="QCheckBox" name="cbUpdatePacketsRT">
471               <property name="toolTip">
472                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Using this option will show the captured packets immediately on the main screen. Please note: this will slow down capturing, so increased packet drops might appear.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
473               </property>
474               <property name="text">
475                <string>Update list of packets in real-time</string>
476               </property>
477              </widget>
478             </item>
479             <item>
480              <widget class="QCheckBox" name="cbAutoScroll">
481               <property name="toolTip">
482                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This will scroll the &amp;quot;Packet List&amp;quot; automatically to the latest captured packet, when the &amp;quot;Update list of packets in real-time&amp;quot; option is used.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
483               </property>
484               <property name="text">
485                <string>Automatically scroll during live capture</string>
486               </property>
487              </widget>
488             </item>
489             <item>
490              <widget class="QCheckBox" name="cbExtraCaptureInfo">
491               <property name="toolTip">
492                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show the capture info dialog while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
493               </property>
494               <property name="text">
495                <string>Show capture information during live capture</string>
496               </property>
497              </widget>
498             </item>
499             <item>
500              <spacer name="horizontalSpacer_3">
501               <property name="orientation">
502                <enum>Qt::Horizontal</enum>
503               </property>
504               <property name="sizeHint" stdset="0">
505                <size>
506                 <width>40</width>
507                 <height>20</height>
508                </size>
509               </property>
510              </spacer>
511             </item>
512            </layout>
513           </widget>
514          </item>
515          <item>
516           <widget class="QGroupBox" name="groupBox_2">
517            <property name="title">
518             <string>Name Resolution</string>
519            </property>
520            <property name="flat">
521             <bool>true</bool>
522            </property>
523            <layout class="QVBoxLayout" name="verticalLayout_3">
524             <item>
525              <widget class="QCheckBox" name="cbResolveMacAddresses">
526               <property name="toolTip">
527                <string>Perform MAC layer name resolution while capturing.</string>
528               </property>
529               <property name="text">
530                <string>Resolve MAC Addresses</string>
531               </property>
532              </widget>
533             </item>
534             <item>
535              <widget class="QCheckBox" name="cbResolveNetworkNames">
536               <property name="toolTip">
537                <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perform network layer name resolution while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
538               </property>
539               <property name="text">
540                <string>Resolve network names</string>
541               </property>
542              </widget>
543             </item>
544             <item>
545              <widget class="QCheckBox" name="cbResolveTransportNames">
546               <property name="toolTip">
547                <string>Perform transport layer name resolution while capturing.</string>
548               </property>
549               <property name="text">
550                <string>Resolve transport names</string>
551               </property>
552              </widget>
553             </item>
554             <item>
555              <spacer name="horizontalSpacer_5">
556               <property name="orientation">
557                <enum>Qt::Horizontal</enum>
558               </property>
559               <property name="sizeHint" stdset="0">
560                <size>
561                 <width>40</width>
562                 <height>20</height>
563                </size>
564               </property>
565              </spacer>
566             </item>
567            </layout>
568           </widget>
569          </item>
570         </layout>
571        </item>
572        <item row="1" column="0">
573         <widget class="QGroupBox" name="gbStopCaptureAuto">
574          <property name="enabled">
575           <bool>true</bool>
576          </property>
577          <property name="title">
578           <string>Stop capture automatically after…</string>
579          </property>
580          <property name="flat">
581           <bool>true</bool>
582          </property>
583          <layout class="QGridLayout" name="gridLayout_2">
584           <item row="0" column="1">
585            <widget class="QSpinBox" name="stopPktSpinBox">
586             <property name="sizePolicy">
587              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
588               <horstretch>0</horstretch>
589               <verstretch>0</verstretch>
590              </sizepolicy>
591             </property>
592             <property name="toolTip">
593              <string>Stop capturing after the specified number of packets have been captured.</string>
594             </property>
595             <property name="buttonSymbols">
596              <enum>QAbstractSpinBox::PlusMinus</enum>
597             </property>
598             <property name="maximum">
599              <number>2147483647</number>
600             </property>
601             <property name="value">
602              <number>1</number>
603             </property>
604            </widget>
605           </item>
606           <item row="2" column="1">
607            <widget class="QSpinBox" name="stopMBSpinBox">
608             <property name="toolTip">
609              <string>Stop capturing after the specified amount of data has been captured.</string>
610             </property>
611             <property name="buttonSymbols">
612              <enum>QAbstractSpinBox::PlusMinus</enum>
613             </property>
614             <property name="maximum">
615              <number>2147483647</number>
616             </property>
617             <property name="value">
618              <number>1</number>
619             </property>
620            </widget>
621           </item>
622           <item row="2" column="0">
623            <widget class="QCheckBox" name="stopMBCheckBox">
624             <property name="toolTip">
625              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stop capturing after the specified amount of data has been captured.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
626             </property>
627             <property name="text">
628              <string/>
629             </property>
630            </widget>
631           </item>
632           <item row="0" column="2">
633            <widget class="QLabel" name="label_7">
634             <property name="text">
635              <string>packets</string>
636             </property>
637            </widget>
638           </item>
639           <item row="3" column="0">
640            <widget class="QCheckBox" name="stopSecsCheckBox">
641             <property name="toolTip">
642              <string>Stop capturing after the specified amount of time has passed.</string>
643             </property>
644             <property name="text">
645              <string/>
646             </property>
647            </widget>
648           </item>
649           <item row="3" column="2">
650            <widget class="QComboBox" name="stopSecsComboBox">
651             <property name="toolTip">
652              <string>Stop capturing after the specified amount of time has passed.</string>
653             </property>
654             <item>
655              <property name="text">
656               <string>seconds</string>
657              </property>
658             </item>
659             <item>
660              <property name="text">
661               <string>minutes</string>
662              </property>
663             </item>
664             <item>
665              <property name="text">
666               <string>hours</string>
667              </property>
668             </item>
669            </widget>
670           </item>
671           <item row="0" column="0">
672            <widget class="QCheckBox" name="stopPktCheckBox">
673             <property name="toolTip">
674              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stop capturing after the specified number of packets have been captured.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
675             </property>
676             <property name="text">
677              <string/>
678             </property>
679            </widget>
680           </item>
681           <item row="2" column="2">
682            <widget class="QComboBox" name="stopMBComboBox">
683             <property name="toolTip">
684              <string>Stop capturing after the specified amount of data has been captured.</string>
685             </property>
686             <item>
687              <property name="text">
688               <string>kilobytes</string>
689              </property>
690             </item>
691             <item>
692              <property name="text">
693               <string>megabytes</string>
694              </property>
695             </item>
696             <item>
697              <property name="text">
698               <string>gigabytes</string>
699              </property>
700             </item>
701            </widget>
702           </item>
703           <item row="3" column="1">
704            <widget class="QSpinBox" name="stopSecsSpinBox">
705             <property name="toolTip">
706              <string>Stop capturing after the specified amount of time has passed.</string>
707             </property>
708             <property name="buttonSymbols">
709              <enum>QAbstractSpinBox::PlusMinus</enum>
710             </property>
711             <property name="maximum">
712              <number>2147483647</number>
713             </property>
714             <property name="value">
715              <number>1</number>
716             </property>
717            </widget>
718           </item>
719           <item row="0" column="3" rowspan="4">
720            <spacer name="horizontalSpacer">
721             <property name="orientation">
722              <enum>Qt::Horizontal</enum>
723             </property>
724             <property name="sizeHint" stdset="0">
725              <size>
726               <width>40</width>
727               <height>20</height>
728              </size>
729             </property>
730            </spacer>
731           </item>
732           <item row="1" column="1">
733            <widget class="QSpinBox" name="stopFilesSpinBox">
734             <property name="sizePolicy">
735              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
736               <horstretch>0</horstretch>
737               <verstretch>0</verstretch>
738              </sizepolicy>
739             </property>
740             <property name="toolTip">
741              <string>Stop capturing after the specified number of packets have been captured.</string>
742             </property>
743             <property name="buttonSymbols">
744              <enum>QAbstractSpinBox::PlusMinus</enum>
745             </property>
746             <property name="maximum">
747              <number>2147483647</number>
748             </property>
749             <property name="value">
750              <number>1</number>
751             </property>
752            </widget>
753           </item>
754           <item row="1" column="2">
755            <widget class="QLabel" name="label_8">
756             <property name="text">
757              <string>files</string>
758             </property>
759            </widget>
760           </item>
761           <item row="1" column="0">
762            <widget class="QCheckBox" name="stopFilesCheckBox">
763             <property name="toolTip">
764              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stop capturing after the specified number of files have been created.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
765             </property>
766             <property name="text">
767              <string/>
768             </property>
769            </widget>
770           </item>
771          </layout>
772         </widget>
773        </item>
774        <item row="2" column="0">
775         <spacer name="verticalSpacer_3">
776          <property name="orientation">
777           <enum>Qt::Vertical</enum>
778          </property>
779          <property name="sizeHint" stdset="0">
780           <size>
781            <width>20</width>
782            <height>40</height>
783           </size>
784          </property>
785         </spacer>
786        </item>
787       </layout>
788      </widget>
789     </widget>
790    </item>
791    <item>
792     <widget class="QDialogButtonBox" name="buttonBox">
793      <property name="standardButtons">
794       <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
795      </property>
796     </widget>
797    </item>
798   </layout>
799  </widget>
800  <customwidgets>
801   <customwidget>
802    <class>CaptureFilterCombo</class>
803    <extends>QComboBox</extends>
804    <header>widgets/capture_filter_combo.h</header>
805   </customwidget>
806  </customwidgets>
807  <resources/>
808  <connections/>
809 </ui>