MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setSectionResizeMode

Function setSectionResizeMode

ui/deferredtreeview.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void setSectionResizeMode(QHeaderView *header, int logicalIndex, QHeaderView::ResizeMode mode)
32{
33 header->setSectionResizeMode(logicalIndex, mode);
34}
35}
36
37HeaderView::HeaderView(Qt::Orientation orientation, QWidget *parent)

Callers 2

setDeferredResizeModeMethod · 0.85
sectionCountChangedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected