~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/UI/AboutForm.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>AboutForm</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>AboutForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>532</width>
12
 
            <height>437</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>About Eric</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <property name="margin">
23
 
            <number>6</number>
24
 
        </property>
25
 
        <property name="spacing">
26
 
            <number>6</number>
27
 
        </property>
28
 
        <widget class="QLayoutWidget">
29
 
            <property name="name">
30
 
                <cstring>layout3</cstring>
31
 
            </property>
32
 
            <hbox>
33
 
                <property name="name">
34
 
                    <cstring>unnamed</cstring>
35
 
                </property>
36
 
                <widget class="QLabel">
37
 
                    <property name="name">
38
 
                        <cstring>pixmapLabel1</cstring>
39
 
                    </property>
40
 
                    <property name="pixmap">
41
 
                        <pixmap>image0</pixmap>
42
 
                    </property>
43
 
                    <property name="scaledContents">
44
 
                        <bool>false</bool>
45
 
                    </property>
46
 
                </widget>
47
 
                <widget class="QLabel">
48
 
                    <property name="name">
49
 
                        <cstring>ericLabel</cstring>
50
 
                    </property>
51
 
                    <property name="sizePolicy">
52
 
                        <sizepolicy>
53
 
                            <hsizetype>7</hsizetype>
54
 
                            <vsizetype>5</vsizetype>
55
 
                            <horstretch>0</horstretch>
56
 
                            <verstretch>0</verstretch>
57
 
                        </sizepolicy>
58
 
                    </property>
59
 
                    <property name="font">
60
 
                        <font>
61
 
                            <bold>1</bold>
62
 
                        </font>
63
 
                    </property>
64
 
                </widget>
65
 
            </hbox>
66
 
        </widget>
67
 
        <widget class="QTabWidget">
68
 
            <property name="name">
69
 
                <cstring>tabWidget2</cstring>
70
 
            </property>
71
 
            <widget class="QWidget">
72
 
                <property name="name">
73
 
                    <cstring>about</cstring>
74
 
                </property>
75
 
                <attribute name="title">
76
 
                    <string>&amp;About</string>
77
 
                </attribute>
78
 
                <vbox>
79
 
                    <property name="name">
80
 
                        <cstring>unnamed</cstring>
81
 
                    </property>
82
 
                    <property name="margin">
83
 
                        <number>6</number>
84
 
                    </property>
85
 
                    <property name="spacing">
86
 
                        <number>6</number>
87
 
                    </property>
88
 
                    <widget class="QTextBrowser">
89
 
                        <property name="name">
90
 
                            <cstring>aboutEdit</cstring>
91
 
                        </property>
92
 
                        <property name="frameShape">
93
 
                            <enum>NoFrame</enum>
94
 
                        </property>
95
 
                        <property name="wordWrap">
96
 
                            <enum>FixedColumnWidth</enum>
97
 
                        </property>
98
 
                    </widget>
99
 
                </vbox>
100
 
            </widget>
101
 
            <widget class="QWidget">
102
 
                <property name="name">
103
 
                    <cstring>authors</cstring>
104
 
                </property>
105
 
                <attribute name="title">
106
 
                    <string>A&amp;uthors</string>
107
 
                </attribute>
108
 
                <vbox>
109
 
                    <property name="name">
110
 
                        <cstring>unnamed</cstring>
111
 
                    </property>
112
 
                    <property name="margin">
113
 
                        <number>6</number>
114
 
                    </property>
115
 
                    <property name="spacing">
116
 
                        <number>6</number>
117
 
                    </property>
118
 
                    <widget class="QTextEdit">
119
 
                        <property name="name">
120
 
                            <cstring>authorsEdit</cstring>
121
 
                        </property>
122
 
                        <property name="frameShape">
123
 
                            <enum>NoFrame</enum>
124
 
                        </property>
125
 
                        <property name="wordWrap">
126
 
                            <enum>FixedColumnWidth</enum>
127
 
                        </property>
