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

Method curveValuesFontChanged

src/frontend/dockwidgets/XYCurveDock.cpp:965–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963 ui.leValuesSuffix->setText(suffix);
964}
965void XYCurveDock::curveValuesFontChanged(QFont font) {
966 CONDITIONAL_LOCK_RETURN;
967 font.setPointSizeF(std::round(Worksheet::convertFromSceneUnits(font.pointSizeF(), Worksheet::Unit::Point)));
968 ui.kfrValuesFont->setFont(font);
969}
970void XYCurveDock::curveValuesColorChanged(QColor color) {
971 CONDITIONAL_LOCK_RETURN;
972 ui.kcbValuesColor->setColor(color);

Callers

nothing calls this directly

Calls 1

setFontMethod · 0.45

Tested by

no test coverage detected