Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / dissector_tables_dialog.ui
blob5eef954586479e378d361e30f3fa4d2c03064037
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DissectorTablesDialog</class>
4 <widget class="QDialog" name="DissectorTablesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>351</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>Search:</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QLineEdit" name="txtSearchLine"/>
28 </item>
29 </layout>
30 </item>
31 <item>
32 <widget class="DissectorTablesTreeView" name="tableTree">
33 <property name="uniformRowHeights">
34 <bool>true</bool>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QDialogButtonBox" name="buttonBox">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="standardButtons">
44 <set>QDialogButtonBox::Close</set>
45 </property>
46 </widget>
47 </item>
48 </layout>
49 </widget>
50 <customwidgets>
51 <customwidget>
52 <class>DissectorTablesTreeView</class>
53 <extends>QTreeView</extends>
54 <header>widgets/dissector_tables_view.h</header>
55 </customwidget>
56 </customwidgets>
57 <resources/>
58 <connections>
59 <connection>
60 <sender>buttonBox</sender>
61 <signal>accepted()</signal>
62 <receiver>DissectorTablesDialog</receiver>
63 <slot>accept()</slot>
64 <hints>
65 <hint type="sourcelabel">
66 <x>248</x>
67 <y>254</y>
68 </hint>
69 <hint type="destinationlabel">
70 <x>157</x>
71 <y>274</y>
72 </hint>
73 </hints>
74 </connection>
75 <connection>
76 <sender>buttonBox</sender>
77 <signal>rejected()</signal>
78 <receiver>DissectorTablesDialog</receiver>
79 <slot>reject()</slot>
80 <hints>
81 <hint type="sourcelabel">
82 <x>316</x>
83 <y>260</y>
84 </hint>
85 <hint type="destinationlabel">
86 <x>286</x>
87 <y>274</y>
88 </hint>
89 </hints>
90 </connection>
91 </connections>
92 </ui>