Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / compiled_filter_output.ui
blob0554e8222a401013ae40118f903b8ca94aaa63e2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CompiledFilterOutput</class>
4 <widget class="QDialog" name="CompiledFilterOutput">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>654</width>
10 <height>380</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Compiled Filter Output</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,5">
19 <item>
20 <widget class="QListWidget" name="interfaceList">
21 <property name="editTriggers">
22 <set>QAbstractItemView::NoEditTriggers</set>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QTextBrowser" name="filterList"/>
28 </item>
29 </layout>
30 </item>
31 <item>
32 <widget class="QDialogButtonBox" name="buttonBox">
33 <property name="orientation">
34 <enum>Qt::Horizontal</enum>
35 </property>
36 <property name="standardButtons">
37 <set>QDialogButtonBox::Close</set>
38 </property>
39 <property name="centerButtons">
40 <bool>false</bool>
41 </property>
42 </widget>
43 </item>
44 </layout>
45 </widget>
46 <connections>
47 <connection>
48 <sender>buttonBox</sender>
49 <signal>accepted()</signal>
50 <receiver>CompiledFilterOutput</receiver>
51 <slot>accept()</slot>
52 <hints>
53 <hint type="sourcelabel">
54 <x>248</x>
55 <y>254</y>
56 </hint>
57 <hint type="destinationlabel">
58 <x>157</x>
59 <y>274</y>
60 </hint>
61 </hints>
62 </connection>
63 <connection>
64 <sender>buttonBox</sender>
65 <signal>rejected()</signal>
66 <receiver>CompiledFilterOutput</receiver>
67 <slot>reject()</slot>
68 <hints>
69 <hint type="sourcelabel">
70 <x>316</x>
71 <y>260</y>
72 </hint>
73 <hint type="destinationlabel">
74 <x>286</x>
75 <y>274</y>
76 </hint>
77 </hints>
78 </connection>
79 </connections>
80 </ui>