/********************************************************************** --- KDevelop (KDlgEdit) generated file --- DO NOT EDIT!!! This file will be automatically regenerated by KDevelop. All changes will be lost. **********************************************************************/ #include "formcopyrightdialog.h" void FormCopyrightDialog::initDialog(){ this->resize(400,400); this->setMinimumSize(0,0); this->setFixedSize(400,400); labelWho= new QLabel(this,"NoName"); labelWho->setGeometry(10,10,380,50); labelWho->setMinimumSize(0,0); labelWho->setText("LyX is Copyright ( C) 1995 by Matthias Ettrich, \n1995-2000 LyX Team"); labelGNU= new QLabel(this,"NoName"); labelGNU->setGeometry(10,70,380,90); labelGNU->setMinimumSize(0,0); labelGNU->setText("This program is free software; you can redistribute it\nand/or modify it under the terms of the GNU General\nPublic License as published by the Free Software\nFoundation; either version 2 of the License, or\n(at your option) any later version."); labelLyX= new QLabel(this,"NoName"); labelLyX->setGeometry(10,170,380,180); labelLyX->setMinimumSize(0,0); labelLyX->setText("LyX is distributed in the hope that it will\nbe useful, but WITHOUT ANY WARRANTY;\nwithout even the implied warranty of MERCHANTABILITY\nor FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for more details.\nYou should have received a copy of\nthe GNU General Public License\nalong with this program; if not, write to\nthe Free Software Foundation, Inc., \n675 Mass Ave, Cambridge, MA 02139, USA."); buttonOk= new QPushButton(this,"NoName"); buttonOk->setGeometry(130,360,140,30); buttonOk->setMinimumSize(0,0); buttonOk->setText("OK"); buttonOk->setDefault(true); }