~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/ui_about.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>AboutDlg</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>AboutDlg</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>504</width>
 
12
            <height>320</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>About Psi</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="IconLabel" row="0" column="0">
 
23
            <property name="name">
 
24
                <cstring>lb_icon</cstring>
 
25
            </property>
 
26
            <property name="frameShape">
 
27
                <enum>NoFrame</enum>
 
28
            </property>
 
29
            <property name="frameShadow">
 
30
                <enum>Plain</enum>
 
31
            </property>
 
32
            <property name="iconName" stdset="0">
 
33
                <string>psi/psi48</string>
 
34
            </property>
 
35
        </widget>
 
36
        <widget class="QLabel" row="0" column="1">
 
37
            <property name="name">
 
38
                <cstring>lb_name</cstring>
 
39
            </property>
 
40
            <property name="sizePolicy">
 
41
                <sizepolicy>
 
42
                    <hsizetype>7</hsizetype>
 
43
                    <vsizetype>5</vsizetype>
 
44
                    <horstretch>0</horstretch>
 
45
                    <verstretch>0</verstretch>
 
46
                </sizepolicy>
 
47
            </property>
 
48
            <property name="text">
 
49
                <string>&lt;h3&gt;&lt;b&gt;%1 v%2&lt;/b&gt;&lt;/h3&gt;</string>
 
50
            </property>
 
51
            <property name="textFormat">
 
52
                <enum>RichText</enum>
 
53
            </property>
 
54
        </widget>
 
55
        <widget class="QTabWidget" row="1" column="0" rowspan="1" colspan="2">
 
56
            <property name="name">
 
57
                <cstring>tw_tabs</cstring>
 
58
            </property>
 
59
            <widget class="QWidget">
 
60
                <property name="name">
 
61
                    <cstring>tab</cstring>
 
62
                </property>
 
63
                <attribute name="title">
 
64
                    <string>About</string>
 
65
                </attribute>
 
66
                <vbox>
 
67
                    <property name="name">
 
68
                        <cstring>unnamed</cstring>
 
69
                    </property>
 
70
                    <spacer>
 
71
                        <property name="name">
 
72
                            <cstring>spacer70</cstring>
 
73
                        </property>
 
74
                        <property name="orientation">
 
75
                            <enum>Vertical</enum>
 
76
                        </property>
 
77
                        <property name="sizeType">
 
78
                            <enum>Expanding</enum>
 
79
                        </property>
 
80
                        <property name="sizeHint">
 
81
                            <size>
 
82
                                <width>20</width>
 
83
                                <height>40</height>
 
84
                            </size>
 
85
                        </property>
 
86
                    </spacer>
 
87
                    <widget class="QLabel">
 
88
                        <property name="name">
 
89
                            <cstring>lb_about</cstring>
 
90
                        </property>
 
91
                        <property name="sizePolicy">
 
92
                            <sizepolicy>
 
93
                                <hsizetype>7</hsizetype>
 
94
                                <vsizetype>7</vsizetype>
 
95
                                <horstretch>0</horstretch>
 
96
                                <verstretch>0</verstretch>
 
97
                            </sizepolicy>
 
98
                        </property>
 
99
                        <property name="text">
 
100
                            <string>A cross-platform Jabber client designed for the Jabber power user.&lt;br&gt;
 
101
&lt;br&gt;
 
102
Copyright (C) 2001 - 2004 by Justin Karneges&lt;br&gt;
 
103
</string>
 
104
                        </property>
 
105
                        <property name="textFormat">
 
106
                            <enum>RichText</enum>
 
107
                        </property>
 
108
                    </widget>
 
109
                    <widget class="URLLabel">
 
110
                        <property name="name">
 
111
                            <cstring>uRLLabel1</cstring>
 
112
                        </property>
 
113
                        <property name="url">
 
114
                            <string>http://psi.affinix.com</string>
 
115
                        </property>
 
116
                        <property name="title">
 
117
                            <string>&lt;div align="center"&gt;http://psi.affinix.com&lt;/div&gt;</string>
 
118
                        </property>
 
119
                    </widget>
 
120
                    <spacer>
 
121
                        <property name="name">
 
122
                            <cstring>spacer71</cstring>
 
123
                        </property>
 
124
                        <property name="orientation">
 
125
                            <enum>Vertical</enum>
 
126
                        </property>
 
127
                        <property name="sizeType">
 
128
                            <enum>Expanding</enum>
 
129
                        </property>
 
130
                        <property name="sizeHint">
 
131
                            <size>
 
132
                                <width>20</width>
 
133
                                <height>40</height>
 
134
                            </size>
 
135
                        </property>
 
