aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tabnav_tree_widget.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15Qt: implement saner tab navigation for coloring rules dialogPeter Wu1-0/+54
The default QTreeView/QTreeWidget behavior for (Shift-)Tab navigation is to select the previous/next row. For data entries with multiple columns (such as the UAT dialog or the coloring rules dialog), column navigation is closer to what a user would expect, so implement that. Bug: 13856 Change-Id: Ib585030380f894e0be214a95107cb264afac7eee Reviewed-on: https://code.wireshark.org/review/22561 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>