MCPcopy Create free account
hub / github.com/KDE/labplot / resizeHeader

Method resizeHeader

src/frontend/ProjectExplorer.cpp:702–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702void ProjectExplorer::resizeHeader() {
703 m_treeView->header()->resizeSections(QHeaderView::ResizeToContents);
704 m_treeView->header()->resizeSection(0, m_treeView->header()->sectionSize(0) * 1.2); // make the column "Name" somewhat bigger
705}
706
707/*!
708 called when the filter/search text was changend.

Callers 2

finalizeImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected