SLOTs for changes triggered in XYCurve General-Tab
| 364 | //************************************************************* |
| 365 | // General-Tab |
| 366 | void XYFunctionCurveDock::curveFunctionDataChanged(const XYFunctionCurve::FunctionData&) { |
| 367 | CONDITIONAL_LOCK_RETURN; |
| 368 | uiGeneralTab.teFunction->setText(m_functionCurve->function()); |
| 369 | } |