slot for zooming 6.25% Definition at line 433 of file aimainwindow.cpp. 00434 { 00435 try 00436 { 00437 m_view->view()->clearScale(); 00438 m_view->view()->scale(.0625,.0625); 00439 } 00440 catch(const std::exception & exception ) 00441 { 00442 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =).")); 00443 } 00444 } |