aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-12 12:35:31 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-12 20:40:53 +0000
commit56697c244e521936ace066c8bcad8c8b44d09fa3 (patch)
tree86655986bcd19c95c9672862306bb563c146c646 /ui/qt/main_window.h
parent2898f13a99d50cc8330e4bebc6b2437bc0fb84eb (diff)
Qt: Add name resolution menu items.
Change the text from "Enable for" to "Resolve". Make the tooltips more descriptive. List them in OSI model order. Change-Id: Ie671ba9d55c609ce475f1681add0ad7d975f19cd Reviewed-on: https://code.wireshark.org/review/5737 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index b81d4f0e9b..6268845fa8 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -184,6 +184,7 @@ public slots:
void updateForUnsavedChanges();
void layoutPanes();
void layoutToolbars();
+ void updateNameResolutionActions();
void captureCapturePrepared(capture_session *cap_session);
void captureCaptureUpdateStarted(capture_session *cap_session);
@@ -296,6 +297,11 @@ private slots:
void setTimestampFormat(QAction *action);
void setTimestampPrecision(QAction *action);
void on_actionViewTimeDisplaySecondsWithHoursAndMinutes_triggered(bool checked);
+ void setNameResolution();
+ void on_actionViewNameResolutionPhysical_triggered();
+ void on_actionViewNameResolutionNetwork_triggered();
+ void on_actionViewNameResolutionTransport_triggered();
+ // XXX We're not porting the concurrency action from GTK+ on purpose.
void zoomText();
void on_actionViewZoomIn_triggered();
void on_actionViewZoomOut_triggered();