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

Method resizeHeaders

src/frontend/matrix/MatrixView.cpp:388–391  ·  view source on GitHub ↗

! Resizes the headers/columns to fit the new content. Called on changes of the header format in Matrix. */

Source from the content-addressed store, hash-verified

386 Resizes the headers/columns to fit the new content. Called on changes of the header format in Matrix.
387*/
388void MatrixView::resizeHeaders() {
389 m_tableView->resizeColumnsToContents();
390 m_tableView->resizeRowsToContents();
391}
392
393/*!
394 Returns how many columns are selected.

Callers 2

updateLocaleMethod · 0.80
setHeaderFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected