slot for zooming 1600% Definition at line 329 of file aimainwindow.cpp. 00330 { 00331 try 00332 { 00333 m_view->view()->clearScale(); 00334 m_view->view()->scale(16.,16.); 00335 } 00336 catch(const std::exception & exception ) 00337 { 00338 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =).")); 00339 } 00340 } |