slot for zooming in an image
Definition at line 281 of file aimainwindow.cpp.
00282 {
00283 try
00284 {
00285 m_view->view()->scale(1.5,1.5);
00286 }
00287 catch(const std::exception & exception )
00288 {
00289 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00290 }
00291 }