Wireshark-commits: [Wireshark-commits] master 33bb4b0: Qt: Add window title settings the preference
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33bb4b0c2298da9d9f7720d6d26d7fdeca5217d2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
33bb4b0 by Jaap Keuter (jaap.keuter@xxxxxxxxx):
Qt: Add window title settings the preferences dialog
In case of multiple instances it can be helpful to have an extra identifier
in the window title. These facilities are present and working, yet the
identifiers are not easily modifiable (only through the Advanced preference
page). This changes exposes these setting in the normal Appearance
preference page.
Change-Id: Ib6d7b18d29932edaed7419b44e4edc2f99134cbf
Reviewed-on: https://code.wireshark.org/review/36068
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 2ab65bf extcap: Fix packet time calculation
add 33bb4b0 Qt: Add window title settings the preferences dialog
Summary of changes:
ui/qt/main_window_preferences_frame.cpp | 17 +++++++++++++--
ui/qt/main_window_preferences_frame.h | 4 ++++
ui/qt/main_window_preferences_frame.ui | 37 +++++++++++++++++++++++----------
3 files changed, 45 insertions(+), 13 deletions(-)