136
                    </spacer>
 
137
                </vbox>
 
138
            </widget>
 
139
            <widget class="QWidget">
 
140
                <property name="name">
 
141
                    <cstring>tab</cstring>
 
142
                </property>
 
143
                <attribute name="title">
 
144
                    <string>Authors</string>
 
145
                </attribute>
 
146
                <vbox>
 
147
                    <property name="name">
 
148
                        <cstring>unnamed</cstring>
 
149
                    </property>
 
150
                    <widget class="PsiTextView">
 
151
                        <property name="name">
 
152
                            <cstring>te_authors</cstring>
 
153
                        </property>
 
154
                    </widget>
 
155
                </vbox>
 
156
            </widget>
 
157
            <widget class="QWidget">
 
158
                <property name="name">
 
159
                    <cstring>tab</cstring>
 
160
                </property>
 
161
                <attribute name="title">
 
162
                    <string>Thanks To</string>
 
163
                </attribute>
 
164
                <vbox>
 
165
                    <property name="name">
 
166
                        <cstring>unnamed</cstring>
 
167
                    </property>
 
168
                    <widget class="PsiTextView">
 
169
                        <property name="name">
 
170
                            <cstring>te_thanks</cstring>
 
171
                        </property>
 
172
                    </widget>
 
173
                </vbox>
 
174
            </widget>
 
175
            <widget class="QWidget">
 
176
                <property name="name">
 
177
                    <cstring>tab</cstring>
 
178
                </property>
 
179
                <attribute name="title">
 
180
                    <string>Translation</string>
 
181
                </attribute>
 
182
                <vbox>
 
183
                    <property name="name">
 
184
                        <cstring>unnamed</cstring>
 
185
                    </property>
 
186
                    <widget class="PsiTextView">
 
187
                        <property name="name">
 
188
                            <cstring>te_translation</cstring>
 
189
                        </property>
 
190
                        <property name="sizePolicy">
 
191
                            <sizepolicy>
 
192
                                <hsizetype>5</hsizetype>
 
193
                                <vsizetype>7</vsizetype>
 
194
                                <horstretch>0</horstretch>
 
195
                                <verstretch>0</verstretch>
 
196
                            </sizepolicy>
 
197
                        </property>
 
198
                        <property name="text">
 
199
                            <string>I. M. Anonymous &lt;note text="replace with your real name"&gt;&lt;br&gt;
 
200
&amp;nbsp;&amp;nbsp;&lt;a href="mailto:noone@nowhere.com"&gt;nowhere@nowhere.com&lt;/a&gt; &lt;note text="replace with your email"&gt;&lt;br&gt;
 
201
&amp;nbsp;&amp;nbsp;&lt;a href="http://blah.com"&gt;http://blah.com&lt;/a&gt; &lt;note text="write your site URL here"&gt;&lt;br&gt;
 
202
&amp;nbsp;&amp;nbsp;Jabber: &lt;a href="jabber:blah@jabber.org"&gt;blah@jabber.org &lt;note text="write your JID here"&gt;&lt;/a&gt;&lt;br&gt;
 
203
&amp;nbsp;&amp;nbsp;Translator &lt;note text="write description for the work, you've done"&gt;&lt;br&gt;
 
204
&lt;br&gt;
 
205
&lt;note text="you can add as many people here as you want"&gt;
 
206
 
 
207
&lt;note text="and translate following text"&gt;
 
208
Join the translation team today! Go to &lt;a href="http://psi.affinix.com/forums/index.php?act=SF&amp;f=3"&gt;http://psi.affinix.com/forums/index.php?act=SF&amp;f=3&lt;/a&gt; for further details!
 
209
</string>
 
210
                            <comment>This page is a special place for translators, to write some info about them. Write information about your translation team, some hints are in &lt;note&gt; tags to help you. Keep up the good work :-).</comment>
 
211
                        </property>
 
212
                    </widget>
 
213
                </vbox>
 
214
            </widget>
 
215
            <widget class="QWidget">
 
216
                <property name="name">
 
217
                    <cstring>tab</cstring>
 
218
                </property>
 
219
                <attribute name="title">
 
220
                    <string>License</string>
 
221
                </attribute>
 
222
                <hbox>
 
223
                    <property name="name">
 
224
                        <cstring>unnamed</cstring>
 
225
                    </property>
 
226
                    <widget class="QTextEdit">
 
227
                        <property name="name">
 
228
                            <cstring>te_license</cstring>
 
229
                        </property>
 
230
                        <property name="readOnly">
 
231
                            <bool>true</bool>
 
232
                        </property>
 
233
                    </widget>
 
