Hi all,
I have a QwtPlot in my form. And i want to put a vertical line marker when the user right mouse button clicks onto the canvas of the qwtPlot. I have no problem to set markers, but i need to get mouse click events of qwtPlot. I found the setMousePattern in QwtPlotPicker class. I used it, but nothing changed.
I wonder if QwtPlot has rightButtonClicked signal. or is there anyother way to do this?

