summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-06-29 13:05:32 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-10-17 09:20:47 +0000
commitae1c81d6bb4d267aa3f12afdd7ff5d5d0747e4c0 (patch)
tree0a03e1e1d0dd237d42fa0718a8b257b655da5130 /ui/qt/main_window.ui
parent5f3370a2a6734c9f80acfb8c51a299c1c62f9e46 (diff)
downloadwireshark-ae1c81d6bb4d267aa3f12afdd7ff5d5d0747e4c0.tar.gz
Qt: Add switch between Capture and FileFormat
You can switch now between Capture mode and FileFormat of it. This works only if there is MIME FileFormat dissector of opened file. Change-Id: I9e98e972775561cfbe731ee1a1b99300d119efc6 Reviewed-on: https://code.wireshark.org/review/10090 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index f34c011888..8010411277 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -338,6 +338,7 @@
<addaction name="menuInternals"/>
<addaction name="separator"/>
<addaction name="actionViewShowPacketInNewWindow"/>
+ <addaction name="actionViewReload_as_File_Format_or_Capture"/>
<addaction name="actionViewReload"/>
</widget>
<widget class="QMenu" name="menuAnalyze">
@@ -1098,6 +1099,14 @@
<bool>true</bool>
</property>
</action>
+ <action name="actionViewReload_as_File_Format_or_Capture">
+ <property name="text">
+ <string>Reload as File Format/Capture</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Shift+F</string>
+ </property>
+ </action>
<action name="actionCaptureOptions">
<property name="text">
<string>&amp;Options…</string>