Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / bluetooth_devices_dialog.ui
bloba4cfd91be813ceeec4b02fba06e3b5f7d018abe9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BluetoothDevicesDialog</class>
4 <widget class="QDialog" name="BluetoothDevicesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>880</width>
10 <height>477</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="windowTitle">
20 <string>Bluetooth Devices</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <widget class="QTreeWidget" name="tableTreeWidget">
25 <property name="contextMenuPolicy">
26 <enum>Qt::CustomContextMenu</enum>
27 </property>
28 <property name="selectionMode">
29 <enum>QAbstractItemView::ExtendedSelection</enum>
30 </property>
31 <property name="textElideMode">
32 <enum>Qt::ElideMiddle</enum>
33 </property>
34 <property name="rootIsDecorated">
35 <bool>false</bool>
36 </property>
37 <property name="itemsExpandable">
38 <bool>false</bool>
39 </property>
40 <property name="sortingEnabled">
41 <bool>true</bool>
42 </property>
43 <attribute name="headerCascadingSectionResizes">
44 <bool>false</bool>
45 </attribute>
46 <attribute name="headerHighlightSections">
47 <bool>false</bool>
48 </attribute>
49 <attribute name="headerShowSortIndicator" stdset="0">
50 <bool>true</bool>
51 </attribute>
52 <column>
53 <property name="text">
54 <string>BD_ADDR</string>
55 </property>
56 </column>
57 <column>
58 <property name="text">
59 <string>OUI</string>
60 </property>
61 </column>
62 <column>
63 <property name="text">
64 <string>Name</string>
65 </property>
66 </column>
67 <column>
68 <property name="text">
69 <string>LMP Version</string>
70 </property>
71 </column>
72 <column>
73 <property name="text">
74 <string>LMP Subversion</string>
75 </property>
76 </column>
77 <column>
78 <property name="text">
79 <string>Manufacturer</string>
80 </property>
81 </column>
82 <column>
83 <property name="text">
84 <string>HCI Version</string>
85 </property>
86 </column>
87 <column>
88 <property name="text">
89 <string>HCI Revision</string>
90 </property>
91 </column>
92 <column>
93 <property name="text">
94 <string>Is Local Adapter</string>
95 </property>
96 </column>
97 </widget>
98 </item>
99 <item>
100 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
101 <property name="spacing">
102 <number>-1</number>
103 </property>
104 <property name="sizeConstraint">
105 <enum>QLayout::SetDefaultConstraint</enum>
106 </property>
107 <property name="bottomMargin">
108 <number>0</number>
109 </property>
110 <item>
111 <widget class="QComboBox" name="interfaceComboBox">
112 <property name="sizePolicy">
113 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
114 <horstretch>0</horstretch>
115 <verstretch>0</verstretch>
116 </sizepolicy>
117 </property>
118 <property name="minimumSize">
119 <size>
120 <width>350</width>
121 <height>0</height>
122 </size>
123 </property>
124 <item>
125 <property name="text">
126 <string>All Interfaces</string>
127 </property>
128 </item>
129 </widget>
130 </item>
131 <item>
132 <widget class="QCheckBox" name="showInformationStepsCheckBox">
133 <property name="text">
134 <string>Show information steps</string>
135 </property>
136 <property name="checked">
137 <bool>false</bool>
138 </property>
139 </widget>
140 </item>
141 </layout>
142 </item>
143 <item>
144 <widget class="QLabel" name="hintLabel">
145 <property name="text">
146 <string>%1 items; Right click for more option; Double click for device details</string>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <widget class="QDialogButtonBox" name="buttonBox">
152 <property name="orientation">
153 <enum>Qt::Horizontal</enum>
154 </property>
155 <property name="standardButtons">
156 <set>QDialogButtonBox::Close</set>
157 </property>
158 </widget>
159 </item>
160 </layout>
161 <action name="actionCopy_Cell">
162 <property name="text">
163 <string>Copy Cell</string>
164 </property>
165 </action>
166 <action name="actionCopy_Rows">
167 <property name="text">
168 <string>Copy Rows</string>
169 </property>
170 </action>
171 <action name="actionCopy_All">
172 <property name="text">
173 <string>Copy All</string>
174 </property>
175 </action>
176 <action name="actionSave_as_image">
177 <property name="text">
178 <string>Save as image</string>
179 </property>
180 </action>
181 <action name="actionMark_Unmark_Row">
182 <property name="text">
183 <string>Mark/Unmark Row</string>
184 </property>
185 <property name="toolTip">
186 <string>Mark/Unmark Row</string>
187 </property>
188 <property name="shortcut">
189 <string>Ctrl-M</string>
190 </property>
191 </action>
192 <action name="actionMark_Unmark_Cell">
193 <property name="text">
194 <string>Mark/Unmark Cell</string>
195 </property>
196 </action>
197 </widget>
198 <resources/>
199 <connections>
200 <connection>
201 <sender>buttonBox</sender>
202 <signal>accepted()</signal>
203 <receiver>BluetoothDevicesDialog</receiver>
204 <slot>accept()</slot>
205 <hints>
206 <hint type="sourcelabel">
207 <x>374</x>
208 <y>407</y>
209 </hint>
210 <hint type="destinationlabel">
211 <x>374</x>
212 <y>214</y>
213 </hint>
214 </hints>
215 </connection>
216 <connection>
217 <sender>buttonBox</sender>
218 <signal>rejected()</signal>
219 <receiver>BluetoothDevicesDialog</receiver>
220 <slot>reject()</slot>
221 <hints>
222 <hint type="sourcelabel">
223 <x>374</x>
224 <y>407</y>
225 </hint>
226 <hint type="destinationlabel">
227 <x>374</x>
228 <y>214</y>
229 </hint>
230 </hints>
231 </connection>
232 </connections>
233 </ui>