From e30a0ff765ff63d4f461df7aafc7c8a365dc265b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 21 Jul 2015 09:51:12 -0700 Subject: Add manual name address resolution. Make it an editor frame instead of a dialog similar to the column editor and prototocol preference editor. Change-Id: If1a0cdf02dcab0eca98e8d39c94a3c2fe236df5a Reviewed-on: https://code.wireshark.org/review/9743 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/qt/address_editor_frame.ui | 133 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 ui/qt/address_editor_frame.ui (limited to 'ui/qt/address_editor_frame.ui') diff --git a/ui/qt/address_editor_frame.ui b/ui/qt/address_editor_frame.ui new file mode 100644 index 0000000000..77c88532fa --- /dev/null +++ b/ui/qt/address_editor_frame.ui @@ -0,0 +1,133 @@ + + + AddressEditorFrame + + + + 0 + 0 + 833 + 28 + + + + Frame + + + QFrame::NoFrame + + + QFrame::Plain + + + + 0 + + + 0 + + + + + Name Resolution Preferences... + + + + + + + Qt::Horizontal + + + + 81 + 5 + + + + + + + + Address: + + + + + + + + + + Qt::Horizontal + + + + 10 + 5 + + + + + + + + Name: + + + + + + + + 1 + 0 + + + + + 80 + 0 + + + + + + + + Qt::Horizontal + + + + 20 + 13 + + + + + + + + OK + + + + + + + Cancel + + + + + + + + SyntaxLineEdit + QLineEdit +
syntax_line_edit.h
+
+
+ + +
-- cgit v1.2.1