Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
20class ResizeHeaderView : public QHeaderView
21{
22 Q_OBJECT
23
24public:
25 ResizeHeaderView(Qt::Orientation orientation, QWidget *parent = nullptr);
26
27protected:
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