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

slot for showing help

Definition at line 774 of file aimainwindow.cpp.

00775 {
00776     try
00777     {
00778         AiHelp * help = new AiHelp(  );
00779         help->setAttribute(Qt::WA_QuitOnClose, false);
00780         help->show();
00781     }
00782     catch(const std::exception & exception )
00783     {
00784         QMessageBox::critical(this, tr("Critical Error!"), tr("Please report this problem to adrabi[at]gmail[dot]com =)."));
00785     }
00786 }

 All Classes Namespaces Files Functions Variables Typedefs

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