Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / ui / qt / tcp_stream_dialog.ui
blobf39c4c928d5402e39ceef8aa0705da119d2f08c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TCPStreamDialog</class>
4 <widget class="QDialog" name="TCPStreamDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>969</width>
10 <height>640</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="QCustomPlot" name="streamPlot" native="true">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
21 <horstretch>0</horstretch>
22 <verstretch>1</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="focusPolicy">
26 <enum>Qt::TabFocus</enum>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLabel" name="hintLabel">
32 <property name="toolTip">
33 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
35 &lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
36 &lt;table&gt;&lt;tbody&gt;
38 &lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/th&gt;
39 &lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/th&gt;
40 &lt;tr&gt;&lt;th&gt;x&lt;/th&gt;&lt;td&gt;Zoom in X axis&lt;/td&gt;&lt;/th&gt;
41 &lt;tr&gt;&lt;th&gt;X&lt;/th&gt;&lt;td&gt;Zoom out X axis&lt;/td&gt;&lt;/th&gt;
42 &lt;tr&gt;&lt;th&gt;y&lt;/th&gt;&lt;td&gt;Zoom in Y axis&lt;/td&gt;&lt;/th&gt;
43 &lt;tr&gt;&lt;th&gt;Y&lt;/th&gt;&lt;td&gt;Zoom out Y axis&lt;/td&gt;&lt;/th&gt;
44 &lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
46 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
47 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
48 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
49 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
50 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
51 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
52 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
53 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
55 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Pg Up&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Next stream&lt;/td&gt;&lt;/th&gt;
56 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Pg Dn&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Previous stream&lt;/td&gt;&lt;/th&gt;
57 &lt;tr&gt;&lt;th&gt;d&lt;/th&gt;&lt;td&gt;Switch direction (swap TCP endpoints)&lt;/td&gt;&lt;/th&gt;
58 &lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
60 &lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;Toggle mouse drag / zoom&lt;/td&gt;&lt;/th&gt;
61 &lt;tr&gt;&lt;th&gt;s&lt;/th&gt;&lt;td&gt;Toggle relative / absolute sequence numbers&lt;/td&gt;&lt;/th&gt;
62 &lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;Toggle capture / session time origin&lt;/td&gt;&lt;/th&gt;
63 &lt;tr&gt;&lt;th&gt;Space&lt;/th&gt;&lt;td&gt;Toggle crosshairs&lt;/td&gt;&lt;/th&gt;
65 &lt;tr&gt;&lt;th&gt;1&lt;/th&gt;&lt;td&gt;Round Trip Time graph&lt;/td&gt;&lt;/th&gt;
66 &lt;tr&gt;&lt;th&gt;2&lt;/th&gt;&lt;td&gt;Throughput graph&lt;/td&gt;&lt;/th&gt;
67 &lt;tr&gt;&lt;th&gt;3&lt;/th&gt;&lt;td&gt;Stevens-style Time / Sequence graph&lt;/td&gt;&lt;/th&gt;
68 &lt;tr&gt;&lt;th&gt;4&lt;/th&gt;&lt;td&gt;tcptrace-style Time / Sequence graph&lt;/td&gt;&lt;/th&gt;
69 &lt;tr&gt;&lt;th&gt;5&lt;/th&gt;&lt;td&gt;Window Scaling graph&lt;/td&gt;&lt;/th&gt;
71 &lt;/tbody&gt;&lt;/table&gt;
72 &lt;/body&gt;&lt;/html&gt;</string>
73 </property>
74 <property name="text">
75 <string>&lt;small&gt;&lt;i&gt;Mouse over for shortcuts&lt;/i&gt;&lt;/small&gt;</string>
76 </property>
77 <property name="wordWrap">
78 <bool>true</bool>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <layout class="QHBoxLayout" name="horizontalLayout">
84 <item>
85 <widget class="QLabel" name="label">
86 <property name="text">
87 <string>Type</string>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QComboBox" name="graphTypeComboBox">
93 <property name="focusPolicy">
94 <enum>Qt::TabFocus</enum>
95 </property>
96 <property name="frame">
97 <bool>false</bool>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <spacer name="horizontalSpacer_1a">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>40</width>
109 <height>20</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 <item>
115 <widget class="QLabel" name="maWindowSizeLabel">
116 <property name="text">
117 <string>MA Window (s)</string>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <widget class="QDoubleSpinBox" name="maWindowSizeSpinBox"/>
123 </item>
124 <item>
125 <widget class="QCheckBox" name="selectSACKsCheckBox">
126 <property name="focusPolicy">
127 <enum>Qt::TabFocus</enum>
128 </property>
129 <property name="toolTip">
130 <string>Allow SACK segments as well as data packets to be selected by clicking on the graph</string>
131 </property>
132 <property name="text">
133 <string>Select SACKs</string>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <spacer name="horizontalSpacer_1b">
139 <property name="orientation">
140 <enum>Qt::Horizontal</enum>
141 </property>
142 <property name="sizeHint" stdset="0">
143 <size>
144 <width>40</width>
145 <height>20</height>
146 </size>
147 </property>
148 </spacer>
149 </item>
150 <item>
151 <widget class="QLabel" name="streamNumberLabel">
152 <property name="text">
153 <string>Stream</string>
154 </property>
155 </widget>
156 </item>
157 <item>
158 <widget class="QSpinBox" name="streamNumberSpinBox"/>
159 </item>
160 <item>
161 <widget class="QPushButton" name="otherDirectionButton">
162 <property name="toolTip">
163 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch the direction of the connection (view the opposite flow).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
164 </property>
165 <property name="text">
166 <string>Switch Direction</string>
167 </property>
168 </widget>
169 </item>
170 </layout>
171 </item>
172 <item>
173 <layout class="QHBoxLayout" name="horizontalLayout_2">
174 <item>
175 <widget class="QLabel" name="mouseLabel">
176 <property name="text">
177 <string>Mouse</string>
178 </property>
179 </widget>
180 </item>
181 <item>
182 <widget class="QRadioButton" name="dragRadioButton">
183 <property name="focusPolicy">
184 <enum>Qt::TabFocus</enum>
185 </property>
186 <property name="toolTip">
187 <string>Drag using the mouse button.</string>
188 </property>
189 <property name="text">
190 <string>drags</string>
191 </property>
192 <property name="checkable">
193 <bool>true</bool>
194 </property>
195 <attribute name="buttonGroup">
196 <string notr="true">mouseButtonGroup</string>
197 </attribute>
198 </widget>
199 </item>
200 <item>
201 <widget class="QRadioButton" name="zoomRadioButton">
202 <property name="focusPolicy">
203 <enum>Qt::TabFocus</enum>
204 </property>
205 <property name="toolTip">
206 <string>Select using the mouse button.</string>
207 </property>
208 <property name="text">
209 <string>zooms</string>
210 </property>
211 <property name="checkable">
212 <bool>true</bool>
213 </property>
214 <attribute name="buttonGroup">
215 <string notr="true">mouseButtonGroup</string>
216 </attribute>
217 </widget>
218 </item>
219 <item>
220 <spacer name="horizontalSpacer_2a">
221 <property name="orientation">
222 <enum>Qt::Horizontal</enum>
223 </property>
224 <property name="sizeHint" stdset="0">
225 <size>
226 <width>40</width>
227 <height>20</height>
228 </size>
229 </property>
230 </spacer>
231 </item>
232 <item>
233 <widget class="QLabel" name="samplingLabel">
234 <property name="text">
235 <string>Sampling Method</string>
236 </property>
237 </widget>
238 </item>
239 <item>
240 <widget class="QComboBox" name="samplingMethodComboBox">
241 <property name="focusPolicy">
242 <enum>Qt::TabFocus</enum>
243 </property>
244 <property name="frame">
245 <bool>false</bool>
246 </property>
247 <property name="toolTip">
248 <string>Select which packets and how the RTT sampling is done</string>
249 </property>
250 </widget>
251 </item>
252 <item>
253 <widget class="QCheckBox" name="bySeqNumberCheckBox">
254 <property name="focusPolicy">
255 <enum>Qt::TabFocus</enum>
256 </property>
257 <property name="toolTip">
258 <string>Display Round Trip Time vs Sequence Number</string>
259 </property>
260 <property name="text">
261 <string>RTT By Sequence Number</string>
262 </property>
263 </widget>
264 </item>
265 <item>
266 <widget class="QCheckBox" name="showSegLengthCheckBox">
267 <property name="focusPolicy">
268 <enum>Qt::TabFocus</enum>
269 </property>
270 <property name="toolTip">
271 <string>Display graph of Segment Length vs Time</string>
272 </property>
273 <property name="text">
274 <string>Segment Length</string>
275 </property>
276 </widget>
277 </item>
278 <item>
279 <widget class="QCheckBox" name="showThroughputCheckBox">
280 <property name="focusPolicy">
281 <enum>Qt::TabFocus</enum>
282 </property>
283 <property name="toolTip">
284 <string>Display graph of Mean Transmitted Bytes vs Time</string>
285 </property>
286 <property name="text">
287 <string>Throughput</string>
288 </property>
289 </widget>
290 </item>
291 <item>
292 <widget class="QCheckBox" name="showGoodputCheckBox">
293 <property name="focusPolicy">
294 <enum>Qt::TabFocus</enum>
295 </property>
296 <property name="toolTip">
297 <string>Display graph of Mean ACKed Bytes vs Time</string>
298 </property>
299 <property name="text">
300 <string>Goodput</string>
301 </property>
302 </widget>
303 </item>
304 <item>
305 <widget class="QCheckBox" name="showRcvWinCheckBox">
306 <property name="focusPolicy">
307 <enum>Qt::TabFocus</enum>
308 </property>
309 <property name="toolTip">
310 <string>Display graph of Receive Window Size vs Time</string>
311 </property>
312 <property name="text">
313 <string>Rcv Win</string>
314 </property>
315 </widget>
316 </item>
317 <item>
318 <widget class="QCheckBox" name="showBytesOutCheckBox">
319 <property name="focusPolicy">
320 <enum>Qt::TabFocus</enum>
321 </property>
322 <property name="toolTip">
323 <string>Display graph of Outstanding Bytes vs Time</string>
324 </property>
325 <property name="text">
326 <string>Bytes Out</string>
327 </property>
328 </widget>
329 </item>
330 <item>
331 <spacer name="horizontalSpacer_2b">
332 <property name="orientation">
333 <enum>Qt::Horizontal</enum>
334 </property>
335 <property name="sizeHint" stdset="0">
336 <size>
337 <width>40</width>
338 <height>20</height>
339 </size>
340 </property>
341 </spacer>
342 </item>
343 <item>
344 <widget class="QPushButton" name="resetButton">
345 <property name="toolTip">
346 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reset the graph to its initial state.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
347 </property>
348 <property name="text">
349 <string>Reset</string>
350 </property>
351 </widget>
352 </item>
353 </layout>
354 </item>
355 <item>
356 <widget class="QDialogButtonBox" name="buttonBox">
357 <property name="orientation">
358 <enum>Qt::Horizontal</enum>
359 </property>
360 <property name="standardButtons">
361 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save</set>
362 </property>
363 </widget>
364 </item>
365 </layout>
366 <action name="actionReset">
367 <property name="text">
368 <string>Reset Graph</string>
369 </property>
370 <property name="toolTip">
371 <string>Reset the graph to its initial state.</string>
372 </property>
373 <property name="shortcut">
374 <string>0</string>
375 </property>
376 </action>
377 <action name="actionZoomIn">
378 <property name="text">
379 <string>Zoom In</string>
380 </property>
381 <property name="toolTip">
382 <string>Zoom In</string>
383 </property>
384 <property name="shortcut">
385 <string>+</string>
386 </property>
387 </action>
388 <action name="actionZoomOut">
389 <property name="text">
390 <string>Zoom Out</string>
391 </property>
392 <property name="toolTip">
393 <string>Zoom Out</string>
394 </property>
395 <property name="shortcut">
396 <string>-</string>
397 </property>
398 </action>
399 <action name="actionMoveUp10">
400 <property name="text">
401 <string>Move Up 10 Pixels</string>
402 </property>
403 <property name="toolTip">
404 <string>Move Up 10 Pixels</string>
405 </property>
406 <property name="shortcut">
407 <string>Up</string>
408 </property>
409 </action>
410 <action name="actionMoveLeft10">
411 <property name="text">
412 <string>Move Left 10 Pixels</string>
413 </property>
414 <property name="toolTip">
415 <string>Move Left 10 Pixels</string>
416 </property>
417 <property name="shortcut">
418 <string>Left</string>
419 </property>
420 </action>
421 <action name="actionMoveRight10">
422 <property name="text">
423 <string>Move Right 10 Pixels</string>
424 </property>
425 <property name="toolTip">
426 <string>Move Right 10 Pixels</string>
427 </property>
428 <property name="shortcut">
429 <string>Right</string>
430 </property>
431 </action>
432 <action name="actionMoveDown10">
433 <property name="text">
434 <string>Move Down 10 Pixels</string>
435 </property>
436 <property name="toolTip">
437 <string>Move Down 10 Pixels</string>
438 </property>
439 <property name="shortcut">
440 <string>Down</string>
441 </property>
442 </action>
443 <action name="actionMoveUp1">
444 <property name="text">
445 <string>Move Up 1 Pixel</string>
446 </property>
447 <property name="toolTip">
448 <string>Move Up 1 Pixel</string>
449 </property>
450 <property name="shortcut">
451 <string>Shift+Up</string>
452 </property>
453 </action>
454 <action name="actionMoveLeft1">
455 <property name="text">
456 <string>Move Left 1 Pixel</string>
457 </property>
458 <property name="toolTip">
459 <string>Move Left 1 Pixel</string>
460 </property>
461 <property name="shortcut">
462 <string>Shift+Left</string>
463 </property>
464 </action>
465 <action name="actionMoveRight1">
466 <property name="text">
467 <string>Move Right 1 Pixel</string>
468 </property>
469 <property name="toolTip">
470 <string>Move Right 1 Pixel</string>
471 </property>
472 <property name="shortcut">
473 <string>Shift+Right</string>
474 </property>
475 </action>
476 <action name="actionMoveDown1">
477 <property name="text">
478 <string>Move Down 1 Pixel</string>
479 </property>
480 <property name="toolTip">
481 <string>Move Down 1 Pixel</string>
482 </property>
483 <property name="shortcut">
484 <string>Shift+Down</string>
485 </property>
486 </action>
487 <action name="actionNextStream">
488 <property name="text">
489 <string>Next Stream</string>
490 </property>
491 <property name="toolTip">
492 <string>Go to the next stream in the capture</string>
493 </property>
494 <property name="shortcut">
495 <string>PgUp</string>
496 </property>
497 </action>
498 <action name="actionPreviousStream">
499 <property name="text">
500 <string>Previous Stream</string>
501 </property>
502 <property name="toolTip">
503 <string>Go to the previous stream in the capture</string>
504 </property>
505 <property name="shortcut">
506 <string>PgDown</string>
507 </property>
508 </action>
509 <action name="actionSwitchDirection">
510 <property name="text">
511 <string>Switch Direction</string>
512 </property>
513 <property name="toolTip">
514 <string>Switch direction (swap TCP endpoints)</string>
515 </property>
516 <property name="shortcut">
517 <string>D</string>
518 </property>
519 </action>
520 <action name="actionGoToPacket">
521 <property name="text">
522 <string>Go To Packet Under Cursor</string>
523 </property>
524 <property name="toolTip">
525 <string>Go to packet currently under the cursor</string>
526 </property>
527 <property name="shortcut">
528 <string>G</string>
529 </property>
530 </action>
531 <action name="actionDragZoom">
532 <property name="text">
533 <string>Drag / Zoom</string>
534 </property>
535 <property name="toolTip">
536 <string>Toggle mouse drag / zoom behavior</string>
537 </property>
538 <property name="shortcut">
539 <string>Z</string>
540 </property>
541 </action>
542 <action name="actionToggleSequenceNumbers">
543 <property name="text">
544 <string>Relative / Absolute Sequence Numbers</string>
545 </property>
546 <property name="toolTip">
547 <string>Toggle relative / absolute sequence numbers</string>
548 </property>
549 <property name="shortcut">
550 <string>S</string>
551 </property>
552 </action>
553 <action name="actionToggleTimeOrigin">
554 <property name="text">
555 <string>Capture / Session Time Origin</string>
556 </property>
557 <property name="toolTip">
558 <string>Toggle capture / session time origin</string>
559 </property>
560 <property name="shortcut">
561 <string>T</string>
562 </property>
563 </action>
564 <action name="actionCrosshairs">
565 <property name="text">
566 <string>Crosshairs</string>
567 </property>
568 <property name="toolTip">
569 <string>Toggle crosshairs</string>
570 </property>
571 <property name="shortcut">
572 <string>Space</string>
573 </property>
574 </action>
575 <action name="actionRoundTripTime">
576 <property name="text">
577 <string>Round Trip Time</string>
578 </property>
579 <property name="toolTip">
580 <string>Switch to the Round Trip Time graph</string>
581 </property>
582 <property name="shortcut">
583 <string>1</string>
584 </property>
585 </action>
586 <action name="actionThroughput">
587 <property name="text">
588 <string>Throughput</string>
589 </property>
590 <property name="toolTip">
591 <string>Switch to the Throughput graph</string>
592 </property>
593 <property name="shortcut">
594 <string>2</string>
595 </property>
596 </action>
597 <action name="actionStevens">
598 <property name="text">
599 <string>Time / Sequence (Stevens)</string>
600 </property>
601 <property name="toolTip">
602 <string>Switch to the Stevens-style Time / Sequence graph</string>
603 </property>
604 <property name="shortcut">
605 <string>3</string>
606 </property>
607 </action>
608 <action name="actionWindowScaling">
609 <property name="text">
610 <string>Window Scaling</string>
611 </property>
612 <property name="toolTip">
613 <string>Switch to the Window Scaling graph</string>
614 </property>
615 <property name="shortcut">
616 <string>5</string>
617 </property>
618 </action>
619 <action name="actionTcptrace">
620 <property name="text">
621 <string>Time / Sequence (tcptrace)</string>
622 </property>
623 <property name="toolTip">
624 <string>Switch to the tcptrace-style Time / Sequence graph</string>
625 </property>
626 <property name="shortcut">
627 <string>4</string>
628 </property>
629 </action>
630 <action name="actionSamplingAllPackets">
631 <property name="text">
632 <string>All Data Packets</string>
633 </property>
634 <property name="toolTip">
635 <string>Sampling from all data packets</string>
636 </property>
637 <property name="shortcut">
638 <string>1</string>
639 </property>
640 </action>
641 <action name="actionSamplingAllPacketsSACK">
642 <property name="text">
643 <string>All Data Packets w/ SACK</string>
644 </property>
645 <property name="toolTip">
646 <string>Sampling from all data packets w/ SACK</string>
647 </property>
648 <property name="shortcut">
649 <string>2</string>
650 </property>
651 </action>
652 <action name="actionSamplingRTT">
653 <property name="text">
654 <string>Data Packets matching RTT</string>
655 </property>
656 <property name="toolTip">
657 <string>Sampling from RTT packets</string>
658 </property>
659 <property name="shortcut">
660 <string>3</string>
661 </property>
662 </action>
663 <action name="actionSamplingKarn">
664 <property name="text">
665 <string>Data Packets matching Karn RTT</string>
666 </property>
667 <property name="toolTip">
668 <string>Sampling from Karn RTT packets</string>
669 </property>
670 <property name="shortcut">
671 <string>4</string>
672 </property>
673 </action>
674 <action name="actionZoomInX">
675 <property name="text">
676 <string>Zoom In X Axis</string>
677 </property>
678 <property name="toolTip">
679 <string>Zoom In X Axis</string>
680 </property>
681 <property name="shortcut">
682 <string>X</string>
683 </property>
684 </action>
685 <action name="actionZoomOutX">
686 <property name="text">
687 <string>Zoom Out X Axis</string>
688 </property>
689 <property name="toolTip">
690 <string>Zoom Out X Axis</string>
691 </property>
692 <property name="shortcut">
693 <string>Shift+X</string>
694 </property>
695 </action>
696 <action name="actionZoomInY">
697 <property name="text">
698 <string>Zoom In Y Axis</string>
699 </property>
700 <property name="toolTip">
701 <string>Zoom In Y Axis</string>
702 </property>
703 <property name="shortcut">
704 <string>Y</string>
705 </property>
706 </action>
707 <action name="actionZoomOutY">
708 <property name="text">
709 <string>Zoom Out Y Axis</string>
710 </property>
711 <property name="toolTip">
712 <string>Zoom Out Y Axis</string>
713 </property>
714 <property name="shortcut">
715 <string>Shift+Y</string>
716 </property>
717 </action>
718 </widget>
719 <customwidgets>
720 <customwidget>
721 <class>QCustomPlot</class>
722 <extends>QWidget</extends>
723 <header>widgets/qcustomplot.h</header>
724 <container>1</container>
725 </customwidget>
726 </customwidgets>
727 <resources/>
728 <connections>
729 <connection>
730 <sender>buttonBox</sender>
731 <signal>rejected()</signal>
732 <receiver>TCPStreamDialog</receiver>
733 <slot>reject()</slot>
734 <hints>
735 <hint type="sourcelabel">
736 <x>316</x>
737 <y>260</y>
738 </hint>
739 <hint type="destinationlabel">
740 <x>286</x>
741 <y>274</y>
742 </hint>
743 </hints>
744 </connection>
745 </connections>
746 <buttongroups>
747 <buttongroup name="mouseButtonGroup"/>
748 </buttongroups>
749 </ui>