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