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