Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / bluetooth_att_server_attributes_dialog.ui
bloba51d3864a9585f922e97d08249882cdc36fdd101
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BluetoothAttServerAttributesDialog</class>
4 <widget class="QDialog" name="BluetoothAttServerAttributesDialog">
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 ATT Server Attributes</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>true</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>Handle</string>
55 </property>
56 </column>
57 <column>
58 <property name="text">
59 <string>UUID</string>
60 </property>
61 </column>
62 <column>
63 <property name="text">
64 <string>UUID Name</string>
65 </property>
66 </column>
67 </widget>
68 </item>
69 <item>
70 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
71 <property name="spacing">
72 <number>-1</number>
73 </property>
74 <property name="sizeConstraint">
75 <enum>QLayout::SetDefaultConstraint</enum>
76 </property>
77 <property name="bottomMargin">
78 <number>0</number>
79 </property>
80 <item>
81 <widget class="QComboBox" name="interfaceComboBox">
82 <property name="sizePolicy">
83 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
84 <horstretch>0</horstretch>
85 <verstretch>0</verstretch>
86 </sizepolicy>
87 </property>
88 <property name="minimumSize">
89 <size>
90 <width>350</width>
91 <height>0</height>
92 </size>
93 </property>
94 <item>
95 <property name="text">
96 <string>All Interfaces</string>
97 </property>
98 </item>
99 </widget>
100 </item>
101 <item>
102 <widget class="QComboBox" name="deviceComboBox">
103 <property name="enabled">
104 <bool>true</bool>
105 </property>
106 <property name="sizePolicy">
107 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
110 </sizepolicy>
111 </property>
112 <property name="minimumSize">
113 <size>
114 <width>325</width>
115 <height>0</height>
116 </size>
117 </property>
118 <property name="baseSize">
119 <size>
120 <width>0</width>
121 <height>0</height>
122 </size>
123 </property>
124 <property name="mouseTracking">
125 <bool>false</bool>
126 </property>
127 <property name="focusPolicy">
128 <enum>Qt::WheelFocus</enum>
129 </property>
130 <property name="acceptDrops">
131 <bool>false</bool>
132 </property>
133 <property name="layoutDirection">
134 <enum>Qt::LeftToRight</enum>
135 </property>
136 <property name="currentIndex">
137 <number>0</number>
138 </property>
139 <property name="duplicatesEnabled">
140 <bool>false</bool>
141 </property>
142 <property name="frame">
143 <bool>true</bool>
144 </property>
145 <property name="modelColumn">
146 <number>0</number>
147 </property>
148 <item>
149 <property name="text">
150 <string>All Devices</string>
151 </property>
152 </item>
153 </widget>
154 </item>
155 <item>
156 <widget class="QCheckBox" name="removeDuplicatesCheckBox">
157 <property name="text">
158 <string>Remove duplicates</string>
159 </property>
160 <property name="checked">
161 <bool>true</bool>
162 </property>
163 </widget>
164 </item>
165 </layout>
166 </item>
167 <item>
168 <widget class="QDialogButtonBox" name="buttonBox">
169 <property name="orientation">
170 <enum>Qt::Horizontal</enum>
171 </property>
172 <property name="standardButtons">
173 <set>QDialogButtonBox::Close</set>
174 </property>
175 </widget>
176 </item>
177 </layout>
178 <action name="actionCopy_Cell">
179 <property name="text">
180 <string>Copy Cell</string>
181 </property>
182 </action>
183 <action name="actionCopy_Rows">
184 <property name="text">
185 <string>Copy Rows</string>
186 </property>
187 </action>
188 <action name="actionCopy_All">
189 <property name="text">
190 <string>Copy All</string>
191 </property>
192 </action>
193 <action name="actionSave_as_image">
194 <property name="text">
195 <string>Save as image</string>
196 </property>
197 </action>
198 <action name="actionMark_Unmark_Row">
199 <property name="text">
200 <string>Mark/Unmark Row</string>
201 </property>
202 <property name="toolTip">
203 <string>Mark/Unmark Row</string>
204 </property>
205 <property name="shortcut">
206 <string>Ctrl-M</string>
207 </property>
208 </action>
209 <action name="actionMark_Unmark_Cell">
210 <property name="text">
211 <string>Mark/Unmark Cell</string>
212 </property>
213 </action>
214 </widget>
215 <resources/>
216 <connections>
217 <connection>
218 <sender>buttonBox</sender>
219 <signal>accepted()</signal>
220 <receiver>BluetoothAttServerAttributesDialog</receiver>
221 <slot>accept()</slot>
222 <hints>
223 <hint type="sourcelabel">
224 <x>374</x>
225 <y>407</y>
226 </hint>
227 <hint type="destinationlabel">
228 <x>374</x>
229 <y>214</y>
230 </hint>
231 </hints>
232 </connection>
233 <connection>
234 <sender>buttonBox</sender>
235 <signal>rejected()</signal>
236 <receiver>BluetoothAttServerAttributesDialog</receiver>
237 <slot>reject()</slot>
238 <hints>
239 <hint type="sourcelabel">
240 <x>374</x>
241 <y>407</y>
242 </hint>
243 <hint type="destinationlabel">
244 <x>374</x>
245 <y>214</y>
246 </hint>
247 </hints>
248 </connection>
249 </connections>
250 </ui>