void AiMainWindow::helpAbout (  )  [private, slot]

slot for showing about me ;)

Definition at line 788 of file aimainwindow.cpp.

00789 {
00790     try
00791     {
00792         AiAbout * about = new AiAbout(  );
00793         about->setModal( true );
00794         about->show();
00795     }
00796     catch(const std::exception & exception )
00797     {
00798         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00799     }
00800 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:17 2010 for AiFractals by  doxygen 1.6.1