aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2014-03-11 11:52:48 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-12 14:42:06 +0000
commitdb1fddb40b5557e9bed6fe83d07282b791bf1e7a (patch)
tree31f75310cb3bf549cd3a44fdd3d4e304d4515bd5 /ui/qt/main_window.h
parentd89195d1b8010c3a87f116baee6e2903b2a143f6 (diff)
Fix Bug 9873: 'Qt: right-clicking on toolbars only shows checkmarks'
Add the text descriptions for the two toolbars: "Main Toolbar" and "Display Filter", so the right-click context menu shows what you're removing/adding. And add a View->Toolbar sub-menu, with checkable "Main Toolbar" and "Display Filter" entries, which enable you to show/hide the toolbars via the menu. If someone has/prefers better names for these things, I'm all ears. Change-Id: I55b9fbaed2ef6dca3260fa9dfdddd7dad95d05c4 Reviewed-on: https://code.wireshark.org/review/608 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 13682dd58e..17f9031c86 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -263,6 +263,8 @@ private slots:
void on_actionEditPreferences_triggered();
void on_actionViewReload_triggered();
+ void on_actionViewToolbarMainToolbar_triggered();
+ void on_actionViewToolbarDisplayFilter_triggered();
void on_actionGoGoToPacket_triggered();
void resetPreviousFocus();