By default, the cursor changes to a crosshair when it’s within a QwtPlot on the screen. Calling
setCursor(Qt::ArrowCursor);
from within my QwtPlot subclass doesn’t have any effect. How can I change this cursor to something other than a crosshair?