slot for zooming 25% Definition at line 407 of file aimainwindow.cpp. 00408 { 00409 try 00410 { 00411 m_view->view()->clearScale(); 00412 m_view->view()->scale(-.25,-.25); 00413 } 00414 catch(const std::exception & exception ) 00415 { 00416 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =).")); 00417 } 00418 } |