jhilmer@153: /* emacs: -*- Mode: C; c-style: "bsd"; c-basic-offset: 4; c-recognize-knr-p: nil; -*- */ jhilmer@153: jhilmer@153: #include jhilmer@153: #include jhilmer@153: insilmaril@149: #include "aboutdialog.h" insilmaril@149: #include "version.h" jhilmer@153: #include "settings.h" jhilmer@153: #include "mainwindow.h" insilmaril@149: insilmaril@155: jhilmer@153: extern Main *mainWindow; jhilmer@153: extern Settings settings; insilmaril@149: insilmaril@150: AboutDialog::AboutDialog( QWidget *parent, const char *name) insilmaril@150: : QDialog( parent, name) insilmaril@149: { jhilmer@153: jhilmer@153: mainLayout=new QVBoxLayout( this, 10); insilmaril@149: jhilmer@153: tabs=new QTabWidget (this); jhilmer@153: credits=new AboutTextBrowser (this,"credits"); insilmaril@149: jhilmer@153: credits->setText ( insilmaril@155: "

VYM - View Your Mind

" insilmaril@155: "

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

" insilmaril@155: "

(c) by Uwe Drechsel (vym@InSilmaril.de)

" insilmaril@160: "

Version " __VYM_VERSION__" - " __BUILD_DATE__"

" jhilmer@153: "