summaryrefslogtreecommitdiff
path: root/ui/qt/tcp_stream_dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/tcp_stream_dialog.ui')
-rw-r--r--ui/qt/tcp_stream_dialog.ui49
1 files changed, 49 insertions, 0 deletions
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 @@
<string>4</string>
</property>
</action>
+ <action name="actionZoomInX">
+ <property name="text">
+ <string>Zoom In X Axis</string>
+ </property>
+ <property name="toolTip">
+ <string>Zoom In X Axis</string>
+ </property>
+ <property name="shortcut">
+ <string>X</string>
+ </property>
+ </action>
+ <action name="actionZoomOutX">
+ <property name="text">
+ <string>Zoom Out X Axis</string>
+ </property>
+ <property name="toolTip">
+ <string>Zoom Out X Axis</string>
+ </property>
+ <property name="shortcut">
+ <string>Shift+X</string>
+ </property>
+ </action>
+ <action name="actionZoomInY">
+ <property name="text">
+ <string>Zoom In Y Axis</string>
+ </property>
+ <property name="toolTip">
+ <string>Zoom In Y Axis</string>
+ </property>
+ <property name="shortcut">
+ <string>Y</string>
+ </property>
+ </action>
+ <action name="actionZoomOutY">
+ <property name="text">
+ <string>Zoom Out Y Axis</string>
+ </property>
+ <property name="toolTip">
+ <string>Zoom Out Y Axis</string>
+ </property>
+ <property name="shortcut">
+ <string>Shift+Y</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>
@@ -469,6 +517,7 @@
<container>1</container>
</customwidget>
</customwidgets>
+ <resources/>
<connections>
<connection>
<sender>buttonBox</sender>