Hello,

if i have enabled antialiasing on a QwtPlotCurve() like:

Qt Code:
  1. curve = new QwtPlotCurve();
  2. curve->setRenderHint(QwtPlotItem::RenderAntialiased);
To copy to clipboard, switch view to plain text mode 
How can i disable it again?

Thank you for an answer!
Best regads johno