Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / ui / qt / bluetooth_device_dialog.ui
blobfcc7d093624b3239b3149125709d9f59214bf7e2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BluetoothDeviceDialog</class>
4 <widget class="QDialog" name="BluetoothDeviceDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>544</width>
10 <height>679</height>
11 </rect>
12 </property>
13 <property name="baseSize">
14 <size>
15 <width>0</width>
16 <height>0</height>
17 </size>
18 </property>
19 <property name="contextMenuPolicy">
20 <enum>Qt::CustomContextMenu</enum>
21 </property>
22 <property name="windowTitle">
23 <string>Bluetooth Device</string>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QTableWidget" name="tableWidget">
28 <property name="contextMenuPolicy">
29 <enum>Qt::CustomContextMenu</enum>
30 </property>
31 <property name="horizontalScrollBarPolicy">
32 <enum>Qt::ScrollBarAsNeeded</enum>
33 </property>
34 <property name="editTriggers">
35 <set>QAbstractItemView::NoEditTriggers</set>
36 </property>
37 <property name="dragDropOverwriteMode">
38 <bool>false</bool>
39 </property>
40 <property name="verticalScrollMode">
41 <enum>QAbstractItemView::ScrollPerPixel</enum>
42 </property>
43 <property name="horizontalScrollMode">
44 <enum>QAbstractItemView::ScrollPerPixel</enum>
45 </property>
46 <property name="showGrid">
47 <bool>true</bool>
48 </property>
49 <property name="gridStyle">
50 <enum>Qt::SolidLine</enum>
51 </property>
52 <property name="sortingEnabled">
53 <bool>false</bool>
54 </property>
55 <attribute name="horizontalHeaderDefaultSectionSize">
56 <number>100</number>
57 </attribute>
58 <attribute name="horizontalHeaderHighlightSections">
59 <bool>true</bool>
60 </attribute>
61 <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
62 <bool>false</bool>
63 </attribute>
64 <attribute name="horizontalHeaderStretchLastSection">
65 <bool>false</bool>
66 </attribute>
67 <attribute name="verticalHeaderCascadingSectionResizes">
68 <bool>false</bool>
69 </attribute>
70 <attribute name="verticalHeaderStretchLastSection">
71 <bool>false</bool>
72 </attribute>
73 <row>
74 <property name="text">
75 <string>BD_ADDR</string>
76 </property>
77 </row>
78 <row>
79 <property name="text">
80 <string>OUI</string>
81 </property>
82 </row>
83 <row>
84 <property name="text">
85 <string>Name</string>
86 </property>
87 </row>
88 <row>
89 <property name="text">
90 <string>Class of Device</string>
91 </property>
92 </row>
93 <row>
94 <property name="text">
95 <string>LMP Version</string>
96 </property>
97 </row>
98 <row>
99 <property name="text">
100 <string>LMP Subversion</string>
101 </property>
102 </row>
103 <row>
104 <property name="text">
105 <string>Manufacturer</string>
106 </property>
107 </row>
108 <row>
109 <property name="text">
110 <string>HCI Version</string>
111 </property>
112 </row>
113 <row>
114 <property name="text">
115 <string>HCI Revision</string>
116 </property>
117 </row>
118 <row>
119 <property name="text">
120 <string>Scan</string>
121 </property>
122 </row>
123 <row>
124 <property name="text">
125 <string>Authentication</string>
126 </property>
127 </row>
128 <row>
129 <property name="text">
130 <string>Encryption</string>
131 </property>
132 </row>
133 <row>
134 <property name="text">
135 <string>ACL MTU</string>
136 </property>
137 </row>
138 <row>
139 <property name="text">
140 <string>ACL Total Packets</string>
141 </property>
142 </row>
143 <row>
144 <property name="text">
145 <string>SCO MTU</string>
146 </property>
147 </row>
148 <row>
149 <property name="text">
150 <string>SCO Total Packets</string>
151 </property>
152 </row>
153 <row>
154 <property name="text">
155 <string>LE ACL MTU</string>
156 </property>
157 </row>
158 <row>
159 <property name="text">
160 <string>LE ACL Total Packets</string>
161 </property>
162 </row>
163 <row>
164 <property name="text">
165 <string>LE ISO MTU</string>
166 </property>
167 </row>
168 <row>
169 <property name="text">
170 <string>LE ISO Total Packets</string>
171 </property>
172 </row>
173 <row>
174 <property name="text">
175 <string>Inquiry Mode</string>
176 </property>
177 </row>
178 <row>
179 <property name="text">
180 <string>Page Timeout</string>
181 </property>
182 </row>
183 <row>
184 <property name="text">
185 <string>Simple Pairing Mode</string>
186 </property>
187 </row>
188 <row>
189 <property name="text">
190 <string>Voice Setting</string>
191 </property>
192 </row>
193 <column>
194 <property name="text">
195 <string>Value</string>
196 </property>
197 </column>
198 <column>
199 <property name="text">
200 <string>Changes</string>
201 </property>
202 </column>
203 <item row="0" column="1">
204 <property name="text">
205 <string/>
206 </property>
207 </item>
208 </widget>
209 </item>
210 <item>
211 <widget class="QLabel" name="hintLabel">
212 <property name="text">
213 <string>%1 changes</string>
214 </property>
215 </widget>
216 </item>
217 <item>
218 <widget class="QDialogButtonBox" name="buttonBox">
219 <property name="orientation">
220 <enum>Qt::Horizontal</enum>
221 </property>
222 <property name="standardButtons">
223 <set>QDialogButtonBox::Close</set>
224 </property>
225 </widget>
226 </item>
227 </layout>
228 <action name="actionCopy_Cell">
229 <property name="text">
230 <string>Copy Cell</string>
231 </property>
232 </action>
233 <action name="actionCopy_Rows">
234 <property name="text">
235 <string>Copy Rows</string>
236 </property>
237 </action>
238 <action name="actionCopy_All">
239 <property name="text">
240 <string>Copy All</string>
241 </property>
242 </action>
243 <action name="actionSave_as_image">
244 <property name="text">
245 <string>Save as image</string>
246 </property>
247 </action>
248 <action name="actionMark_Unmark_Row">
249 <property name="text">
250 <string>Mark/Unmark Row</string>
251 </property>
252 <property name="toolTip">
253 <string>Mark/Unmark Row</string>
254 </property>
255 <property name="shortcut">
256 <string>Ctrl+M</string>
257 </property>
258 </action>
259 <action name="actionMark_Unmark_Cell">
260 <property name="text">
261 <string>Mark/Unmark Cell</string>
262 </property>
263 </action>
264 </widget>
265 <resources/>
266 <connections>
267 <connection>
268 <sender>buttonBox</sender>
269 <signal>accepted()</signal>
270 <receiver>BluetoothDeviceDialog</receiver>
271 <slot>accept()</slot>
272 <hints>
273 <hint type="sourcelabel">
274 <x>374</x>
275 <y>407</y>
276 </hint>
277 <hint type="destinationlabel">
278 <x>374</x>
279 <y>214</y>
280 </hint>
281 </hints>
282 </connection>
283 <connection>
284 <sender>buttonBox</sender>
285 <signal>rejected()</signal>
286 <receiver>BluetoothDeviceDialog</receiver>
287 <slot>reject()</slot>
288 <hints>
289 <hint type="sourcelabel">
290 <x>374</x>
291 <y>407</y>
292 </hint>
293 <hint type="destinationlabel">
294 <x>374</x>
295 <y>214</y>
296 </hint>
297 </hints>
298 </connection>
299 </connections>
300 </ui>