]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/formcopyrightdialog.kdevdlg
more FILMagain stuff
[lyx.git] / src / frontends / kde / dlg / formcopyrightdialog.kdevdlg
1 // KDevelop Dialog Editor File (.kdevdlg)
2 // 
3 // Created by KDlgEdit Version 0.1alpha (C) 1999 by Pascal Krahmer
4 // Get KDevelop including KDlgEdit at "www.beast.de/kdevelop"
5 // 
6 data Information
7 {
8    Filename="/nfs/sinco/source/lyx/rae/src/frontends/kde/dlg/formcopyrightdialog.kdevdlg"
9    KDevelopVersion="0.4"
10    DlgEditVersion="0.1alpha"
11    LastChanged="Mon Feb 7 12:39:07 2000"
12 }
13
14 data SessionManagement
15 {
16    OpenedRoot_1="Appearance"
17    OpenedRoot_2="C++ Code"
18    OpenedRoot_3="General"
19    OpenedRoot_4="Geometry"
20    OpenedRootCount="4"
21 }
22
23 item QWidget
24 {
25    Name="NoName"
26    VarName="this"
27    X="0"
28    Y="0"
29    Width="400"
30    Height="400"
31    MinWidth="0"
32    MinHeight="0"
33
34    item QLabel
35    {
36       Name="NoName"
37       VarName="labelWho"
38       X="10"
39       Y="10"
40       Width="380"
41       Height="50"
42       MinWidth="0"
43       MinHeight="0"
44       Text="LyX is Copyright ( C) 1995 by Matthias Ettrich, \n1995-2000 LyX Team"
45    }
46
47    item QLabel
48    {
49       Name="NoName"
50       VarName="labelGNU"
51       X="10"
52       Y="70"
53       Width="380"
54       Height="90"
55       MinWidth="0"
56       MinHeight="0"
57       Text="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."
58    }
59
60    item QLabel
61    {
62       Name="NoName"
63       VarName="labelLyX"
64       X="10"
65       Y="170"
66       Width="380"
67       Height="180"
68       MinWidth="0"
69       MinHeight="0"
70       Text="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."
71    }
72
73    item QPushButton
74    {
75       Name="NoName"
76       VarName="buttonOk"
77       X="130"
78       Y="360"
79       Width="140"
80       Height="30"
81       MinWidth="0"
82       MinHeight="0"
83       Text="OK"
84       isDefault="true"
85    }
86 }