Hello Everyone,

As we know, when we use QwtPlotZoomer, we draw a rectangle on the plot and after mouse release, the selected area get zoomed/focused.
So here my question is, I want to do something after release of mouse or after zoom effect.

I know I can use QEvent::MouseButtonRelease:, but that's not the task. Is their anything in QwtPlotZoomer itself, like signal/method which I can used for after mouse release.

Thanks