| 1792 | ui.kfrLabelsFont->setFont(newFont); |
| 1793 | } |
| 1794 | void AxisDock::axisLabelsFontColorChanged(const QColor& color) { |
| 1795 | CONDITIONAL_LOCK_RETURN; |
| 1796 | updateAxisColor(); |
| 1797 | ui.kcbLabelsFontColor->setColor(color); |
| 1798 | } |
| 1799 | void AxisDock::axisLabelsBackgroundTypeChanged(Axis::LabelsBackgroundType type) { |
| 1800 | CONDITIONAL_LOCK_RETURN; |
| 1801 | ui.cbLabelsBackgroundType->setCurrentIndex(static_cast<int>(type)); |