1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>RtpStreamDialog
</class>
4 <widget class=
"QDialog" name=
"RtpStreamDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dialog
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QTreeWidget" name=
"streamTreeWidget">
19 <property name=
"selectionMode">
20 <enum>QAbstractItemView::MultiSelection
</enum>
22 <property name=
"textElideMode">
23 <enum>Qt::ElideMiddle
</enum>
25 <property name=
"rootIsDecorated">
28 <property name=
"uniformRowHeights">
31 <property name=
"itemsExpandable">
34 <property name=
"sortingEnabled">
37 <property name=
"expandsOnDoubleClick">
40 <attribute name=
"headerDefaultSectionSize">
44 <property name=
"text">
45 <string>Source Address
</string>
49 <property name=
"text">
50 <string>Source Port
</string>
54 <property name=
"text">
55 <string>Destination Address
</string>
59 <property name=
"text">
60 <string>Destination Port
</string>
64 <property name=
"text">
69 <property name=
"text">
70 <string>Start Time
</string>
74 <property name=
"text">
75 <string>Duration
</string>
79 <property name=
"text">
80 <string>Payload
</string>
84 <property name=
"text">
85 <string>Packets
</string>
89 <property name=
"text">
94 <property name=
"text">
95 <string>Min Delta (ms)
</string>
99 <property name=
"text">
100 <string>Mean Delta (ms)
</string>
104 <property name=
"text">
105 <string>Max Delta (ms)
</string>
109 <property name=
"text">
110 <string>Min Jitter
</string>
114 <property name=
"text">
115 <string>Mean Jitter
</string>
119 <property name=
"text">
120 <string>Max Jitter
</string>
124 <property name=
"text">
125 <string>Status
</string>
131 <widget class=
"QLabel" name=
"hintLabel">
132 <property name=
"text">
133 <string><small
><i
>A hint.
</i
></small
></string>
135 <property name=
"wordWrap">
141 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
143 <widget class=
"QCheckBox" name=
"displayFilterCheckBox">
144 <property name=
"toolTip">
145 <string><html
><head/
><body
><p
>Only show conversations matching the current display filter
</p
></body
></html
></string>
147 <property name=
"text">
148 <string>Limit to display filter
</string>
153 <widget class=
"QCheckBox" name=
"todCheckBox">
154 <property name=
"text">
155 <string>Time of Day
</string>
160 <spacer name=
"horizontalSpacer">
161 <property name=
"orientation">
162 <enum>Qt::Horizontal
</enum>
164 <property name=
"sizeHint" stdset=
"0">
175 <widget class=
"QDialogButtonBox" name=
"buttonBox">
176 <property name=
"orientation">
177 <enum>Qt::Horizontal
</enum>
179 <property name=
"standardButtons">
180 <set>QDialogButtonBox::Close|QDialogButtonBox::Help
</set>
185 <action name=
"actionFindReverse">
186 <property name=
"text">
187 <string>Find
&Reverse
</string>
189 <property name=
"toolTip">
190 <string>All forward/reverse stream actions
</string>
193 <action name=
"actionFindReverseNormal">
194 <property name=
"text">
195 <string>Find
&Reverse
</string>
197 <property name=
"toolTip">
198 <string>Find the reverse stream matching the selected forward stream.
</string>
200 <property name=
"shortcut">
204 <action name=
"actionFindReversePair">
205 <property name=
"text">
206 <string>Find All
&Pairs
</string>
208 <property name=
"toolTip">
209 <string>Select all streams which are paired in forward/reverse relation
</string>
211 <property name=
"shortcut">
212 <string>Shift+R
</string>
215 <action name=
"actionFindReverseSingle">
216 <property name=
"text">
217 <string>Find Only
&Singles
</string>
219 <property name=
"toolTip">
220 <string>Find all streams which don't have paired reverse stream
</string>
222 <property name=
"shortcut">
223 <string>Ctrl+R
</string>
226 <widget class=
"QMenu" name=
"menuFindReverse">
227 <property name=
"title">
228 <string>Find
&Reverse
</string>
230 <property name=
"toolTipsVisible">
233 <addaction name=
"actionFindReverseNormal"/>
234 <addaction name=
"actionFindReversePair"/>
235 <addaction name=
"actionFindReverseSingle"/>
237 <action name=
"actionMarkPackets">
238 <property name=
"text">
239 <string>Mark Packets
</string>
241 <property name=
"toolTip">
242 <string>Mark the packets of the selected stream(s).
</string>
244 <property name=
"shortcut">
248 <widget class=
"QMenu" name=
"menuSelect">
249 <property name=
"title">
250 <string>Select
</string>
252 <property name=
"toolTipsVisible">
255 <addaction name=
"actionSelectAll"/>
256 <addaction name=
"actionSelectNone"/>
257 <addaction name=
"actionSelectInvert"/>
259 <action name=
"actionSelectAll">
260 <property name=
"text">
263 <property name=
"toolTip">
264 <string>Select all
</string>
266 <property name=
"shortcut">
267 <string notr=
"true">Ctrl+A
</string>
270 <action name=
"actionSelectNone">
271 <property name=
"text">
272 <string>None
</string>
274 <property name=
"toolTip">
275 <string>Clear selection
</string>
277 <property name=
"shortcut">
278 <string notr=
"true">Ctrl+Shift+A
</string>
281 <action name=
"actionSelectInvert">
282 <property name=
"text">
283 <string>Invert
</string>
285 <property name=
"toolTip">
286 <string>Invert selection
</string>
288 <property name=
"shortcut">
289 <string notr=
"true">Ctrl+I
</string>
292 <action name=
"actionGoToSetup">
293 <property name=
"text">
294 <string>Go To Setup
</string>
296 <property name=
"toolTip">
297 <string>Go to the setup packet for this stream.
</string>
299 <property name=
"shortcut">
303 <action name=
"actionPrepareFilter">
304 <property name=
"text">
305 <string>Prepare
&Filter
</string>
307 <property name=
"toolTip">
308 <string>Prepare a filter matching the selected stream(s).
</string>
310 <property name=
"shortcut">
314 <action name=
"actionExportAsRtpDump">
315 <property name=
"text">
316 <string>&Export
</string>
318 <property name=
"toolTip">
319 <string>Export the stream payload as rtpdump
</string>
321 <property name=
"shortcut">
325 <action name=
"actionAnalyze">
326 <property name=
"text">
327 <string>&Analyze
</string>
329 <property name=
"toolTip">
330 <string>Open the analysis window for the selected stream(s) and add it to it
</string>
332 <property name=
"shortcut">
336 <action name=
"actionCopyButton">
337 <property name=
"text">
338 <string>Cop
&y
</string>
340 <property name=
"toolTip">
341 <string>Open copy menu
</string>
344 <action name=
"actionCopyAsCsv">
345 <property name=
"text">
346 <string>Copy as CSV
</string>
348 <property name=
"toolTip">
349 <string>Copy stream list as CSV.
</string>
352 <action name=
"actionCopyAsYaml">
353 <property name=
"text">
354 <string>Copy as YAML
</string>
356 <property name=
"toolTip">
357 <string>Copy stream list as YAML.
</string>
364 <sender>buttonBox
</sender>
365 <signal>accepted()
</signal>
366 <receiver>RtpStreamDialog
</receiver>
367 <slot>accept()
</slot>
369 <hint type=
"sourcelabel">
373 <hint type=
"destinationlabel">
380 <sender>buttonBox
</sender>
381 <signal>rejected()
</signal>
382 <receiver>RtpStreamDialog
</receiver>
383 <slot>reject()
</slot>
385 <hint type=
"sourcelabel">
389 <hint type=
"destinationlabel">