Hello,

I make my own QwtPlot class, and I add a QwtPlotZoomer.

But when I attach curve and zoom out with right clic, I am not able to go to the right axis scale, I all the time have 0-1000 for xBottom and yLeft.

I try to set the zoomBase and to make a new QwtPlotZoomer after adding my curve but nothing works.

When I set the axisScale BEFORE adding zoom it works, but I am not able to know the scale at this time :s.

Any idea?

Thanks
Sangfeust