Wireshark  4.3.0
The Wireshark network protocol analyzer
resize_header_view.h
Go to the documentation of this file.
1 
14 #ifndef RESIZE_HEADER_VIEW_H
15 #define RESIZE_HEADER_VIEW_H
16 
17 #include <config.h>
18 #include <QHeaderView>
19 
20 class ResizeHeaderView : public QHeaderView
21 {
22  Q_OBJECT
23 
24 public:
25  ResizeHeaderView(Qt::Orientation orientation, QWidget *parent = nullptr);
26 
27 protected:
28  void contextMenuEvent(QContextMenuEvent *e) override;
29 
30 };
31 #endif // RESIZE_HEADER_VIEW_H
Definition: resize_header_view.h:21
void contextMenuEvent(QContextMenuEvent *e) override
Definition: resize_header_view.cpp:32