Hello,

I'd like to attach one QwtPlotCurve to several QwtPlots. That is easy. But is there any way to detach this curve from only one plot? QwtPlotItem::detach() detaches the item from all plots... I need something like "QwtPlotItem::detachFrom(QwtPlot)". Is there any way to achieve this? I'm using Qwt 5.2.1.

thanks!
Felix