128
 
                        <property name="wrapColumnOrWidth">
129
 
                            <number>80</number>
130
 
                        </property>
131
 
                        <property name="readOnly">
132
 
                            <bool>true</bool>
133
 
                        </property>
134
 
                    </widget>
135
 
                </vbox>
136
 
            </widget>
137
 
            <widget class="QWidget">
138
 
                <property name="name">
139
 
                    <cstring>thanks</cstring>
140
 
                </property>
141
 
                <attribute name="title">
142
 
                    <string>&amp;Thanks To</string>
143
 
                </attribute>
144
 
                <vbox>
145
 
                    <property name="name">
146
 
                        <cstring>unnamed</cstring>
147
 
                    </property>
148
 
                    <property name="margin">
149
 
                        <number>6</number>
150
 
                    </property>
151
 
                    <property name="spacing">
152
 
                        <number>6</number>
153
 
                    </property>
154
 
                    <widget class="QTextEdit">
155
 
                        <property name="name">
156
 
                            <cstring>thanksEdit</cstring>
157
 
                        </property>
158
 
                        <property name="frameShape">
159
 
                            <enum>NoFrame</enum>
160
 
                        </property>
161
 
                        <property name="readOnly">
162
 
                            <bool>true</bool>
163
 
                        </property>
164
 
                    </widget>
165
 
                </vbox>
166
 
            </widget>
167
 
            <widget class="QWidget">
168
 
                <property name="name">
169
 
                    <cstring>license</cstring>
170
 
                </property>
171
 
                <attribute name="title">
172
 
                    <string>&amp;License Agreement</string>
173
 
                </attribute>
174
 
                <vbox>
175
 
                    <property name="name">
176
 
                        <cstring>unnamed</cstring>
177
 
                    </property>
178
 
                    <property name="margin">
179
 
                        <number>6</number>
180
 
                    </property>
181
 
                    <property name="spacing">
182
 
                        <number>6</number>
183
 
                    </property>
184
 
                    <widget class="QTextEdit">
185
 
                        <property name="name">
186
 
                            <cstring>licenseEdit</cstring>
187
 
                        </property>
188
 
                        <property name="frameShape">
189
 
                            <enum>NoFrame</enum>
190
 
                        </property>
191
 
                        <property name="textFormat">
192
 
                            <enum>PlainText</enum>
193
 
                        </property>
194
 
                        <property name="wordWrap">
195
 
                            <enum>FixedColumnWidth</enum>
196
 
                        </property>
197
 
                        <property name="wrapColumnOrWidth">
198
 
                            <number>80</number>
199
 
                        </property>
200
 
                        <property name="readOnly">
201
 
                            <bool>true</bool>
202
 
                        </property>
203
 
                    </widget>
204
 
                </vbox>
205
 
            </widget>
206
 
        </widget>
207
 
        <widget class="QLayoutWidget">
208
 
            <property name="name">
209
 
                <cstring>layout1</cstring>
210
 
            </property>
211
 
            <hbox>
212
 
                <property name="name">
213
 
                    <cstring>unnamed</cstring>
214
 
                </property>
215
 
                <spacer>
216
 
                    <property name="name">
217
 
                        <cstring>spacer1</cstring>
218
 
                    </property>
219
 
                    <property name="orientation">
220
 
                        <enum>Horizontal</enum>
221
 
                    </property>
222
 
                    <property name="sizeType">
223
 
                        <enum>Expanding</enum>
224
 
                    </property>
225
 
                    <property name="sizeHint">
226
 
                        <size>
227
 
                            <width>40</width>
228
 
                            <height>20</height>
229
 
                        </size>
230
 
                    </property>
231
 
                </spacer>
232
 
                <widget class="QPushButton">
233
 
                    <property name="name">
234
 
                        <cstring>pushButton1</cstring>
235
 
                    </property>
236
 
                    <property name="text">
237
 
                        <string>&amp;Close</string>
238
 
                    </property>
239
 
                    <property name="accel">
240
 
                        <string>Alt+C</string>
241
 
                    </property>
242
 
                </widget>
243
 
                <spacer>
244
 
                    <property name="name">
245
 
                        <cstring>spacer2</cstring>
246
 
                    </property>
247
 
                    <property name="orientation">
248
 
                        <enum>Horizontal</enum>
249
 
                    </property>
250
 
                    <property name="sizeType">
251
 
                        <enum>Expanding</enum>
252
 
                    </property>
253
 
                    <property name="sizeHint">
254
 
                        <size>
255
 
                            <width>40</width>
256
 
                            <height>20</height>
257
 
                        </size>
258
 
                    </property>
259
 
                </spacer>
260
 
            </hbox>
261
 
        </widget>
262
 
    </vbox>
263
 
</widget>
264
 
<images>
265
 
    <image name="image0">
266
 
        <data format="XPM.GZ" length="1665">789c7d93c98e9b401040effe0a347d1b451ecc628ca21c8073a41c2345397437c5bedacde628ff9eae6232197b70ca18f989e75aba9b9767e3fbb7afc6f3cbeea2b8caa521337e369ee3a1ae971f3fbffcda3dd99681d7c1383c7dda3d9586349809666c4ac402d1722cf3008839a273b45d2b466c105dd7b16d422004d77128d580e8b90eb75dc433a1e70a9b526584c9913b1cb1463c9d3ce1f98811a1ef71d7416c117dee0ac7444c08a5eff847c490107cf348ffed11b9758c1d0f31203c9e6c979a4c09811f4e54774614b6673af4b422f485c50915a1f0c0a55423a1f44d8fea4e88d2d7754f88cb8a3ab38518134a91081ae18a187bc2f105225f512f33adf38510b875225920ea4d8098da9084124e408518627248cc8456a3234c4c1d88fb153108ef82b13d1742bef186c3388f0120e1ff71649ae54551e409678f1c9942519665511650b14d87f1ba29d7288a64d36115e494256f8b32afc58dd3ad5f0e052945d143d336c97ba7dbaf629517702ec8b95c54bb3674e7f0a656439e0f433d4e73fb5aecb616ab9ba51df2766a3186a1bfedb9ebb4c6e22ae9dbb6576a6e072d5d37e7cafa492799672db5b3125b8eacea891eebfb304f37ebd3ada17fc5975629cca11bba6eef05d323cff338f66a56fdb4edf0cbd4f6995af4e4bd0a6e9dee75a1af938a591fa8e01c84fd72e37478a126254baa280ca208e2bfb9df39b4d64cc690a66918855978effc9d8b55759486184170e7fc8bb441218aa22c7ae4c80aa22c2325131ffa59ef22813003d0179cc30f4ef7ea24ba1234004d143d70f48126a9c89bec3ecfdb5c4c44ba5254e6708e6f9d771b56e9a1f4a9ce01aa6d47a7a952747218b2fefae0fdd24e1a06a04b65cbb86ce761da09c620a9cf41a046b69547f7938e4a6fbee0fc7a95db3deb737f5d9658b23d7e56e7f7e7dd1ff7cd9e8d</data>
267
 
    </image>
268
 
</images>
269
 
<connections>
270
 
    <connection>
271
 
        <sender>pushButton1</sender>
272
 
        <signal>clicked()</signal>
273
 
        <receiver>AboutForm</receiver>
274
 
        <slot>accept()</slot>
275
 
    </connection>
276
 
    <connection>
277
 
        <sender>aboutEdit</sender>
278
 
        <signal>linkClicked(const QString&amp;)</signal>
279
 
        <receiver>AboutForm</receiver>
280
 
        <slot>handleLinkClicked(const QString&amp;)</slot>
281
 
    </connection>
282
 
</connections>
283
 
<slots>
284
 
    <slot>handleLinkClicked(const QString&amp;)</slot>
285
 
</slots>
286
 
<layoutdefaults spacing="6" margin="11"/>
287
 
</UI>