From f449dcd8a590416aa33e5314f3db2bfc00134e9c Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 28 Oct 2015 14:41:59 -0700 Subject: Qt: Add the ability to add filter expressions. Add a "+" icon to the display filter toolbar which allows the addition of a new filter expression button. (Hopefully this will be the last main window UI change before 2.0.) Change-Id: I52bf56bf699dddb7b387b9f4de1bf8b35eb3c4ce Reviewed-on: https://code.wireshark.org/review/11375 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/qt/filter_expression_frame.ui | 151 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 ui/qt/filter_expression_frame.ui (limited to 'ui/qt/filter_expression_frame.ui') diff --git a/ui/qt/filter_expression_frame.ui b/ui/qt/filter_expression_frame.ui new file mode 100644 index 0000000000..7a2a33f67d --- /dev/null +++ b/ui/qt/filter_expression_frame.ui @@ -0,0 +1,151 @@ + + + FilterExpressionFrame + + + + 0 + 0 + 745 + 22 + + + + Frame + + + QFrame::NoFrame + + + QFrame::Plain + + + + 0 + + + 0 + + + + + Filter Expression Preferences… + + + + + + + Qt::Horizontal + + + + 88 + 5 + + + + + + + + Label: + + + + + + + + 1 + 0 + + + + + 80 + 0 + + + + + + + + Qt::Horizontal + + + + 20 + 5 + + + + + + + + Filter: + + + + + + + + 1 + 0 + + + + + 80 + 0 + + + + + + + + Qt::Horizontal + + + + 20 + 5 + + + + + + + + OK + + + + + + + Cancel + + + + + + + + SyntaxLineEdit + QLineEdit +
syntax_line_edit.h
+
+ + DisplayFilterEdit + QLineEdit +
display_filter_edit.h
+
+
+ + +
-- cgit v1.2.3