slot for button zoom-area
- Parameters:
-
Definition at line 802 of file aimainwindow.cpp.
00803 {
00804 try
00805 {
00806 m_view->view()->zooming( enable );
00807 }
00808 catch(const std::exception & exception )
00809 {
00810 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00811 }
00812 }