Add a UAT dialog. Make UAT preferences uat_t * instead of void *.
authorGerald Combs <gerald@wireshark.org>
Thu, 25 Jul 2013 23:49:47 +0000 (23:49 -0000)
committerGerald Combs <gerald@wireshark.org>
Thu, 25 Jul 2013 23:49:47 +0000 (23:49 -0000)
commita05f55bffc2bc7d52d3f35370a7ae1eea2b75839
tree94644ff0a3cc6cf339a165087ddbfb0c1e553760
parent7d73903af6209ef1b013c6ed61c866291bfb3785
Add a UAT dialog. Make UAT preferences uat_t * instead of void *.
C++-ize the UAT headers.

Add an ElidedLabel widget. Use it in the File Set, Profile, and UAT
dialogs.

Update the Qt README.

svn path=/trunk/; revision=50896
23 files changed:
airpcap_loader.c
doc/README.qt
epan/prefs-int.h
epan/prefs.c
epan/prefs.h
epan/uat-int.h
epan/uat.h
ui/qt/CMakeLists.txt
ui/qt/Makefile.common
ui/qt/QtShark.pro
ui/qt/elided_label.cpp [new file with mode: 0644]
ui/qt/elided_label.h [new file with mode: 0644]
ui/qt/file_set_dialog.cpp
ui/qt/file_set_dialog.ui
ui/qt/module_preferences_scroll_area.cpp
ui/qt/preferences_dialog.cpp
ui/qt/preferences_dialog.h
ui/qt/profile_dialog.cpp
ui/qt/profile_dialog.ui
ui/qt/uat_dialog.cpp [new file with mode: 0644]
ui/qt/uat_dialog.h [new file with mode: 0644]
ui/qt/uat_dialog.ui [new file with mode: 0644]
ui/qt/wireshark_application.h