]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/FormCopyrightDialog.ui
First attempt at converting copyright dialog to MVC architecture
[lyx.git] / src / frontends / qt2 / FormCopyrightDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>FormCopyrightDialog</class>
3 <widget>
4     <class>QDialog</class>
5     <property stdset="1">
6         <name>name</name>
7         <cstring>FormCopyrightDialog</cstring>
8     </property>
9     <property stdset="1">
10         <name>geometry</name>
11         <rect>
12             <x>0</x>
13             <y>0</y>
14             <width>468</width>
15             <height>454</height>
16         </rect>
17     </property>
18     <property stdset="1">
19         <name>caption</name>
20         <string>Form1</string>
21     </property>
22     <vbox>
23         <property stdset="1">
24             <name>margin</name>
25             <number>11</number>
26         </property>
27         <property stdset="1">
28             <name>spacing</name>
29             <number>6</number>
30         </property>
31         <widget>
32             <class>QLabel</class>
33             <property stdset="1">
34                 <name>name</name>
35                 <cstring>copyrightLA</cstring>
36             </property>
37             <property stdset="1">
38                 <name>frameShape</name>
39                 <enum>Box</enum>
40             </property>
41             <property stdset="1">
42                 <name>frameShadow</name>
43                 <enum>Sunken</enum>
44             </property>
45             <property stdset="1">
46                 <name>margin</name>
47                 <number>6</number>
48             </property>
49             <property stdset="1">
50                 <name>text</name>
51                 <string>KLyX is Copyright (C) 1995 by Matthias Ettrich,
52 1995-2001 by LyX Team</string>
53             </property>
54             <property stdset="1">
55                 <name>alignment</name>
56                 <set>AlignCenter</set>
57             </property>
58             <property>
59                 <name>hAlign</name>
60             </property>
61         </widget>
62         <widget>
63             <class>QLabel</class>
64             <property stdset="1">
65                 <name>name</name>
66                 <cstring>licenseLA</cstring>
67             </property>
68             <property stdset="1">
69                 <name>sizePolicy</name>
70                 <sizepolicy>
71                     <hsizetype>1</hsizetype>
72                     <vsizetype>1</vsizetype>
73                 </sizepolicy>
74             </property>
75             <property stdset="1">
76                 <name>frameShape</name>
77                 <enum>Box</enum>
78             </property>
79             <property stdset="1">
80                 <name>frameShadow</name>
81                 <enum>Sunken</enum>
82             </property>
83             <property stdset="1">
84                 <name>margin</name>
85                 <number>6</number>
86             </property>
87             <property stdset="1">
88                 <name>text</name>
89                 <string>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</string>
90             </property>
91             <property stdset="1">
92                 <name>alignment</name>
93                 <set>WordBreak|AlignCenter</set>
94             </property>
95             <property>
96                 <name>hAlign</name>
97             </property>
98             <property>
99                 <name>wordwrap</name>
100             </property>
101         </widget>
102         <widget>
103             <class>QLabel</class>
104             <property stdset="1">
105                 <name>name</name>
106                 <cstring>disclaimerLA</cstring>
107             </property>
108             <property stdset="1">
109                 <name>sizePolicy</name>
110                 <sizepolicy>
111                     <hsizetype>5</hsizetype>
112                     <vsizetype>5</vsizetype>
113                 </sizepolicy>
114             </property>
115             <property stdset="1">
116                 <name>minimumSize</name>
117                 <size>
118                     <width>0</width>
119                     <height>0</height>
120                 </size>
121             </property>
122             <property stdset="1">
123                 <name>frameShape</name>
124                 <enum>Box</enum>
125             </property>
126             <property stdset="1">
127                 <name>frameShadow</name>
128                 <enum>Sunken</enum>
129             </property>
130             <property stdset="1">
131                 <name>margin</name>
132                 <number>6</number>
133             </property>
134             <property stdset="1">
135                 <name>text</name>
136                 <string>KLyX is distributed in the hope that it will be
137 useful, but WITHOUT ANY WARRANTY, 
138 without even the implied warranty of 
139 MERCHANTABILITY or FITNESS FOR A 
140 PARTICULAR PURPOSE. See the GNU General 
141 Public License for more details.
142 You should have received a copy of the GNU 
143 General Public License along with this program; 
144 if not, write to the Free Software Foundation, Inc., 
145 675 Mass Ave, Cambridge, MA 02139, USA.</string>
146             </property>
147             <property stdset="1">
148                 <name>alignment</name>
149                 <set>WordBreak|AlignCenter</set>
150             </property>
151             <property>
152                 <name>hAlign</name>
153             </property>
154             <property>
155                 <name>wordwrap</name>
156             </property>
157         </widget>
158         <widget>
159             <class>QPushButton</class>
160             <property stdset="1">
161                 <name>name</name>
162                 <cstring>okPB</cstring>
163             </property>
164             <property stdset="1">
165                 <name>sizePolicy</name>
166                 <sizepolicy>
167                     <hsizetype>0</hsizetype>
168                     <vsizetype>0</vsizetype>
169                 </sizepolicy>
170             </property>
171             <property stdset="1">
172                 <name>text</name>
173                 <string>&amp;OK</string>
174             </property>
175             <property stdset="1">
176                 <name>default</name>
177                 <bool>true</bool>
178             </property>
179         </widget>
180     </vbox>
181 </widget>
182 <connections>
183     <connection>
184         <sender>okPB</sender>
185         <signal>clicked()</signal>
186         <receiver>FormCopyrightDialog</receiver>
187         <slot>reject()</slot>
188     </connection>
189 </connections>
190 </UI>