update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / rtp_stream_dialog.ui
blob4794c639f464652657457caf2c54a5d05ce65a84
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RtpStreamDialog</class>
4 <widget class="QDialog" name="RtpStreamDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>460</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="QTreeWidget" name="streamTreeWidget">
19 <property name="selectionMode">
20 <enum>QAbstractItemView::MultiSelection</enum>
21 </property>
22 <property name="textElideMode">
23 <enum>Qt::ElideMiddle</enum>
24 </property>
25 <property name="rootIsDecorated">
26 <bool>false</bool>
27 </property>
28 <property name="uniformRowHeights">
29 <bool>true</bool>
30 </property>
31 <property name="itemsExpandable">
32 <bool>false</bool>
33 </property>
34 <property name="sortingEnabled">
35 <bool>true</bool>
36 </property>
37 <property name="expandsOnDoubleClick">
38 <bool>false</bool>
39 </property>
40 <attribute name="headerDefaultSectionSize">
41 <number>50</number>
42 </attribute>
43 <column>
44 <property name="text">
45 <string>Source Address</string>
46 </property>
47 </column>
48 <column>
49 <property name="text">
50 <string>Source Port</string>
51 </property>
52 </column>
53 <column>
54 <property name="text">
55 <string>Destination Address</string>
56 </property>
57 </column>
58 <column>
59 <property name="text">
60 <string>Destination Port</string>
61 </property>
62 </column>
63 <column>
64 <property name="text">
65 <string>SSRC</string>
66 </property>
67 </column>
68 <column>
69 <property name="text">
70 <string>Start Time</string>
71 </property>
72 </column>
73 <column>
74 <property name="text">
75 <string>Duration</string>
76 </property>
77 </column>
78 <column>
79 <property name="text">
80 <string>Payload</string>
81 </property>
82 </column>
83 <column>
84 <property name="text">
85 <string>Packets</string>
86 </property>
87 </column>
88 <column>
89 <property name="text">
90 <string>Lost</string>
91 </property>
92 </column>
93 <column>
94 <property name="text">
95 <string>Min Delta (ms)</string>
96 </property>
97 </column>
98 <column>
99 <property name="text">
100 <string>Mean Delta (ms)</string>
101 </property>
102 </column>
103 <column>
104 <property name="text">
105 <string>Max Delta (ms)</string>
106 </property>
107 </column>
108 <column>
109 <property name="text">
110 <string>Min Jitter</string>
111 </property>
112 </column>
113 <column>
114 <property name="text">
115 <string>Mean Jitter</string>
116 </property>
117 </column>
118 <column>
119 <property name="text">
120 <string>Max Jitter</string>
121 </property>
122 </column>
123 <column>
124 <property name="text">
125 <string>Status</string>
126 </property>
127 </column>
128 </widget>
129 </item>
130 <item>
131 <widget class="QLabel" name="hintLabel">
132 <property name="text">
133 <string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
134 </property>
135 <property name="wordWrap">
136 <bool>true</bool>
137 </property>
138 </widget>
139 </item>
140 <item>
141 <layout class="QHBoxLayout" name="horizontalLayout">
142 <item>
143 <widget class="QCheckBox" name="displayFilterCheckBox">
144 <property name="toolTip">
145 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show conversations matching the current display filter&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
146 </property>
147 <property name="text">
148 <string>Limit to display filter</string>
149 </property>
150 </widget>
151 </item>
152 <item>
153 <widget class="QCheckBox" name="todCheckBox">
154 <property name="text">
155 <string>Time of Day</string>
156 </property>
157 </widget>
158 </item>
159 <item>
160 <spacer name="horizontalSpacer">
161 <property name="orientation">
162 <enum>Qt::Horizontal</enum>
163 </property>
164 <property name="sizeHint" stdset="0">
165 <size>
166 <width>40</width>
167 <height>20</height>
168 </size>
169 </property>
170 </spacer>
171 </item>
172 </layout>
173 </item>
174 <item>
175 <widget class="QDialogButtonBox" name="buttonBox">
176 <property name="orientation">
177 <enum>Qt::Horizontal</enum>
178 </property>
179 <property name="standardButtons">
180 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
181 </property>
182 </widget>
183 </item>
184 </layout>
185 <action name="actionFindReverse">
186 <property name="text">
187 <string>Find &amp;Reverse</string>
188 </property>
189 <property name="toolTip">
190 <string>All forward/reverse stream actions</string>
191 </property>
192 </action>
193 <action name="actionFindReverseNormal">
194 <property name="text">
195 <string>Find &amp;Reverse</string>
196 </property>
197 <property name="toolTip">
198 <string>Find the reverse stream matching the selected forward stream.</string>
199 </property>
200 <property name="shortcut">
201 <string>R</string>
202 </property>
203 </action>
204 <action name="actionFindReversePair">
205 <property name="text">
206 <string>Find All &amp;Pairs</string>
207 </property>
208 <property name="toolTip">
209 <string>Select all streams which are paired in forward/reverse relation</string>
210 </property>
211 <property name="shortcut">
212 <string>Shift+R</string>
213 </property>
214 </action>
215 <action name="actionFindReverseSingle">
216 <property name="text">
217 <string>Find Only &amp;Singles</string>
218 </property>
219 <property name="toolTip">
220 <string>Find all streams which don't have paired reverse stream</string>
221 </property>
222 <property name="shortcut">
223 <string>Ctrl+R</string>
224 </property>
225 </action>
226 <widget class="QMenu" name="menuFindReverse">
227 <property name="title">
228 <string>Find &amp;Reverse</string>
229 </property>
230 <property name="toolTipsVisible">
231 <bool>true</bool>
232 </property>
233 <addaction name="actionFindReverseNormal"/>
234 <addaction name="actionFindReversePair"/>
235 <addaction name="actionFindReverseSingle"/>
236 </widget>
237 <action name="actionMarkPackets">
238 <property name="text">
239 <string>Mark Packets</string>
240 </property>
241 <property name="toolTip">
242 <string>Mark the packets of the selected stream(s).</string>
243 </property>
244 <property name="shortcut">
245 <string>M</string>
246 </property>
247 </action>
248 <widget class="QMenu" name="menuSelect">
249 <property name="title">
250 <string>Select</string>
251 </property>
252 <property name="toolTipsVisible">
253 <bool>true</bool>
254 </property>
255 <addaction name="actionSelectAll"/>
256 <addaction name="actionSelectNone"/>
257 <addaction name="actionSelectInvert"/>
258 </widget>
259 <action name="actionSelectAll">
260 <property name="text">
261 <string>All</string>
262 </property>
263 <property name="toolTip">
264 <string>Select all</string>
265 </property>
266 <property name="shortcut">
267 <string notr="true">Ctrl+A</string>
268 </property>
269 </action>
270 <action name="actionSelectNone">
271 <property name="text">
272 <string>None</string>
273 </property>
274 <property name="toolTip">
275 <string>Clear selection</string>
276 </property>
277 <property name="shortcut">
278 <string notr="true">Ctrl+Shift+A</string>
279 </property>
280 </action>
281 <action name="actionSelectInvert">
282 <property name="text">
283 <string>Invert</string>
284 </property>
285 <property name="toolTip">
286 <string>Invert selection</string>
287 </property>
288 <property name="shortcut">
289 <string notr="true">Ctrl+I</string>
290 </property>
291 </action>
292 <action name="actionGoToSetup">
293 <property name="text">
294 <string>Go To Setup</string>
295 </property>
296 <property name="toolTip">
297 <string>Go to the setup packet for this stream.</string>
298 </property>
299 <property name="shortcut">
300 <string>G</string>
301 </property>
302 </action>
303 <action name="actionPrepareFilter">
304 <property name="text">
305 <string>Prepare &amp;Filter</string>
306 </property>
307 <property name="toolTip">
308 <string>Prepare a filter matching the selected stream(s).</string>
309 </property>
310 <property name="shortcut">
311 <string>P</string>
312 </property>
313 </action>
314 <action name="actionExportAsRtpDump">
315 <property name="text">
316 <string>&amp;Export</string>
317 </property>
318 <property name="toolTip">
319 <string>Export the stream payload as rtpdump</string>
320 </property>
321 <property name="shortcut">
322 <string>E</string>
323 </property>
324 </action>
325 <action name="actionAnalyze">
326 <property name="text">
327 <string>&amp;Analyze</string>
328 </property>
329 <property name="toolTip">
330 <string>Open the analysis window for the selected stream(s) and add it to it</string>
331 </property>
332 <property name="shortcut">
333 <string>A</string>
334 </property>
335 </action>
336 <action name="actionCopyButton">
337 <property name="text">
338 <string>Cop&amp;y</string>
339 </property>
340 <property name="toolTip">
341 <string>Open copy menu</string>
342 </property>
343 </action>
344 <action name="actionCopyAsCsv">
345 <property name="text">
346 <string>Copy as CSV</string>
347 </property>
348 <property name="toolTip">
349 <string>Copy stream list as CSV.</string>
350 </property>
351 </action>
352 <action name="actionCopyAsYaml">
353 <property name="text">
354 <string>Copy as YAML</string>
355 </property>
356 <property name="toolTip">
357 <string>Copy stream list as YAML.</string>
358 </property>
359 </action>
360 </widget>
361 <resources/>
362 <connections>
363 <connection>
364 <sender>buttonBox</sender>
365 <signal>accepted()</signal>
366 <receiver>RtpStreamDialog</receiver>
367 <slot>accept()</slot>
368 <hints>
369 <hint type="sourcelabel">
370 <x>248</x>
371 <y>254</y>
372 </hint>
373 <hint type="destinationlabel">
374 <x>157</x>
375 <y>274</y>
376 </hint>
377 </hints>
378 </connection>
379 <connection>
380 <sender>buttonBox</sender>
381 <signal>rejected()</signal>
382 <receiver>RtpStreamDialog</receiver>
383 <slot>reject()</slot>
384 <hints>
385 <hint type="sourcelabel">
386 <x>316</x>
387 <y>260</y>
388 </hint>
389 <hint type="destinationlabel">
390 <x>286</x>
391 <y>274</y>
392 </hint>
393 </hints>
394 </connection>
395 </connections>
396 </ui>