]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/formcopyrightdialogdata.C
Angus's FormInset work; Dekel's languages patch; my reworking of Angus's stuff +...
[lyx.git] / src / frontends / kde / formcopyrightdialogdata.C
1 /**********************************************************************
2             --- KDevelop (KDlgEdit)  generated file ---                
3
4             DO NOT EDIT!!!  This file will be automatically
5             regenerated by KDevelop.  All changes will be lost.
6
7 **********************************************************************/
8 #include "formcopyrightdialog.h"
9
10 void  FormCopyrightDialog::initDialog(){
11   this->resize(400,400);
12   this->setMinimumSize(0,0);
13   this->setFixedSize(400,400);
14   labelWho= new QLabel(this,"NoName");
15   labelWho->setGeometry(10,10,380,50);
16   labelWho->setMinimumSize(0,0);
17   labelWho->setText("LyX is Copyright ( C) 1995 by Matthias Ettrich, \n1995-2000 LyX Team");
18
19   labelGNU= new QLabel(this,"NoName");
20   labelGNU->setGeometry(10,70,380,90);
21   labelGNU->setMinimumSize(0,0);
22   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.");
23
24   labelLyX= new QLabel(this,"NoName");
25   labelLyX->setGeometry(10,170,380,180);
26   labelLyX->setMinimumSize(0,0);
27   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.");
28
29   buttonOk= new QPushButton(this,"NoName");
30   buttonOk->setGeometry(130,360,140,30);
31   buttonOk->setMinimumSize(0,0);
32   buttonOk->setText("OK");
33   buttonOk->setDefault(true);
34
35 }