MCPcopy Create free account
hub / github.com/KDE/kdevelop / resizeColumns

Method resizeColumns

kdevplatform/debugger/util/treeview.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void AsyncTreeView::resizeColumns()
61{
62 for (int i = 0; i < model()->columnCount(); ++i) {
63 this->resizeColumnToContents(i);
64 }
65 this->updateGeometry();
66}
67
68void AsyncTreeView::setAutoResizeColumns(bool on)
69{

Callers 1

variableCreatedMethod · 0.45

Calls 2

modelFunction · 0.85
columnCountMethod · 0.45

Tested by

no test coverage detected