MCPcopy Create free account
hub / github.com/chris2511/xca / XcaHeaderView

Method XcaHeaderView

widgets/XcaHeaderView.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <QContextMenuEvent>
12
13XcaHeaderView::XcaHeaderView()
14 :QHeaderView(Qt::Horizontal)
15{
16 setSectionsMovable(true);
17}
18
19void XcaHeaderView::contextMenuEvent(QContextMenuEvent *e)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected