Hi I was trying to remove all curves from QwtPLot...I did not succed (otherwise I wouldnt write here )
I thought this would do that for me:
Qt Code:
  1. trendPlot->detachItems(QwtPlotItem::Rtti_PlotCurve, true);
To copy to clipboard, switch view to plain text mode 
I was wrong...so I tried to reimplement detachItems method...but did not succed ...
Anyone help pls ?
Thanks