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

Method axisLabelsTextColumnChanged

src/frontend/dockwidgets/AxisDock.cpp:1783–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1781 ui.cbLabelsTextType->setCurrentIndex(index);
1782}
1783void AxisDock::axisLabelsTextColumnChanged(const AbstractColumn* column) {
1784 CONDITIONAL_LOCK_RETURN;
1785 cbLabelsTextColumn->setAspect(column, m_axis->labelsTextColumnPath());
1786}
1787void AxisDock::axisLabelsFontChanged(const QFont& font) {
1788 CONDITIONAL_LOCK_RETURN;
1789 // we need to set the font size in points for KFontRequester

Callers

nothing calls this directly

Calls 1

setAspectMethod · 0.80

Tested by

no test coverage detected