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

Method axisLabelsBackgroundColorChanged

src/frontend/dockwidgets/AxisDock.cpp:1803–1806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1801 ui.cbLabelsBackgroundType->setCurrentIndex(static_cast<int>(type));
1802}
1803void AxisDock::axisLabelsBackgroundColorChanged(const QColor& color) {
1804 CONDITIONAL_LOCK_RETURN;
1805 ui.kcbLabelsBackgroundColor->setColor(color);
1806}
1807void AxisDock::axisLabelsPrefixChanged(const QString& prefix) {
1808 CONDITIONAL_LOCK_RETURN;
1809 ui.leLabelsPrefix->setText(prefix);

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected