HACK: 1. try to match RowsetProperties
[wireshark-wip.git] / ui / qt / capture_preferences_frame.ui
blob0f763333fecada43cabc2870c819391b75dce318
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CapturePreferencesFrame</class>
4 <widget class="QFrame" name="CapturePreferencesFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>354</width>
10 <height>194</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>0</width>
16 <height>191</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>Frame</string>
21 </property>
22 <property name="lineWidth">
23 <number>0</number>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>Default interface</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <layout class="QHBoxLayout" name="horizontalLayout">
35 <item>
36 <spacer name="defaultInterfaceSpacer">
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="sizeType">
41 <enum>QSizePolicy::Fixed</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>18</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 <item>
52 <widget class="QComboBox" name="defaultInterfaceComboBox">
53 <property name="editable">
54 <bool>true</bool>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item>
61 <widget class="QCheckBox" name="capturePromModeCheckBox">
62 <property name="toolTip">
63 <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>
64 </property>
65 <property name="text">
66 <string>Capture packets in promiscuous mode</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QCheckBox" name="capturePcapNgCheckBox">
72 <property name="toolTip">
73 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Capture packets in the next-generation capture file format.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
74 </property>
75 <property name="text">
76 <string>Capture packets in pcap-ng format</string>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <widget class="QCheckBox" name="captureRealTimeCheckBox">
82 <property name="toolTip">
83 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Update the list of packets while capture is in progress. This can result in dropped packets on high-speed networks.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
84 </property>
85 <property name="text">
86 <string>Update list of packets in real time</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QCheckBox" name="captureAutoScrollCheckBox">
92 <property name="toolTip">
93 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Keep the packet list scrolled to the bottom while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
94 </property>
95 <property name="text">
96 <string>Automatic scrolling in live capture</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <widget class="QCheckBox" name="captureShowInfoCheckBox">
102 <property name="toolTip">
103 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show the capture summary dialog while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
104 </property>
105 <property name="text">
106 <string>Show the capture summary dialog while capturing</string>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <spacer name="verticalSpacer">
112 <property name="orientation">
113 <enum>Qt::Vertical</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>20</width>
118 <height>3</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 </layout>
124 </widget>
125 <resources/>
126 <connections/>
127 </ui>