aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/packet_list_header.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-06-12 12:00:43 -0700
committerAnders Broman <a.broman58@gmail.com>2019-06-14 13:42:37 +0000
commit68c014c1566114b289bf6a6f2775f3da4679c49e (patch)
tree63fcdfd4b0e1c0f669916788095b943f889d01e8 /ui/qt/widgets/packet_list_header.h
parentbf8bc8e007ef8c12e79f95d97b3cf5868a7f671f (diff)
Qt: Allow columns to be set to a specific width
Allows the width of a column to be set using an entry on the context menu Change-Id: Ibb7a9dd9a0dbe99f888cde8d4a274676acf920f1 Reviewed-on: https://code.wireshark.org/review/33580 Reviewed-by: Roland Knall <rknall@gmail.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/widgets/packet_list_header.h')
-rw-r--r--ui/qt/widgets/packet_list_header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/widgets/packet_list_header.h b/ui/qt/widgets/packet_list_header.h
index 5bc902c776..48515aa1e0 100644
--- a/ui/qt/widgets/packet_list_header.h
+++ b/ui/qt/widgets/packet_list_header.h
@@ -47,6 +47,7 @@ protected slots:
void doResolveNames();
void resizeToContent();
void removeColumn();
+ void resizeToWidth();
signals:
void resetColumnWidth(int col);