From 460e1d8728d65b39d2f3f15ae62318f9ed9b3d40 Mon Sep 17 00:00:00 2001 From: Jim Young Date: Fri, 9 Oct 2015 01:19:21 -0400 Subject: Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream graphs. Use lower case "x" or upper case "X" (Shift-X) to zoom in or out respectively only the horizontal (X) axis. Use lower case "y" or upper case "Y" (Shift-Y) to zoom in or out respectively only the vertical (Y) axis. Change-Id: I2f4de3c81795c289a626cc917d46ec0b1d620f49 Reviewed-on: https://code.wireshark.org/review/10894 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/qt/tcp_stream_dialog.ui | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'ui/qt/tcp_stream_dialog.ui') diff --git a/ui/qt/tcp_stream_dialog.ui b/ui/qt/tcp_stream_dialog.ui index d12b1ddf00..d8dc4cd8b6 100644 --- a/ui/qt/tcp_stream_dialog.ui +++ b/ui/qt/tcp_stream_dialog.ui @@ -37,6 +37,10 @@ <tr><th>+</th><td>Zoom in</td></th> <tr><th>-</th><td>Zoom out</td></th> +<tr><th>x</th><td>Zoom in X axis</td></th> +<tr><th>X</th><td>Zoom out X axis</td></th> +<tr><th>y</th><td>Zoom in Y axis</td></th> +<tr><th>Y</th><td>Zoom out Y axis</td></th> <tr><th>0</th><td>Reset graph to its initial state</td></th> <tr><th>→</th><td>Move right 10 pixels</td></th> @@ -460,6 +464,50 @@ 4 + + + Zoom In X Axis + + + Zoom In X Axis + + + X + + + + + Zoom Out X Axis + + + Zoom Out X Axis + + + Shift+X + + + + + Zoom In Y Axis + + + Zoom In Y Axis + + + Y + + + + + Zoom Out Y Axis + + + Zoom Out Y Axis + + + Shift+Y + + @@ -469,6 +517,7 @@ 1 + buttonBox -- cgit v1.2.1