Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
rowmove_tree_view.h
Go to the documentation of this file.
1
14
15#ifndef ROWMOVE_TREE_VIEW_H
16#define ROWMOVE_TREE_VIEW_H
17
18#include <config.h>
20
26{
27 Q_OBJECT
28
29public:
34 RowMoveTreeView(QWidget *parent = nullptr);
35
36protected:
41 void dropEvent(QDropEvent *event) override;
42};
43#endif // ROWMOVE_TREE_VIEW_H
RowMoveTreeView(QWidget *parent=nullptr)
Constructs the row-move tree view.
Definition rowmove_tree_view.cpp:25
void dropEvent(QDropEvent *event) override
Handles drop events for row reordering within the tree.
Definition rowmove_tree_view.cpp:40
TabnavTreeView(QWidget *parent=0)
Constructs the tree view with column-wise Tab navigation.
Definition tabnav_tree_view.cpp:15