Add TapParameterDialog.
authorGerald Combs <gerald@wireshark.org>
Mon, 8 Jun 2015 18:33:16 +0000 (11:33 -0700)
committerGerald Combs <gerald@wireshark.org>
Mon, 8 Jun 2015 19:51:34 +0000 (19:51 +0000)
commit2d863b9782f19e0821cacfbf6c7ab17fa1183317
treea402d791b8411dc33135b5e78b296b2158b2fcfb
parent2533889f3c0116d64f374eab5677876c5366d134
Add TapParameterDialog.

Split StatsTreeDialog into StatsTreeDialog and TapParameterDialog (its
base class). This more closely matches the GTK+ UI and paves the way for
more statistics dialogs.

Change-Id: I2630385534e829d99724673ade372fcb33200d07
Reviewed-on: https://code.wireshark.org/review/8842
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
13 files changed:
epan/stat_groups.h
epan/stats_tree_priv.h
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/Makefile.common
ui/qt/Wireshark.pro
ui/qt/qt_ui_utils.cpp
ui/qt/qt_ui_utils.h
ui/qt/stats_tree_dialog.cpp
ui/qt/stats_tree_dialog.h
ui/qt/tap_parameter_dialog.cpp [new file with mode: 0644]
ui/qt/tap_parameter_dialog.h [new file with mode: 0644]
ui/qt/tap_parameter_dialog.ui [moved from ui/qt/stats_tree_dialog.ui with 92% similarity]