From bdfe17f12e7cd86592b35e611ffbafd84737c437 Mon Sep 17 00:00:00 2001 From: David Ameiss Date: Tue, 8 Apr 2014 17:13:45 -0500 Subject: GUI modules for LBM aka 29West dissectors. bug:9718 Change-Id: I05330d8a2475ad0d238723d444f3d98bdbd7be39 Reviewed-on: https://code.wireshark.org/review/1041 Reviewed-by: Michael Mann --- ui/qt/lbm_stream_dialog.ui | 159 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 ui/qt/lbm_stream_dialog.ui (limited to 'ui/qt/lbm_stream_dialog.ui') diff --git a/ui/qt/lbm_stream_dialog.ui b/ui/qt/lbm_stream_dialog.ui new file mode 100644 index 0000000000..2f7f16086d --- /dev/null +++ b/ui/qt/lbm_stream_dialog.ui @@ -0,0 +1,159 @@ + + + LBMStreamDialog + + + + 0 + 0 + 652 + 459 + + + + Dialog + + + + + + + Stream + + + + + Endpoint A + + + + + Endpoint B + + + + + Messages + + + AlignLeft|AlignVCenter + + + + + Bytes + + + + + First Frame + + + + + Last Frame + + + + + + + + + + Display filter: + + + + + + + + + + Regenerate statistics using this display filter + + + Apply + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close|QDialogButtonBox::Help + + + + + + + Copy as CSV + + + Copy the tree as CSV + + + Ctrl+C + + + + + Copy as YAML + + + Copy the tree as YAML + + + Ctrl+Y + + + + + + DisplayFilterEdit + QLineEdit +
display_filter_edit.h
+
+
+ + + + buttonBox + accepted() + LBMStreamDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + LBMStreamDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + +
-- cgit v1.2.3