Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / supported_protocols_dialog.ui
blobdeb34ef753bdbb94b6d7e1f60e8f192f440d47a6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SupportedProtocolsDialog</class>
4 <widget class="QDialog" name="SupportedProtocolsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>640</width>
10 <height>540</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTreeView" name="supportedProtocolsTreeView">
19 </widget>
20 </item>
21 <item>
22 <layout class="QHBoxLayout" name="horizontalLayout">
23 <item>
24 <widget class="QLabel" name="searchLabel">
25 <property name="toolTip">
26 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search the list of field names.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
27 </property>
28 <property name="text">
29 <string>Search:</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QLineEdit" name="searchLineEdit"/>
35 </item>
36 <item>
37 <spacer name="horizontalSpacer">
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
40 </property>
41 <property name="sizeHint" stdset="0">
42 <size>
43 <width>40</width>
44 <height>20</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 </layout>
50 </item>
51 <item>
52 <widget class="QLabel" name="hintLabel">
53 <property name="text">
54 <string>&lt;small&gt;&lt;i&gt;Gathering protocol information…&lt;/i&gt;&lt;/small&gt;</string>
55 </property>
56 <property name="wordWrap">
57 <bool>true</bool>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QDialogButtonBox" name="buttonBox">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="standardButtons">
67 <set>QDialogButtonBox::Close</set>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </widget>
73 <resources/>
74 <connections>
75 <connection>
76 <sender>buttonBox</sender>
77 <signal>accepted()</signal>
78 <receiver>SupportedProtocolsDialog</receiver>
79 <slot>accept()</slot>
80 <hints>
81 <hint type="sourcelabel">
82 <x>248</x>
83 <y>254</y>
84 </hint>
85 <hint type="destinationlabel">
86 <x>157</x>
87 <y>274</y>
88 </hint>
89 </hints>
90 </connection>
91 <connection>
92 <sender>buttonBox</sender>
93 <signal>rejected()</signal>
94 <receiver>SupportedProtocolsDialog</receiver>
95 <slot>reject()</slot>
96 <hints>
97 <hint type="sourcelabel">
98 <x>316</x>
99 <y>260</y>
100 </hint>
101 <hint type="destinationlabel">
102 <x>286</x>
103 <y>274</y>
104 </hint>
105 </hints>
106 </connection>
107 </connections>
108 </ui>