Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / search_frame.ui
blob0229d6f9f85eb178051d056651f2655366084a4f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SearchFrame</class>
4 <widget class="AccordionFrame" name="SearchFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1026</width>
10 <height>34</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Frame</string>
15 </property>
16 <property name="frameShape">
17 <enum>QFrame::NoFrame</enum>
18 </property>
19 <property name="frameShadow">
20 <enum>QFrame::Plain</enum>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <property name="spacing">
24 <number>4</number>
25 </property>
26 <property name="topMargin">
27 <number>0</number>
28 </property>
29 <property name="bottomMargin">
30 <number>0</number>
31 </property>
32 <item>
33 <layout class="QHBoxLayout" name="horizontalLayout" stretch="3,0,0,0,1,0,0">
34 <property name="topMargin">
35 <number>0</number>
36 </property>
37 <property name="bottomMargin">
38 <number>0</number>
39 </property>
40 <item>
41 <spacer name="horizontalSpacer_3">
42 <property name="orientation">
43 <enum>Qt::Horizontal</enum>
44 </property>
45 <property name="sizeType">
46 <enum>QSizePolicy::Fixed</enum>
47 </property>
48 <property name="sizeHint" stdset="0">
49 <size>
50 <width>40</width>
51 <height>20</height>
52 </size>
53 </property>
54 </spacer>
55 </item>
56 <item>
57 <widget class="QComboBox" name="searchInComboBox">
58 <property name="toolTip">
59 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search the Info column of the packet list (summary pane), decoded packet display labels (tree view pane) or the ASCII-converted packet data (hex view pane).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
60 </property>
61 <item>
62 <property name="text">
63 <string>Packet list</string>
64 </property>
65 </item>
66 <item>
67 <property name="text">
68 <string>Packet details</string>
69 </property>
70 </item>
71 <item>
72 <property name="text">
73 <string>Packet bytes</string>
74 </property>
75 </item>
76 </widget>
77 </item>
78 <item>
79 <spacer name="horizontalSpacer_2">
80 <property name="orientation">
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="sizeHint" stdset="0">
84 <size>
85 <width>20</width>
86 <height>10</height>
87 </size>
88 </property>
89 </spacer>
90 </item>
91 <item>
92 <widget class="QComboBox" name="searchTypeComboBox">
93 <property name="toolTip">
94 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for data using display filter syntax (e.g. ip.addr==10.1.1.1), a hexadecimal string (e.g. fffffda5), a plain string (e.g. My String) or a regular expression (e.g. colou?r).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
95 </property>
96 <item>
97 <property name="text">
98 <string>Display filter</string>
99 </property>
100 </item>
101 <item>
102 <property name="text">
103 <string>Hex value</string>
104 </property>
105 </item>
106 <item>
107 <property name="text">
108 <string>String</string>
109 </property>
110 </item>
111 <item>
112 <property name="text">
113 <string>Regular Expression</string>
114 </property>
115 </item>
116 </widget>
117 </item>
118 <item>
119 <widget class="DisplayFilterEdit" name="searchLineEdit">
120 <property name="sizePolicy">
121 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
122 <horstretch>1</horstretch>
123 <verstretch>0</verstretch>
124 </sizepolicy>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <widget class="QPushButton" name="findButton">
130 <property name="maximumSize">
131 <size>
132 <width>16777215</width>
133 <height>27</height>
134 </size>
135 </property>
136 <property name="text">
137 <string>Find</string>
138 </property>
139 <property name="default">
140 <bool>true</bool>
141 </property>
142 </widget>
143 </item>
144 <item>
145 <widget class="QPushButton" name="cancelButton">
146 <property name="maximumSize">
147 <size>
148 <width>16777215</width>
149 <height>27</height>
150 </size>
151 </property>
152 <property name="text">
153 <string>Cancel</string>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </item>
159 <item>
160 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="3,0,0,0,0,0,0,1">
161 <property name="topMargin">
162 <number>0</number>
163 </property>
164 <property name="bottomMargin">
165 <number>0</number>
166 </property>
167 <item>
168 <spacer name="horizontalSpacer_4">
169 <property name="orientation">
170 <enum>Qt::Horizontal</enum>
171 </property>
172 <property name="sizeType">
173 <enum>QSizePolicy::Fixed</enum>
174 </property>
175 <property name="sizeHint" stdset="0">
176 <size>
177 <width>40</width>
178 <height>20</height>
179 </size>
180 </property>
181 </spacer>
182 </item>
183 <item>
184 <widget class="QLabel" name="optionLabel">
185 <property name="text">
186 <string>&lt;b&gt;Options:&lt;/b&gt;</string>
187 </property>
188 </widget>
189 </item>
190 <item>
191 <widget class="QComboBox" name="charEncodingComboBox">
192 <property name="toolTip">
193 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for strings containing narrow (UTF-8 and ASCII) or wide (UTF-16) characters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
194 </property>
195 <item>
196 <property name="text">
197 <string>Narrow &amp; Wide</string>
198 </property>
199 </item>
200 <item>
201 <property name="text">
202 <string>Narrow (UTF-8 / ASCII)</string>
203 </property>
204 </item>
205 <item>
206 <property name="text">
207 <string>Wide (UTF-16)</string>
208 </property>
209 </item>
210 </widget>
211 </item>
212 <item>
213 <widget class="QCheckBox" name="caseCheckBox">
214 <property name="text">
215 <string>Case sensitive</string>
216 </property>
217 </widget>
218 </item>
219 <item>
220 <spacer name="horizontalSpacer_5">
221 <property name="orientation">
222 <enum>Qt::Horizontal</enum>
223 </property>
224 <property name="sizeHint" stdset="0">
225 <size>
226 <width>20</width>
227 <height>10</height>
228 </size>
229 </property>
230 </spacer>
231 </item>
232 <item>
233 <widget class="QCheckBox" name="dirCheckBox">
234 <property name="text">
235 <string>Backwards</string>
236 </property>
237 </widget>
238 </item>
239 <item>
240 <spacer name="horizontalSpacer_6">
241 <property name="orientation">
242 <enum>Qt::Horizontal</enum>
243 </property>
244 <property name="sizeHint" stdset="0">
245 <size>
246 <width>20</width>
247 <height>10</height>
248 </size>
249 </property>
250 </spacer>
251 </item>
252 <item>
253 <widget class="QCheckBox" name="multipleCheckBox">
254 <property name="toolTip">
255 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for a subsequent occurrence in the current packet before advancing to the next packet.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
256 </property>
257 <property name="text">
258 <string>Multiple occurrences</string>
259 </property>
260 </widget>
261 </item>
262 </layout>
263 </item>
264 </layout>
265 </widget>
266 <customwidgets>
267 <customwidget>
268 <class>AccordionFrame</class>
269 <extends>QFrame</extends>
270 <header>accordion_frame.h</header>
271 <container>1</container>
272 </customwidget>
273 <customwidget>
274 <class>DisplayFilterEdit</class>
275 <extends>QLineEdit</extends>
276 <header>widgets/display_filter_edit.h</header>
277 </customwidget>
278 </customwidgets>
279 <resources/>
280 <connections/>
281 </ui>