AiAbout::AiAbout ( QWidget *  parent = 0  ) 

contructor with optional parent

Parameters:
parent : a widget parent ( default = 0 )

Definition at line 46 of file aiabout.cpp.

00047     :QDialog( parent )
00048 {
00049     QLabel * label = new QLabel( tr("<h1>AiFractals by Adrabi Abderrahim</h1>Open Source fractals generator under <b>Artistic License</b><br/>for Qt Buddhabrot Challenge!<br/>Copyleft 2009-2010 !(C)") );
00050     QHBoxLayout * layout = new QHBoxLayout();
00051     layout->addWidget( label );
00052     this->setLayout( layout );
00053 }

 All Classes Namespaces Files Functions Variables Typedefs

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