I have a QwtPlot with a QwtPlotMagnifier, so I can zoom in and out using the mouse wheel.
Which signal is emitted when I zoom (that is I turn mouse wheel)?
thanks
Printable View
I have a QwtPlot with a QwtPlotMagnifier, so I can zoom in and out using the mouse wheel.
Which signal is emitted when I zoom (that is I turn mouse wheel)?
thanks
Referring to this post. From my new implementation of rescale() I can emit any signal.
thanks