From 9c28594529b79619643948128dc2bbbaa3dcbb0e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 17 Jun 2015 08:41:41 -0700 Subject: Add a preferences editor frame. This replaces the single preference editor dialog in the GTK+ UI. Change-Id: I10e030981e9f7d1ec121811593586b65cf0797c5 Reviewed-on: https://code.wireshark.org/review/8966 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- ui/qt/preference_editor_frame.ui | 104 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 ui/qt/preference_editor_frame.ui (limited to 'ui/qt/preference_editor_frame.ui') diff --git a/ui/qt/preference_editor_frame.ui b/ui/qt/preference_editor_frame.ui new file mode 100644 index 0000000000..37b47d1c81 --- /dev/null +++ b/ui/qt/preference_editor_frame.ui @@ -0,0 +1,104 @@ + + + PreferenceEditorFrame + + + + 0 + 0 + 458 + 22 + + + + Frame + + + QFrame::NoFrame + + + QFrame::Plain + + + + 0 + + + 0 + + + + + ... + + + + + + + Qt::Horizontal + + + + 81 + 5 + + + + + + + + a preference + + + + + + + + 1 + 0 + + + + + + + + Qt::Horizontal + + + + 40 + 13 + + + + + + + + OK + + + + + + + Cancel + + + + + + + + SyntaxLineEdit + QLineEdit +
syntax_line_edit.h
+
+
+ + +
-- cgit v1.2.1