Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / enabled_protocols_dialog.ui
blob5c81c3d33cb6391f1c26735564bc9753c32832ac
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EnabledProtocolsDialog</class>
4 <widget class="QDialog" name="EnabledProtocolsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>987</width>
10 <height>595</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_2">
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="search_line_edit_"/>
28 </item>
29 <item>
30 <widget class="QComboBox" name="cmbSearchType"/>
31 </item>
32 <item>
33 <widget class="QLabel" name="label_2">
34 <property name="text">
35 <string>in</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QComboBox" name="cmbProtocolType"/>
41 </item>
42 </layout>
43 </item>
44 <item>
45 <widget class="QTreeView" name="protocol_tree_">
46 <property name="sortingEnabled">
47 <bool>true</bool>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QLabel" name="disable_notice_text_">
53 <property name="text">
54 <string>&lt;small&gt;&lt;i&gt;Disabling a protocol prevents higher layer protocols from being displayed&lt;/i&gt;&lt;/small&gt;</string>
55 </property>
56 <property name="alignment">
57 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <layout class="QHBoxLayout" name="horizontalLayout">
63 <item>
64 <widget class="QPushButton" name="enable_all_button_">
65 <property name="text">
66 <string>Enable All</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QPushButton" name="disable_all_button_">
72 <property name="text">
73 <string>Disable All</string>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QPushButton" name="invert_button_">
79 <property name="text">
80 <string>Invert</string>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <spacer name="horizontalSpacer">
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="sizeHint" stdset="0">
90 <size>
91 <width>40</width>
92 <height>20</height>
93 </size>
94 </property>
95 </spacer>
96 </item>
97 </layout>
98 </item>
99 <item>
100 <widget class="QDialogButtonBox" name="buttonBox">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="standardButtons">
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 <resources/>
112 <connections>
113 <connection>
114 <sender>buttonBox</sender>
115 <signal>accepted()</signal>
116 <receiver>EnabledProtocolsDialog</receiver>
117 <slot>accept()</slot>
118 <hints>
119 <hint type="sourcelabel">
120 <x>6</x>
121 <y>559</y>
122 </hint>
123 <hint type="destinationlabel">
124 <x>157</x>
125 <y>274</y>
126 </hint>
127 </hints>
128 </connection>
129 <connection>
130 <sender>buttonBox</sender>
131 <signal>rejected()</signal>
132 <receiver>EnabledProtocolsDialog</receiver>
133 <slot>reject()</slot>
134 <hints>
135 <hint type="sourcelabel">
136 <x>32</x>
137 <y>559</y>
138 </hint>
139 <hint type="destinationlabel">
140 <x>286</x>
141 <y>274</y>
142 </hint>
143 </hints>
144 </connection>
145 </connections>
146 </ui>