From a05f55bffc2bc7d52d3f35370a7ae1eea2b75839 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 25 Jul 2013 23:49:47 +0000 Subject: 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 --- ui/qt/Makefile.common | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ui/qt/Makefile.common') diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common index 6a2f37f7ae..02d93e34ea 100644 --- a/ui/qt/Makefile.common +++ b/ui/qt/Makefile.common @@ -52,7 +52,8 @@ NODIST_GENERATED_HEADER_FILES = \ ui_search_frame.h \ ui_summary_dialog.h \ ui_splash_overlay.h \ - ui_time_shift_dialog.h + ui_time_shift_dialog.h \ + ui_uat_dialog.h # Generated C source files that we want in the distribution. GENERATED_C_FILES = @@ -99,6 +100,7 @@ MOC_HDRS = \ column_preferences_frame.h \ display_filter_combo.h \ display_filter_edit.h \ + elided_label.h \ export_dissection_dialog.h \ export_object_dialog.h \ file_set_dialog.h \ @@ -132,6 +134,7 @@ MOC_HDRS = \ splash_overlay.h \ syntax_line_edit.h \ time_shift_dialog.h \ + uat_dialog.h \ wireshark_application.h @@ -160,7 +163,8 @@ UI_FILES = \ search_frame.ui \ summary_dialog.ui \ splash_overlay.ui \ - time_shift_dialog.ui + time_shift_dialog.ui \ + uat_dialog.ui # # The .moc.cpp files generated from them. @@ -218,6 +222,7 @@ WIRESHARK_QT_SRC = \ column_preferences_frame.cpp \ display_filter_combo.cpp \ display_filter_edit.cpp \ + elided_label.cpp \ export_dissection_dialog.cpp \ export_object_dialog.cpp \ file_set_dialog.cpp \ @@ -255,6 +260,7 @@ WIRESHARK_QT_SRC = \ splash_overlay.cpp \ syntax_line_edit.cpp \ time_shift_dialog.cpp \ + uat_dialog.cpp \ wireshark_application.cpp noinst_HEADERS = \ -- cgit v1.2.3