Such a mode is not implemented, but isn't very hard to implement. You could derive from QwtPlotMagnifier overloading the following 2 methods:
widgetWheelEvent to store the mouse position
rescale, where you implement zooming around the mouse poistion
Starting with the code from QwtPlotMagnifier ::rescale should help.
Uwe
Bookmarks