Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
resize_header_view.h
Go to the documentation of this file.
1
13
14#ifndef RESIZE_HEADER_VIEW_H
15#define RESIZE_HEADER_VIEW_H
16
17#include <config.h>
18
20
26{
27 Q_OBJECT
28
29public:
35 ResizeHeaderView(Qt::Orientation orientation, QWidget *parent = nullptr);
36
37protected:
43 void contextMenuEvent(QContextMenuEvent *e) override;
44};
45#endif // RESIZE_HEADER_VIEW_H
AdaptiveHeaderView(Qt::Orientation orientation, QWidget *parent=nullptr)
Constructs an AdaptiveHeaderView.
Definition adaptive_header_view.cpp:19
ResizeHeaderView(Qt::Orientation orientation, QWidget *parent=nullptr)
Constructs a ResizeHeaderView.
Definition resize_header_view.cpp:19
void contextMenuEvent(QContextMenuEvent *e) override
Presents a context menu at the position of e, offering actions to resize sections to their contents o...
Definition resize_header_view.cpp:32