slot for fitting an image to window Definition at line 317 of file aimainwindow.cpp. 00318 { 00319 try 00320 { 00321 m_view->view()->fillToWindow(); 00322 } 00323 catch(const std::exception & exception ) 00324 { 00325 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =).")); 00326 } 00327 } |