summaryrefslogtreecommitdiff
path: root/ui/qt/sequence_dialog.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2016-06-05 14:33:06 -0700
committerGerald Combs <gerald@wireshark.org>2016-06-06 15:24:16 +0000
commitd3b5e922c257f234f096e161da819c1ed579efe9 (patch)
tree9ae029f387f85d8c54286edb3f693d7772b519b0 /ui/qt/sequence_dialog.ui
parent89896f83d8d215e34037b1f323e93a8204f59af4 (diff)
downloadwireshark-d3b5e922c257f234f096e161da819c1ed579efe9.tar.gz
Qt: Add zoom to the flow / sequence dialog.
Add zoom in and zoom out actions. Changes only affect the X axis (the spacing between the dashed lines). Bug: 10693 Change-Id: I145e8501239f26e1be6135bffabdebec14f262c1 Reviewed-on: https://code.wireshark.org/review/15746 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/sequence_dialog.ui')
-rw-r--r--ui/qt/sequence_dialog.ui24
1 files changed, 24 insertions, 0 deletions
diff --git a/ui/qt/sequence_dialog.ui b/ui/qt/sequence_dialog.ui
index dcca122502..c4d59a4dbc 100644
--- a/ui/qt/sequence_dialog.ui
+++ b/ui/qt/sequence_dialog.ui
@@ -50,6 +50,8 @@
&lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
&lt;table&gt;&lt;tbody&gt;
+&lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/th&gt;
&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;
&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
@@ -228,6 +230,28 @@
<string>0</string>
</property>
</action>
+ <action name="actionZoomIn">
+ <property name="text">
+ <string>Zoom In</string>
+ </property>
+ <property name="toolTip">
+ <string>Zoom In</string>
+ </property>
+ <property name="shortcut">
+ <string>+</string>
+ </property>
+ </action>
+ <action name="actionZoomOut">
+ <property name="text">
+ <string>Zoom Out</string>
+ </property>
+ <property name="toolTip">
+ <string>Zoom Out</string>
+ </property>
+ <property name="shortcut">
+ <string>-</string>
+ </property>
+ </action>
<action name="actionMoveUp10">
<property name="text">
<string>Move Up 10 Pixels</string>