Quote Originally Posted by fatecasino View Post
Qt Code:
  1. m_zoomer->setEnabled(on);
  2. m_zoomer->zoom(0);
To copy to clipboard, switch view to plain text mode 
From the documentation of QwtPlotZoomer::zoom:

"A value of 0 zooms out to the zoom base."
You might complain about the documentation, but this is no excuse for not reading what is there.

Uwe