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