|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
QTreeWidget subclass that remaps the Tab and Backtab keys to the next row (same column) when pressing Tab while editing, change to the next column (same row). More...
#include <tabnav_tree_widget.h>
Public Member Functions | |
| TabnavTreeWidget (QWidget *parent=0) | |
| Constructs the TabnavTreeWidget. | |
| QModelIndex | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override |
| Overrides cursor movement so that Tab and Backtab transfer focus out of the tree rather than selecting the next or previous item. | |
QTreeWidget subclass that remaps the Tab and Backtab keys to the next row (same column) when pressing Tab while editing, change to the next column (same row).
| TabnavTreeWidget::TabnavTreeWidget | ( | QWidget * | parent = 0 | ) |
Constructs the TabnavTreeWidget.
| parent | Optional parent widget. |
|
override |
Overrides cursor movement so that Tab and Backtab transfer focus out of the tree rather than selecting the next or previous item.
| cursorAction | The requested cursor movement action. |
| modifiers | Active keyboard modifiers at the time of the action. |