1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>RtpAnalysisDialog
</class>
4 <widget class=
"QDialog" name=
"RtpAnalysisDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dialog
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout_3">
18 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
20 <widget class=
"QTabWidget" name=
"tabWidget">
21 <property name=
"currentIndex">
24 <widget class=
"QWidget" name=
"graphTab">
25 <attribute name=
"title">
26 <string>Graph
</string>
28 <layout class=
"QVBoxLayout" name=
"verticalLayout_2" stretch=
"1,0">
30 <widget class=
"QCustomPlot" name=
"streamGraph" native=
"true"/>
33 <widget class=
"QScrollArea" name=
"scrollarea">
34 <property name=
"minimumSize">
40 <property name=
"horizontalScrollBarPolicy">
41 <enum>Qt::ScrollBarAlwaysOff
</enum>
43 <property name=
"widgetResizable">
46 <widget class=
"QWidget" name=
"qwidget">
47 <property name=
"geometry">
55 <layout class=
"QVBoxLayout" name=
"layout"/>
66 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2" stretch=
"1,0">
68 <widget class=
"QLabel" name=
"hintLabel">
69 <property name=
"text">
70 <string><small
><i
>A hint.
</i
></small
></string>
72 <property name=
"wordWrap">
78 <widget class=
"ProgressFrame" name=
"progressFrame">
79 <property name=
"frameShape">
80 <enum>QFrame::NoFrame
</enum>
82 <property name=
"frameShadow">
83 <enum>QFrame::Plain
</enum>
90 <widget class=
"QDialogButtonBox" name=
"buttonBox">
91 <property name=
"orientation">
92 <enum>Qt::Horizontal
</enum>
94 <property name=
"standardButtons">
95 <set>QDialogButtonBox::Close|QDialogButtonBox::Help
</set>
100 <action name=
"actionExportButton">
101 <property name=
"text">
102 <string>&Export
</string>
104 <property name=
"toolTip">
105 <string>Open export menu
</string>
108 <action name=
"actionSaveCsv">
109 <property name=
"text">
112 <property name=
"toolTip">
113 <string>Save tables as CSV.
</string>
116 <action name=
"actionSaveOneCsv">
117 <property name=
"text">
118 <string>Current Tab Stream CSV
</string>
120 <property name=
"toolTip">
121 <string>Save the table on the current tab as CSV.
</string>
124 <action name=
"actionSaveAllCsv">
125 <property name=
"text">
126 <string>All Tab Streams CSV
</string>
128 <property name=
"toolTip">
129 <string>Save the table from all tabs as CSV.
</string>
132 <action name=
"actionSaveGraph">
133 <property name=
"text">
134 <string>Save Graph
</string>
136 <property name=
"toolTip">
137 <string>Save the graph image.
</string>
140 <action name=
"actionGoToPacket">
141 <property name=
"text">
142 <string>Go to Packet
</string>
144 <property name=
"toolTip">
145 <string>Select the corresponding packet in the packet list.
</string>
147 <property name=
"shortcut">
151 <action name=
"actionNextProblem">
152 <property name=
"text">
153 <string>Next Problem Packet
</string>
155 <property name=
"toolTip">
156 <string>Go to the next problem packet
</string>
158 <property name=
"shortcut">
162 <action name=
"actionPrepareButton">
163 <property name=
"text">
164 <string>Prepare
&Filter
</string>
166 <property name=
"toolTip">
167 <string>Prepare a filter matching the selected stream(s).
</string>
170 <widget class=
"QMenu" name=
"menuPrepareFilter">
171 <property name=
"title">
172 <string>Prepare
&Filter
</string>
174 <property name=
"toolTipsVisible">
177 <addaction name=
"actionPrepareFilterOne"/>
178 <addaction name=
"actionPrepareFilterAll"/>
180 <action name=
"actionPrepareFilterOne">
181 <property name=
"text">
182 <string>&Current Tab
</string>
184 <property name=
"toolTip">
185 <string>Prepare a filter matching current tab.
</string>
188 <action name=
"actionPrepareFilterAll">
189 <property name=
"text">
190 <string>&All Tabs
</string>
192 <property name=
"toolTip">
193 <string>Prepare a filter matching all tabs.
</string>
199 <class>QCustomPlot
</class>
200 <extends>QWidget
</extends>
201 <header>widgets/qcustomplot.h
</header>
202 <container>1</container>
205 <class>ProgressFrame
</class>
206 <extends>QFrame
</extends>
207 <header>progress_frame.h
</header>
208 <container>1</container>
214 <sender>buttonBox
</sender>
215 <signal>accepted()
</signal>
216 <receiver>RtpAnalysisDialog
</receiver>
217 <slot>accept()
</slot>
219 <hint type=
"sourcelabel">
223 <hint type=
"destinationlabel">
230 <sender>buttonBox
</sender>
231 <signal>rejected()
</signal>
232 <receiver>RtpAnalysisDialog
</receiver>
233 <slot>reject()
</slot>
235 <hint type=
"sourcelabel">
239 <hint type=
"destinationlabel">