Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / decode_as_dialog.ui
blob795a3beb966fb037a4910a0eeee1f2462af02936
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DecodeAsDialog</class>
4 <widget class="QDialog" name="DecodeAsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>750</width>
10 <height>460</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item>
15 <widget class="TabnavTreeView" name="decodeAsTreeView">
16 <property name="indentation">
17 <number>0</number>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,1">
23 <item>
24 <widget class="StockIconToolButton" name="newToolButton">
25 <property name="toolTip">
26 <string>Change the dissection behavior for a protocol.</string>
27 </property>
28 <property name="text">
29 <string/>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="StockIconToolButton" name="deleteToolButton">
35 <property name="enabled">
36 <bool>false</bool>
37 </property>
38 <property name="toolTip">
39 <string>Remove this dissection behavior.</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="StockIconToolButton" name="copyToolButton">
45 <property name="toolTip">
46 <string>Copy this dissection behavior.</string>
47 </property>
48 <property name="text">
49 <string/>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="StockIconToolButton" name="clearToolButton">
55 <property name="enabled">
56 <bool>false</bool>
57 </property>
58 <property name="toolTip">
59 <string>Clear all dissection behaviors.</string>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <spacer name="horizontalSpacer">
65 <property name="orientation">
66 <enum>Qt::Horizontal</enum>
67 </property>
68 <property name="sizeHint" stdset="0">
69 <size>
70 <width>40</width>
71 <height>20</height>
72 </size>
73 </property>
74 </spacer>
75 </item>
76 <item>
77 <widget class="ElidedLabel" name="pathLabel">
78 <property name="sizePolicy">
79 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
80 <horstretch>1</horstretch>
81 <verstretch>0</verstretch>
82 </sizepolicy>
83 </property>
84 <property name="text">
85 <string/>
86 </property>
87 <property name="alignment">
88 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
89 </property>
90 <property name="openExternalLinks">
91 <bool>true</bool>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </item>
97 <item>
98 <widget class="QDialogButtonBox" name="buttonBox">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
101 </property>
102 <property name="standardButtons">
103 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok|QDialogButtonBox::Save</set>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </widget>
109 <customwidgets>
110 <customwidget>
111 <class>ElidedLabel</class>
112 <extends>QLabel</extends>
113 <header>widgets/elided_label.h</header>
114 </customwidget>
115 <customwidget>
116 <class>TabnavTreeView</class>
117 <extends>QTreeView</extends>
118 <header>widgets/tabnav_tree_view.h</header>
119 </customwidget>
120 <customwidget>
121 <class>StockIconToolButton</class>
122 <extends>QToolButton</extends>
123 <header>widgets/stock_icon_tool_button.h</header>
124 </customwidget>
125 </customwidgets>
126 <resources/>
127 <connections>
128 <connection>
129 <sender>buttonBox</sender>
130 <signal>accepted()</signal>
131 <receiver>DecodeAsDialog</receiver>
132 <slot>accept()</slot>
133 <hints>
134 <hint type="sourcelabel">
135 <x>248</x>
136 <y>254</y>
137 </hint>
138 <hint type="destinationlabel">
139 <x>157</x>
140 <y>274</y>
141 </hint>
142 </hints>
143 </connection>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>rejected()</signal>
147 <receiver>DecodeAsDialog</receiver>
148 <slot>reject()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>316</x>
152 <y>260</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>286</x>
156 <y>274</y>
157 </hint>
158 </hints>
159 </connection>
160 </connections>
161 </ui>