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

Function sectionResizeMode

ui/deferredtreeview.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25namespace {
26QHeaderView::ResizeMode sectionResizeMode(QHeaderView *header, int logicalIndex)
27{
28 return header->sectionResizeMode(logicalIndex);
29}
30
31void setSectionResizeMode(QHeaderView *header, int logicalIndex, QHeaderView::ResizeMode mode)
32{

Callers 1

deferredResizeModeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected