~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to kdevdesigner/designer/about.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>AboutDialog</class>
3
 
<comment>*********************************************************************
4
 
** Copyright (C) 2001-2003 Trolltech AS.  All rights reserved.
5
 
**
6
 
** This file is part of Qt Designer.
7
 
**
8
 
** This file may be distributed and/or modified under the terms of the
9
 
** GNU General Public License version 2 as published by the Free Software
10
 
** Foundation and appearing in the file LICENSE.GPL included in the
11
 
** packaging of this file.
12
 
**
13
 
** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
14
 
** licenses may use this file in accordance with the Qt Commercial License
15
 
** Agreement provided with the Software.
16
 
**
17
 
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
18
 
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19
 
**
20
 
** See http://www.trolltech.com/gpl/ for GPL licensing information.
21
 
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
22
 
**   information about Qt Commercial License Agreements.
23
 
**
24
 
** Contact info@trolltech.com if any conditions of this licensing are
25
 
** not clear to you.
26
 
**
27
 
*********************************************************************</comment>
28
 
<widget class="QDialog">
29
 
    <property name="name">
30
 
        <cstring>AboutDialog</cstring>
31
 
    </property>
32
 
    <property name="geometry">
33
 
        <rect>
34
 
            <x>0</x>
35
 
            <y>0</y>
36
 
            <width>544</width>
37
 
            <height>667</height>
38
 
        </rect>
39
 
    </property>
40
 
    <property name="caption">
41
 
        <string>Qt Designer</string>
42
 
    </property>
43
 
    <vbox>
44
 
        <property name="name">
45
 
            <cstring>unnamed</cstring>
46
 
        </property>
47
 
        <property name="margin">
48
 
            <number>11</number>
49
 
        </property>
50
 
        <property name="spacing">
51
 
            <number>6</number>
52
 
        </property>
53
 
        <widget class="QLabel">
54
 
            <property name="name">
55
 
                <cstring>aboutPixmap</cstring>
56
 
            </property>
57
 
            <property name="frameShape">
58
 
                <enum>NoFrame</enum>
59
 
            </property>
60
 
            <property name="frameShadow">
61
 
                <enum>Plain</enum>
62
 
            </property>
63
 
            <property name="pixmap">
64
 
                <pixmap>"designer_splash.png"</pixmap>
65
 
            </property>
66
 
            <property name="scaledContents">
67
 
                <bool>false</bool>
68
 
            </property>
69
 
            <property name="alignment">
70
 
                <set>AlignCenter</set>
71
 
            </property>
72
 
            <property name="hAlign" stdset="0">
73
 
            </property>
74
 
        </widget>
75
 
        <widget class="QLabel">
76
 
            <property name="name">
77
 
                <cstring>aboutVersion</cstring>
78
 
            </property>
79
 
            <property name="text">
80
 
                <string>Version 3.2</string>
81
 
            </property>
82
 
            <property name="alignment">
83
 
                <set>AlignCenter</set>
84
 
            </property>
85
 
            <property name="hAlign" stdset="0">
86
 
            </property>
87
 
        </widget>
88
 
        <widget class="QLabel">
89
 
            <property name="name">
90
 
                <cstring>aboutCopyright</cstring>
91
 
            </property>
92
 
            <property name="text">
93
 
                <string>Copyright (C) 2000-2003 Trolltech AS. All Rights Reserved.</string>
94
 
            </property>
95
 
            <property name="alignment">
96
 
                <set>AlignCenter</set>
97
 
            </property>
98
 
            <property name="hAlign" stdset="0">
99
 
            </property>
100
 
        </widget>
101
 
        <widget class="QLabel">
102
 
            <property name="name">
103
 
                <cstring>aboutLicense</cstring>
104
 
            </property>
105
 
            <property name="sizePolicy">
106
 
                <sizepolicy>
107
 
                    <hsizetype>1</hsizetype>
108
 
                    <vsizetype>0</vsizetype>
109
 
                    <horstretch>0</horstretch>
110
 
                    <verstretch>0</verstretch>
111
 
                </sizepolicy>
112
 
            </property>
113
 
            <property name="text">
114
 
                <string>&lt;p&gt;Qt Commercial Edition license holders: This program is licensed to you under the terms of the Qt Commercial License Agreement. For details, see the file LICENSE that came with this software distribution.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Qt Free Edition users: This program is licensed to you under the terms of the GNU General Public License Version 2. For details, see the file LICENSE.GPL that came with this software distribution.&lt;/p&gt;&lt;p&gt;The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.&lt;/p&gt;</string>
115
 
            </property>
116
 
            <property name="alignment">
117
 
                <set>WordBreak|AlignVCenter|AlignLeft</set>
118
 
            </property>
119
 
            <property name="wordwrap" stdset="0">
120
 
            </property>
121
 
        </widget>
122
 
        <spacer>
123
 
            <property name="name">
124
 
                <cstring>Spacer3</cstring>
125
 
            </property>
126
 
            <property name="orientation">
127
 
                <enum>Vertical</enum>
128
 
            </property>
129
 
            <property name="sizeType">
130
 
                <enum>Expanding</enum>
131
 
            </property>
132
 
            <property name="sizeHint">
133
 
                <size>
134
 
                    <width>20</width>
135
 
                    <height>20</height>
136
 
                </size>
137
 
            </property>
138
 
        </spacer>
139
 
        <widget class="QLayoutWidget">
140
 
            <property name="name">
141
 
                <cstring>Layout1</cstring>
142
 
            </property>
143
 
            <hbox>
144
 
                <property name="name">
145
 
                    <cstring>unnamed</cstring>
146
 
                </property>
147
 
                <property name="margin">
148
 
                    <number>0</number>
149
 
                </property>
150
 
                <property name="spacing">
151
 
                    <number>6</number>
152
 
                </property>
153
 
                <spacer>
154
 
                    <property name="name">
155
 
                        <cstring>Spacer2</cstring>
156
 
                    </property>
157
 
                    <property name="orientation">
158
 
                        <enum>Horizontal</enum>
159
 
                    </property>
160
 
                    <property name="sizeType">
161
 
                        <enum>Expanding</enum>
162
 
                    </property>
163
 
                    <property name="sizeHint">
164
 
                        <size>
165
 
                            <width>20</width>
166
 
                            <height>20</height>
167
 
                        </size>
168
 
                    </property>
169
 
                </spacer>
170
 
                <widget class="QPushButton">
171
 
                    <property name="name">
172
 
                        <cstring>PushButton1</cstring>
173
 
                    </property>
174
 
                    <property name="text">
175
 
                        <string>&amp;OK</string>
176
 
                    </property>
177
 
                    <property name="autoDefault">
178
 
                        <bool>true</bool>
179
 
                    </property>
180
 
                    <property name="default">
181
 
                        <bool>true</bool>
182
 
                    </property>
183
 
                </widget>
184
 
                <spacer>
185
 
                    <property name="name">
186
 
                        <cstring>Spacer1</cstring>
187
 
                    </property>
188
 
                    <property name="orientation">
189
 
                        <enum>Horizontal</enum>
190
 
                    </property>
191
 
                    <property name="sizeType">
192
 
                        <enum>Expanding</enum>
193
 
                    </property>
194
 
                    <property name="sizeHint">
195
 
                        <size>
196
 
                            <width>20</width>
197
 
                            <height>20</height>
198
 
                        </size>
199
 
                    </property>
200
 
                </spacer>
201
 
            </hbox>
202
 
        </widget>
203
 
    </vbox>
204
 
</widget>
205
 
<connections>
206
 
    <connection>
207
 
        <sender>PushButton1</sender>
208
 
        <signal>clicked()</signal>
209
 
        <receiver>AboutDialog</receiver>
210
 
        <slot>accept()</slot>
211
 
    </connection>
212
 
</connections>
213
 
<includes>
214
 
    <include location="local" impldecl="in implementation">myiconloader.h</include>
215
 
</includes>
216
 
<pixmapfunction>BarIcon2</pixmapfunction>
217
 
 
218
 
<layoutdefaults spacing="6" margin="11"/>
219
 
</UI>