diff -r 401f76b830d1 -r 4426ecd854bb aboutdialog.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aboutdialog.cpp Mon Aug 08 16:16:42 2005 +0000 @@ -0,0 +1,69 @@ +#include "aboutdialog.h" +#include "version.h" + +#include "icons/vym-48x48.xpm" + +AboutDialog::AboutDialog( QWidget *parent, const char *name ) + : QDialog ( parent, name) + +{ + mainLayout=new QVBoxLayout( this); + + tabs=new QTabWidget (this); + + credits=new QTextBrowser (this,"credits"); + + + credits->setText ( + "

VYM - View Your Mind

" + "

A tool to put the things you have got in your mind into a map.

" + "