aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-24 22:52:30 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-24 22:52:30 +0000
commit1a4033b63b1efa75b3d914b9f4d280e8159f0d09 (patch)
tree449d60be59e32bd3572ac78ecbfb0be8ea6bda7b /ui/qt/main_window.ui
parent39fd5f29af411e2bb28d6275188a3692f4b65879 (diff)
Initial and woefully incomplete flow graph support.
Copy common code from ui/gtk/flow_graph.c and ui/gtk/graph_analysis.[ch] to ui/tap-sequence-analysis.[ch]. Start using the name "sequence" in places. svn path=/trunk/; revision=52824
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 f2c48c9663..a38b25ed22 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -332,6 +332,7 @@
</widget>
<addaction name="actionSummary"/>
<addaction name="actionProtocol_Hierarchy"/>
+ <addaction name="actionStatisticsFlowGraph"/>
<addaction name="menuTcpStreamGraphs"/>
</widget>
<widget class="QMenu" name="menuTelephony">
@@ -1321,6 +1322,14 @@
<string>TCP time sequence graph (tcptrace)</string>
</property>
</action>
+ <action name="actionStatisticsFlowGraph">
+ <property name="text">
+ <string>Flow Graph...</string>
+ </property>
+ <property name="toolTip">
+ <string>Flow sequence diagram</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>