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

Method curveValuesColorChanged

src/frontend/dockwidgets/XYCurveDock.cpp:970–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968 ui.kfrValuesFont->setFont(font);
969}
970void XYCurveDock::curveValuesColorChanged(QColor color) {
971 CONDITIONAL_LOCK_RETURN;
972 ui.kcbValuesColor->setColor(color);
973}
974
975//"Margin Plot"-Tab
976void XYCurveDock::curveRugEnabledChanged(bool status) {

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected