Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void RDTableView::setColumnWidths(const QList<int> &widths)
84
{
85
horizontalHeader()->resizeSections(widths);
86
87
updateGeometries();
88
}
89
90
void RDTableView::resizeColumnsToContents()
91
{
Callers
2
ApplyRowAndColumnDims
Method · 0.80
Reset
Method · 0.80
Calls
1
resizeSections
Method · 0.80
Tested by
no test coverage detected