slot for zooming out an image
Definition at line 293 of file aimainwindow.cpp.
00294 {
00295 try
00296 {
00297 m_view->view()->scale(-.5,-.5);
00298 }
00299 catch(const std::exception & exception )
00300 {
00301 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00302 }
00303 }