comparison src/translator/about.ui @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/translator/about.ui@0dba4c0e5234
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 <ui version="4.0" >
2 <class>AboutDialog</class>
3 <widget class="QDialog" name="AboutDialog" >
4 <property name="windowModality" >
5 <enum>Qt::WindowModal</enum>
6 </property>
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>414</width>
12 <height>157</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>About</string>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QLabel" name="label1" >
21 <property name="text" >
22 <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
23 p, li { white-space: pre-wrap; }
24 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
25 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">A tool for managing message catalogues in different languages.&lt;/p>
26 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">These catalogues can be used to make an application multilingual.&lt;/p>
27 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
28 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright © 2007 by Aziz Köksal &amp;lt;aziz.koeksal@gmail.com&amp;gt;&lt;/p>
29 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Licensed under the GPL2.&lt;/p>&lt;/body>&lt;/html></string>
30 </property>
31 <property name="textFormat" >
32 <enum>Qt::RichText</enum>
33 </property>
34 <property name="alignment" >
35 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
36 </property>
37 <property name="wordWrap" >
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QDialogButtonBox" name="buttonBox" >
44 <property name="standardButtons" >
45 <set>QDialogButtonBox::Ok</set>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 <resources/>
52 <connections>
53 <connection>
54 <sender>buttonBox</sender>
55 <signal>accepted()</signal>
56 <receiver>AboutDialog</receiver>
57 <slot>close()</slot>
58 <hints>
59 <hint type="sourcelabel" >
60 <x>346</x>
61 <y>274</y>
62 </hint>
63 <hint type="destinationlabel" >
64 <x>317</x>
65 <y>256</y>
66 </hint>
67 </hints>
68 </connection>
69 </connections>
70 </ui>