summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-11 15:00:27 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-12 23:32:54 +0000
commit931807ea61cd9b2729fa06fefa6ce3a09b89ee4b (patch)
treeb796fb4fb520959d3fc1e6fb00c1da223c22fdbf /ui/qt/main_window.ui
parentb3e2c568b00408f37282c73bed74e421bd574766 (diff)
downloadwireshark-931807ea61cd9b2729fa06fefa6ce3a09b89ee4b.tar.gz
Qt: Add the "new packet" window^Wdialog^Wwindow.
Allow persistence across files. Preserve the use of "window" even though we're really a dialog. Update ByteViewTab and ProtoTree to support multiple instances. Remove the need for a cast in frame_data. Add more forward declarations. Change-Id: I50d3d9d1455b8ecc158a37218f9e41fe696d5ae2 Reviewed-on: https://code.wireshark.org/review/7086 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui18
1 files changed, 17 insertions, 1 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index f6ef2fbc77..29a9efba84 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -97,7 +97,6 @@
<bool>true</bool>
</property>
<widget class="MainWelcome" name="welcomePage"/>
- <widget class="QWidget" name="packetPage"/>
</widget>
</item>
</layout>
@@ -295,6 +294,7 @@
<addaction name="separator"/>
<addaction name="actionViewResizeColumns"/>
<addaction name="separator"/>
+ <addaction name="actionViewShowPacketInNewWindow"/>
<addaction name="actionViewReload"/>
</widget>
<widget class="QMenu" name="menuAnalyze">
@@ -2277,6 +2277,22 @@
<string>Services</string>
</property>
</action>
+ <action name="actionViewShowPacketInNewWindow">
+ <property name="text">
+ <string>Show Packet in New &amp;Window</string>
+ </property>
+ <property name="toolTip">
+ <string>Show this packet in a separate window.</string>
+ </property>
+ </action>
+ <action name="actionViewShowPacketReferenceInNewWindow">
+ <property name="text">
+ <string>Show Packet Reference in New Window</string>
+ </property>
+ <property name="toolTip">
+ <string>Show the linked packet in a separate window.</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>