SLOTs for changes triggered in XYCurve General-Tab
| 422 | //************************************************************* |
| 423 | // General-Tab |
| 424 | void XYSmoothCurveDock::curveSmoothDataChanged(const XYSmoothCurve::SmoothData& smoothData) { |
| 425 | CONDITIONAL_LOCK_RETURN; |
| 426 | m_smoothData = smoothData; |
| 427 | uiGeneralTab.cbType->setCurrentIndex(m_smoothData.type); |
| 428 | |
| 429 | this->showSmoothResult(); |
| 430 | } |
nothing calls this directly
no test coverage detected