Originally Posted by fatecasino Qt Code: Switch view m_zoomer->setEnabled(on);m_zoomer->zoom(0); m_zoomer->setEnabled(on); 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
m_zoomer->setEnabled(on);m_zoomer->zoom(0);
m_zoomer->setEnabled(on); m_zoomer->zoom(0);
View Tag Cloud
Forum Rules
Bookmarks