Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / mtp3_summary_dialog.ui
blob168a28417025956467daaa9de7705e4a9692913d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Mtp3SummaryDialog</class>
4 <widget class="QDialog" name="Mtp3SummaryDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>640</width>
10 <height>420</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="QTextEdit" name="summaryTextEdit">
19 <property name="readOnly">
20 <bool>true</bool>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QDialogButtonBox" name="buttonBox">
26 <property name="orientation">
27 <enum>Qt::Horizontal</enum>
28 </property>
29 <property name="standardButtons">
30 <set>QDialogButtonBox::Close</set>
31 </property>
32 </widget>
33 </item>
34 </layout>
35 </widget>
36 <resources/>
37 <connections>
38 <connection>
39 <sender>buttonBox</sender>
40 <signal>accepted()</signal>
41 <receiver>Mtp3SummaryDialog</receiver>
42 <slot>accept()</slot>
43 <hints>
44 <hint type="sourcelabel">
45 <x>248</x>
46 <y>254</y>
47 </hint>
48 <hint type="destinationlabel">
49 <x>157</x>
50 <y>274</y>
51 </hint>
52 </hints>
53 </connection>
54 <connection>
55 <sender>buttonBox</sender>
56 <signal>rejected()</signal>
57 <receiver>Mtp3SummaryDialog</receiver>
58 <slot>reject()</slot>
59 <hints>
60 <hint type="sourcelabel">
61 <x>316</x>
62 <y>260</y>
63 </hint>
64 <hint type="destinationlabel">
65 <x>286</x>
66 <y>274</y>
67 </hint>
68 </hints>
69 </connection>
70 </connections>
71 </ui>