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

Method precisionChanged

src/frontend/widgets/ValueWidget.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void ValueWidget::precisionChanged(int precision) {
270 CONDITIONAL_LOCK_RETURN;
271
272 for (auto* value : m_values)
273 value->setPrecision(precision);
274}
275
276void ValueWidget::dateTimeFormatChanged(const QString& format) {
277 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setPrecisionMethod · 0.45

Tested by

no test coverage detected