aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/lte_rlc_graph_dialog.ui
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-19 06:28:51 -0700
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-19 15:48:58 +0000
commit7fc88045ea7ea36ee1b1c8a7bf57a112dbb838d6 (patch)
treecb748bf5f9dbea39c84606c3c45bce561de3116f /ui/qt/lte_rlc_graph_dialog.ui
parent4ff02903a65dc9dcc8bd97613e46a6736cda46a1 (diff)
RLC LTE graph: allow switching between zoom and drag, and place limits on each
Change-Id: I9fb9fa5be25dc56810dcbf2d4d5607d79eed541e Reviewed-on: https://code.wireshark.org/review/11146 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
Diffstat (limited to 'ui/qt/lte_rlc_graph_dialog.ui')
-rw-r--r--ui/qt/lte_rlc_graph_dialog.ui106
1 files changed, 105 insertions, 1 deletions
diff --git a/ui/qt/lte_rlc_graph_dialog.ui b/ui/qt/lte_rlc_graph_dialog.ui
index 65946dc415..1224933a39 100644
--- a/ui/qt/lte_rlc_graph_dialog.ui
+++ b/ui/qt/lte_rlc_graph_dialog.ui
@@ -13,7 +13,7 @@
<property name="windowTitle">
<string>Dialog</string>
</property>
- <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0">
+ <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0">
<item>
<widget class="QCustomPlot" name="rlcPlot" native="true"/>
</item>
@@ -53,6 +53,66 @@
</widget>
</item>
<item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QLabel" name="mouseLabel">
+ <property name="text">
+ <string>Mouse</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="dragRadioButton">
+ <property name="toolTip">
+ <string>Drag using the mouse button.</string>
+ </property>
+ <property name="text">
+ <string>drags</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="zoomRadioButton">
+ <property name="toolTip">
+ <string>Select using the mouse button.</string>
+ </property>
+ <property name="text">
+ <string>zooms</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="resetButton">
+ <property name="toolTip">
+ <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>
+ </property>
+ <property name="text">
+ <string>Reset</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -239,6 +299,50 @@
<string>G</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="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>
+ <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="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>
</widget>
<customwidgets>
<customwidget>