I wouldn't recommend to use QwtPlotZoomer for your way of zooming. Simply write an event filter for the plot canvas where you catch context menu events. If you want to zoom in translate your zoom rectangle into scale coordinates ( using the scale maps ) and call setAxisScale(). For the zoom stack use QStack.
Uwe




Reply With Quote

Bookmarks