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 } |