aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-09 18:08:40 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-09 18:08:40 +0000
commit43c3cb4884647b965217ea67b7b23c00de788ca0 (patch)
tree1458acac257e5d8c83c8a96825971b54ba4029b1 /ui/qt/main_window.ui
parente8fed416a2a1a6287c8261877a0cfe12b1cdb9de (diff)
From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8710 QtShark doesn't have a statistics summary window
Add Summary Statistics to qtshark (Statistics => Summary) Now, use tabs to split summary display (File Capture details, Capture Statistics) Add also Comment Summary tab (to replace Statistics => Comments Summary) From me : Fix order of summary files in Qtshark.pro svn path=/trunk/; revision=50470
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui39
1 files changed, 38 insertions, 1 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index f3b2e012c1..e91389ce65 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Wireshark</string>
</property>
+ <property name="windowIcon">
+ <iconset resource="../../image/toolbar.qrc">
+ <normaloff>:/toolbar/main/hi48-app-wireshark.png</normaloff>:/toolbar/main/hi48-app-wireshark.png</iconset>
+ </property>
<property name="unifiedTitleAndToolBarOnMac">
<bool>true</bool>
</property>
@@ -93,7 +97,7 @@
<x>0</x>
<y>0</y>
<width>960</width>
- <height>22</height>
+ <height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -293,12 +297,29 @@
<addaction name="menuApplyAsFilter"/>
<addaction name="menuPrepareAFilter"/>
</widget>
+ <widget class="QMenu" name="menuStatistics">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="title">
+ <string>Statistics</string>
+ </property>
+ <addaction name="actionSummary"/>
+ <addaction name="actionProtocol_Hierarchy"/>
+ </widget>
+ <widget class="QMenu" name="menuTelephony">
+ <property name="title">
+ <string>Telephony</string>
+ </property>
+ </widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuView"/>
<addaction name="menuGo"/>
<addaction name="menuCapture"/>
<addaction name="menuAnalyze"/>
+ <addaction name="menuStatistics"/>
+ <addaction name="menuTelephony"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
@@ -1177,6 +1198,22 @@
<enum>QAction::PreferencesRole</enum>
</property>
</action>
+ <action name="actionSummary">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Summary</string>
+ </property>
+ </action>
+ <action name="actionProtocol_Hierarchy">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Protocol Hierarchy</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>