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

Method updateLocale

src/backend/matrix/Matrix.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void Matrix::updateLocale() {
107 // the width of the cells might change with the new locale,
108 // resize the headers to fit the new content which will also trigger the redraw of the table using the new locale
109#ifndef SDK
110 m_view->resizeHeaders();
111#endif
112}
113
114QWidget* Matrix::view() const {
115#ifndef SDK

Callers

nothing calls this directly

Calls 1

resizeHeadersMethod · 0.80

Tested by

no test coverage detected