From 6d731a3e79e2feb9abefe2c1238a1c159f34586b Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 27 Aug 2013 18:13:20 +0000 Subject: Add TCP sequence number (Stevens-style) graphs. Add the QCustomPlot widget. Thanks to Emanuel Eichhammer for granting a license change. Move some common code from ui/gtk/tcp_graph.c to ui/tap-tcp-stream.[ch]. Get rid of tcp_graph_selected_packet_enabled(). It was only used in the menu code and didn't match what we were doing elsewhere. Still quite a bit of work to do but it's a promising start. svn path=/trunk/; revision=51538 --- ui/qt/tcp_stream_dialog.ui | 127 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 ui/qt/tcp_stream_dialog.ui (limited to 'ui/qt/tcp_stream_dialog.ui') diff --git a/ui/qt/tcp_stream_dialog.ui b/ui/qt/tcp_stream_dialog.ui new file mode 100644 index 0000000000..c9f5e764ab --- /dev/null +++ b/ui/qt/tcp_stream_dialog.ui @@ -0,0 +1,127 @@ + + + TCPStreamDialog + + + + 0 + 0 + 850 + 640 + + + + Dialog + + + + + + + 0 + 1 + + + + + + + + + + + + + + + + + Type + + + + + + + + Time / Sequence (Stevens) + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save + + + + + + + + QCustomPlot + QWidget +
qcustomplot.h
+ 1 +
+ + ElidedLabel + QLabel +
elided_label.h
+
+
+ + + + buttonBox + accepted() + TCPStreamDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + TCPStreamDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + +
-- cgit v1.2.1