Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / rtp_analysis_dialog.ui
blob3e7e54d6880273d9deb1a900262aa3be1741aaf6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RtpAnalysisDialog</class>
4 <widget class="QDialog" name="RtpAnalysisDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>475</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QTabWidget" name="tabWidget">
21 <property name="currentIndex">
22 <number>0</number>
23 </property>
24 <widget class="QWidget" name="graphTab">
25 <attribute name="title">
26 <string>Graph</string>
27 </attribute>
28 <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0">
29 <item>
30 <widget class="QCustomPlot" name="streamGraph" native="true"/>
31 </item>
32 <item>
33 <widget class="QScrollArea" name="scrollarea">
34 <property name="minimumSize">
35 <size>
36 <width>0</width>
37 <height>200</height>
38 </size>
39 </property>
40 <property name="horizontalScrollBarPolicy">
41 <enum>Qt::ScrollBarAlwaysOff</enum>
42 </property>
43 <property name="widgetResizable">
44 <bool>true</bool>
45 </property>
46 <widget class="QWidget" name="qwidget">
47 <property name="geometry">
48 <rect>
49 <x>0</x>
50 <y>0</y>
51 <width>606</width>
52 <height>298</height>
53 </rect>
54 </property>
55 <layout class="QVBoxLayout" name="layout"/>
56 </widget>
57 </widget>
58 </item>
59 </layout>
60 </widget>
61 </widget>
62 </item>
63 </layout>
64 </item>
65 <item>
66 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0">
67 <item>
68 <widget class="QLabel" name="hintLabel">
69 <property name="text">
70 <string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
71 </property>
72 <property name="wordWrap">
73 <bool>true</bool>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="ProgressFrame" name="progressFrame">
79 <property name="frameShape">
80 <enum>QFrame::NoFrame</enum>
81 </property>
82 <property name="frameShadow">
83 <enum>QFrame::Plain</enum>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </item>
89 <item>
90 <widget class="QDialogButtonBox" name="buttonBox">
91 <property name="orientation">
92 <enum>Qt::Horizontal</enum>
93 </property>
94 <property name="standardButtons">
95 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 <action name="actionExportButton">
101 <property name="text">
102 <string>&amp;Export</string>
103 </property>
104 <property name="toolTip">
105 <string>Open export menu</string>
106 </property>
107 </action>
108 <action name="actionSaveCsv">
109 <property name="text">
110 <string>CSV</string>
111 </property>
112 <property name="toolTip">
113 <string>Save tables as CSV.</string>
114 </property>
115 </action>
116 <action name="actionSaveOneCsv">
117 <property name="text">
118 <string>Current Tab Stream CSV</string>
119 </property>
120 <property name="toolTip">
121 <string>Save the table on the current tab as CSV.</string>
122 </property>
123 </action>
124 <action name="actionSaveAllCsv">
125 <property name="text">
126 <string>All Tab Streams CSV</string>
127 </property>
128 <property name="toolTip">
129 <string>Save the table from all tabs as CSV.</string>
130 </property>
131 </action>
132 <action name="actionSaveGraph">
133 <property name="text">
134 <string>Save Graph</string>
135 </property>
136 <property name="toolTip">
137 <string>Save the graph image.</string>
138 </property>
139 </action>
140 <action name="actionGoToPacket">
141 <property name="text">
142 <string>Go to Packet</string>
143 </property>
144 <property name="toolTip">
145 <string>Select the corresponding packet in the packet list.</string>
146 </property>
147 <property name="shortcut">
148 <string>G</string>
149 </property>
150 </action>
151 <action name="actionNextProblem">
152 <property name="text">
153 <string>Next Problem Packet</string>
154 </property>
155 <property name="toolTip">
156 <string>Go to the next problem packet</string>
157 </property>
158 <property name="shortcut">
159 <string>N</string>
160 </property>
161 </action>
162 <action name="actionPrepareButton">
163 <property name="text">
164 <string>Prepare &amp;Filter</string>
165 </property>
166 <property name="toolTip">
167 <string>Prepare a filter matching the selected stream(s).</string>
168 </property>
169 </action>
170 <widget class="QMenu" name="menuPrepareFilter">
171 <property name="title">
172 <string>Prepare &amp;Filter</string>
173 </property>
174 <property name="toolTipsVisible">
175 <bool>true</bool>
176 </property>
177 <addaction name="actionPrepareFilterOne"/>
178 <addaction name="actionPrepareFilterAll"/>
179 </widget>
180 <action name="actionPrepareFilterOne">
181 <property name="text">
182 <string>&amp;Current Tab</string>
183 </property>
184 <property name="toolTip">
185 <string>Prepare a filter matching current tab.</string>
186 </property>
187 </action>
188 <action name="actionPrepareFilterAll">
189 <property name="text">
190 <string>&amp;All Tabs</string>
191 </property>
192 <property name="toolTip">
193 <string>Prepare a filter matching all tabs.</string>
194 </property>
195 </action>
196 </widget>
197 <customwidgets>
198 <customwidget>
199 <class>QCustomPlot</class>
200 <extends>QWidget</extends>
201 <header>widgets/qcustomplot.h</header>
202 <container>1</container>
203 </customwidget>
204 <customwidget>
205 <class>ProgressFrame</class>
206 <extends>QFrame</extends>
207 <header>progress_frame.h</header>
208 <container>1</container>
209 </customwidget>
210 </customwidgets>
211 <resources/>
212 <connections>
213 <connection>
214 <sender>buttonBox</sender>
215 <signal>accepted()</signal>
216 <receiver>RtpAnalysisDialog</receiver>
217 <slot>accept()</slot>
218 <hints>
219 <hint type="sourcelabel">
220 <x>248</x>
221 <y>254</y>
222 </hint>
223 <hint type="destinationlabel">
224 <x>157</x>
225 <y>274</y>
226 </hint>
227 </hints>
228 </connection>
229 <connection>
230 <sender>buttonBox</sender>
231 <signal>rejected()</signal>
232 <receiver>RtpAnalysisDialog</receiver>
233 <slot>reject()</slot>
234 <hints>
235 <hint type="sourcelabel">
236 <x>316</x>
237 <y>260</y>
238 </hint>
239 <hint type="destinationlabel">
240 <x>286</x>
241 <y>274</y>
242 </hint>
243 </hints>
244 </connection>
245 </connections>
246 </ui>