Hi all,

I'm trying to create some crosshairs that follow the mouse. The effect I'm trying to achieve is that of QwtPicker(PointSelection, CrossRubberBand, AlwaysOn), but without having to click the mouse to activate the rubberband.

Of course, I can probably achieve this by using two plot markers that follow the mouse position (or drawing the lines directly in a paintEvent()), but I was wondering if there is an easier solution / better way to do it.