# HG changeset patch # User insilmaril # Date 1123517802 0 # Node ID 4426ecd854bb24f59a9afe0b4c354613576a77f5 # Parent 401f76b830d14f07259b734af776b10f76ffbff2 added aboutDialog 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.

" + "