Add a ModulePreferencesScrollArea widget which builds a scrollable frame
authorGerald Combs <gerald@wireshark.org>
Fri, 8 Feb 2013 01:16:46 +0000 (01:16 -0000)
committerGerald Combs <gerald@wireshark.org>
Fri, 8 Feb 2013 01:16:46 +0000 (01:16 -0000)
commit24d67b60ab2f21aea2e4cf8be734d374a9db66ab
tree4b6b924ec2f3f255d4311130b0490e6cb279a55f
parent4bbe78cbdf46c027504095305bb952c9e9315659
Add a ModulePreferencesScrollArea widget which builds a scrollable frame
for a preferences module. Use it to fill in the remaining preferences.
Don't show the printing preferences since they're not used here.

Change the titles and tooltips for some of the name resolution
preferences.

Disable the capture preferences if we can't capture. This is different
from the GTK+ version which hides it completely.

Thus concludes the preferences dialog (for the time being).

svn path=/trunk/; revision=47545
epan/addr_resolv.c
ui/qt/QtShark.pro
ui/qt/module_preferences_scroll_area.cpp [new file with mode: 0644]
ui/qt/module_preferences_scroll_area.h [new file with mode: 0644]
ui/qt/module_preferences_scroll_area.ui [new file with mode: 0644]
ui/qt/preferences_dialog.cpp
ui/qt/preferences_dialog.ui