MCPcopy Create free account
hub / github.com/baldurk/renderdoc / setColumnWidths

Method setColumnWidths

qrenderdoc/Widgets/Extended/RDTableView.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void RDTableView::setColumnWidths(const QList<int> &widths)
84{
85 horizontalHeader()->resizeSections(widths);
86
87 updateGeometries();
88}
89
90void RDTableView::resizeColumnsToContents()
91{

Callers 2

ApplyRowAndColumnDimsMethod · 0.80
ResetMethod · 0.80

Calls 1

resizeSectionsMethod · 0.80

Tested by

no test coverage detected