Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
widgets
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
19
#include <
ui/qt/widgets/adaptive_header_view.h
>
20
25
class
ResizeHeaderView
:
public
AdaptiveHeaderView
26
{
27
Q_OBJECT
28
29
public
:
35
ResizeHeaderView
(Qt::Orientation orientation, QWidget *parent =
nullptr
);
36
37
protected
:
43
void
contextMenuEvent
(QContextMenuEvent *e)
override
;
44
};
45
#endif
// RESIZE_HEADER_VIEW_H
adaptive_header_view.h
AdaptiveHeaderView::AdaptiveHeaderView
AdaptiveHeaderView(Qt::Orientation orientation, QWidget *parent=nullptr)
Constructs an AdaptiveHeaderView.
Definition
adaptive_header_view.cpp:19
ResizeHeaderView::ResizeHeaderView
ResizeHeaderView(Qt::Orientation orientation, QWidget *parent=nullptr)
Constructs a ResizeHeaderView.
Definition
resize_header_view.cpp:19
ResizeHeaderView::contextMenuEvent
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
Generated by
1.15.0