slot for printing an image
Definition at line 233 of file aimainwindow.cpp.
00234 {
00235 try
00236 {
00237
00238 m_view->view()->print();
00239 }
00240 catch(const std::exception & exception )
00241 {
00242 QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00243 }
00244 }