Rename the search type menu items to more accurately reflect what we're
[metze/wireshark/wip.git] / ui / qt / search_frame.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SearchFrame</class>
4  <widget class="QFrame" name="SearchFrame">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1026</width>
10     <height>30</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   <property name="lineWidth">
23    <number>0</number>
24   </property>
25   <layout class="QHBoxLayout" name="horizontalLayout">
26    <property name="topMargin">
27     <number>0</number>
28    </property>
29    <property name="bottomMargin">
30     <number>0</number>
31    </property>
32    <item>
33     <widget class="QComboBox" name="searchInComboBox">
34      <property name="toolTip">
35       <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>
36      </property>
37      <item>
38       <property name="text">
39        <string>Packet list</string>
40       </property>
41      </item>
42      <item>
43       <property name="text">
44        <string>Packet details</string>
45       </property>
46      </item>
47      <item>
48       <property name="text">
49        <string>Packet bytes</string>
50       </property>
51      </item>
52     </widget>
53    </item>
54    <item>
55     <spacer name="horizontalSpacer_2">
56      <property name="orientation">
57       <enum>Qt::Horizontal</enum>
58      </property>
59      <property name="sizeHint" stdset="0">
60       <size>
61        <width>40</width>
62        <height>5</height>
63       </size>
64      </property>
65     </spacer>
66    </item>
67    <item>
68     <widget class="QComboBox" name="charEncodingComboBox">
69      <property name="toolTip">
70       <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>
71      </property>
72      <item>
73       <property name="text">
74        <string>Narrow &amp; Wide</string>
75       </property>
76      </item>
77      <item>
78       <property name="text">
79        <string>Narrow (UTF-8 / ASCII)</string>
80       </property>
81      </item>
82      <item>
83       <property name="text">
84        <string>Wide (UTF-16)</string>
85       </property>
86      </item>
87     </widget>
88    </item>
89    <item>
90     <widget class="QCheckBox" name="caseCheckBox">
91      <property name="text">
92       <string>Case sensitive</string>
93      </property>
94     </widget>
95    </item>
96    <item>
97     <spacer name="horizontalSpacer">
98      <property name="orientation">
99       <enum>Qt::Horizontal</enum>
100      </property>
101      <property name="sizeHint" stdset="0">
102       <size>
103        <width>40</width>
104        <height>5</height>
105       </size>
106      </property>
107     </spacer>
108    </item>
109    <item>
110     <widget class="QComboBox" name="searchTypeComboBox">
111      <property name="toolTip">
112       <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) or a plain string (e.g. My String).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
113      </property>
114      <item>
115       <property name="text">
116        <string>Display filter</string>
117       </property>
118      </item>
119      <item>
120       <property name="text">
121        <string>Hex value</string>
122       </property>
123      </item>
124      <item>
125       <property name="text">
126        <string>String</string>
127       </property>
128      </item>
129     </widget>
130    </item>
131    <item>
132     <widget class="SyntaxLineEdit" name="searchLineEdit">
133      <property name="sizePolicy">
134       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
135        <horstretch>1</horstretch>
136        <verstretch>0</verstretch>
137       </sizepolicy>
138      </property>
139     </widget>
140    </item>
141    <item>
142     <widget class="QToolButton" name="findButton">
143      <property name="text">
144       <string>Find</string>
145      </property>
146     </widget>
147    </item>
148    <item>
149     <widget class="QToolButton" name="cancelButton">
150      <property name="text">
151       <string>Cancel</string>
152      </property>
153     </widget>
154    </item>
155   </layout>
156  </widget>
157  <customwidgets>
158   <customwidget>
159    <class>SyntaxLineEdit</class>
160    <extends>QLineEdit</extends>
161    <header>syntax_line_edit.h</header>
162   </customwidget>
163  </customwidgets>
164  <resources/>
165  <connections/>
166 </ui>