aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-12-18 10:25:03 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-19 04:46:49 +0000
commit9f7b8713fa8286611e84a68f82adc2d494b21173 (patch)
treeb18a303aff1c410059ebc896dce628fa403f7e67 /ui/qt/main_window.ui
parent5ebc3277ed98c39b24d971470d1aea0efe042351 (diff)
Qt: Add Collapse Subtrees
This item is missing from the Qt port. Change-Id: Iacc18a7c2eb2368d6566622788a4e900868d446e Reviewed-on: https://code.wireshark.org/review/24879 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 17d5d3242c..87ecfdd379 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -369,6 +369,7 @@
<addaction name="menuZoom"/>
<addaction name="separator"/>
<addaction name="actionViewExpandSubtrees"/>
+ <addaction name="actionViewCollapseSubtrees"/>
<addaction name="actionViewExpandAll"/>
<addaction name="actionViewCollapseAll"/>
<addaction name="separator"/>
@@ -1067,6 +1068,20 @@
<string notr="true">Shift+Right</string>
</property>
</action>
+ <action name="actionViewCollapseSubtrees">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Collapse Subtrees</string>
+ </property>
+ <property name="toolTip">
+ <string>Collapse the current packet detail</string>
+ </property>
+ <property name="shortcut">
+ <string notr="true">Shift+Left</string>
+ </property>
+ </action>
<action name="actionViewExpandAll">
<property name="text">
<string>&amp;Expand All</string>