234
                </hbox>
 
235
            </widget>
 
236
            <widget class="QWidget">
 
237
                <property name="name">
 
238
                    <cstring>tab</cstring>
 
239
                </property>
 
240
                <attribute name="title">
 
241
                    <string>Warning</string>
 
242
                </attribute>
 
243
                <hbox>
 
244
                    <property name="name">
 
245
                        <cstring>unnamed</cstring>
 
246
                    </property>
 
247
                    <widget class="QTextEdit">
 
248
                        <property name="name">
 
249
                            <cstring>te_warning</cstring>
 
250
                        </property>
 
251
                        <property name="text">
 
252
                            <string>&lt;h3&gt;*** Warning! ***&lt;/h3&gt;
 
253
This is unfinished software. It has been released so that interested users can try it out and perhaps follow its development. It is not guaranteed to be bugfree, although many people consider it quite stable.
 
254
&lt;br&gt;&lt;br&gt;
 
255
One day it will be finished. Until then, don't count on every Jabber feature to work. If you want to help make Psi better, offer your services on our forum or mailing list.
 
256
&lt;br&gt;&lt;br&gt;
 
257
Note: quite a few options/features appear "grayed out". They indicate planned features that are not in the program yet.
 
258
&lt;br&gt;&lt;br&gt;
 
259
Now that this is out of the way, enjoy Psi!</string>
 
260
                        </property>
 
261
                        <property name="readOnly">
 
262
                            <bool>true</bool>
 
263
                        </property>
 
264
                    </widget>
 
265
                </hbox>
 
266
            </widget>
 
267
        </widget>
 
268
        <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
 
269
            <property name="name">
 
270
                <cstring>layout26</cstring>
 
271
            </property>
 
272
            <hbox>
 
273
                <property name="name">
 
274
                    <cstring>unnamed</cstring>
 
275
                </property>
 
276
                <spacer>
 
277
                    <property name="name">
 
278
                        <cstring>spacer2</cstring>
 
279
                    </property>
 
280
                    <property name="orientation">
 
281
                        <enum>Horizontal</enum>
 
282
                    </property>
 
283
                    <property name="sizeType">
 
284
                        <enum>Expanding</enum>
 
285
                    </property>
 
286
                    <property name="sizeHint">
 
287
                        <size>
 
288
                            <width>418</width>
 
289
                            <height>20</height>
 
290
                        </size>
 
291
                    </property>
 
292
                </spacer>
 
293
                <widget class="IconButton">
 
294
                    <property name="name">
 
295
                        <cstring>pb_close</cstring>
 
296
                    </property>
 
297
                    <property name="text">
 
298
                        <string>&amp;Close</string>
 
299
                    </property>
 
300
                    <property name="default">
 
301
                        <bool>true</bool>
 
302
                    </property>
 
303
                    <property name="iconName" stdset="0">
 
304
                        <string>psi/close</string>
 
305
                    </property>
 
306
                </widget>
 
307
            </hbox>
 
308
        </widget>
 
309
    </grid>
 
310
</widget>
 
311
<connections>
 
312
    <connection>
 
313
        <sender>pb_close</sender>
 
314
        <signal>clicked()</signal>
 
315
        <receiver>AboutDlg</receiver>
 
316
        <slot>accept()</slot>
 
317
    </connection>
 
318
</connections>
 
319
<includes>
 
320
    <include location="local" impldecl="in implementation">common.h</include>
 
321
    <include location="global" impldecl="in implementation">qfile.h</include>
 
322
    <include location="global" impldecl="in implementation">qtextstream.h</include>
 
323
    <include location="global" impldecl="in implementation">qtranslator.h</include>
 
324
    <include location="global" impldecl="in implementation">qapplication.h</include>
 
325
    <include location="local" impldecl="in implementation">ui_about.ui.h</include>
 
326
</includes>
 
327
<slots>
 
328
    <slot access="protected">init()</slot>
 
329
</slots>
 
330
<functions>
 
331
    <function returnType="QString">loadText( const QString &amp; fileName )</function>
 
332
    <function access="private" returnType="QString">details( QString name, QString email, QString jabber, QString www, QString desc )</function>
 
333
</functions>
 
334
<layoutdefaults spacing="6" margin="11"/>
 
335
<includehints>
 
336
    <includehint>fancylabel.h</includehint>
 
337
    <includehint>urllabel.h</includehint>
 
338
    <includehint>psitextview.h</includehint>
 
339
    <includehint>psitextview.h</includehint>
 
340
    <includehint>psitextview.h</includehint>
 
341
    <includehint>iconwidget.h</includehint>
 
342
</includehints>
 
343
</UI>