aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/packet_list_header.h
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14Qt: Allow columns to be set to a specific widthRoland Knall1-0/+1
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>
2019-06-13Qt: Move Packetlist Header Context Menu to subclassRoland Knall1-1/+32
This is a cleanup patch to remove unused or unnecessary code from packet list and put it in its respective header class for better code maintenance Change-Id: Ib7d7f34ab9cdd802199b3f279499855c80f8f0c5 Reviewed-on: https://code.wireshark.org/review/33587 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2019-06-13Qt: Allow dropping fields to add columns and indicate widthRoland Knall1-0/+50
Allows for dropping fields on the columns to add them as well as indicate width while dragging the columns Change-Id: Ic98ae431886e5eb2ebd9ba50390742995bf22d5a Reviewed-on: https://code.wireshark.org/review/33573 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>