MCPcopy Create free account
hub / github.com/KDAB/KDChart / MyHeaderView

Method MyHeaderView

tests/Gantt/headers/main.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62{
63public:
64 explicit MyHeaderView(QWidget *parent = 0)
65 : QHeaderView(Qt::Horizontal, parent)
66 {
67 }
68
69 /*reimp*/ QSize sizeHint() const override
70 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected