Hi!
Is there a way how I can set a plotcurve invisible ? I thought it has dettach method as it has attach but it doesnt...
Does anyone know how to lets say hide and redisplaying of a curve upon some event ?
Thanks
Printable View
Hi!
Is there a way how I can set a plotcurve invisible ? I thought it has dettach method as it has attach but it doesnt...
Does anyone know how to lets say hide and redisplaying of a curve upon some event ?
Thanks
what about QwtPlotCurve::setVisible(bool) ?? If you detach it, the curve will be deleted and you have to attach it again later.
HTH