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

Method updateLocale

src/frontend/dockwidgets/XYFitCurveDock.cpp:388–393  ·  view source on GitHub ↗

* updates the locale in the widgets. called when the application settings are changed. */

Source from the content-addressed store, hash-verified

386 * updates the locale in the widgets. called when the application settings are changed.
387 */
388void XYFitCurveDock::updateLocale() {
389 if (m_fitCurve) {
390 fitParametersWidget->setFitData(&m_fitData);
391 showFitResult();
392 }
393}
394
395void XYFitCurveDock::retranslateUi() {
396 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setFitDataMethod · 0.45

Tested by

no test coverage detected