diff options
Diffstat (limited to 'rbutil/rbutilqt/aboutbox.ui')
-rw-r--r-- | rbutil/rbutilqt/aboutbox.ui | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/aboutbox.ui b/rbutil/rbutilqt/aboutbox.ui index 8689b844ed..d688a2f413 100644 --- a/rbutil/rbutilqt/aboutbox.ui +++ b/rbutil/rbutilqt/aboutbox.ui | |||
@@ -1,3 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <ui version="4.0" > | 2 | <ui version="4.0" > |
2 | <class>aboutBox</class> | 3 | <class>aboutBox</class> |
3 | <widget class="QWidget" name="aboutBox" > | 4 | <widget class="QWidget" name="aboutBox" > |
@@ -21,7 +22,7 @@ | |||
21 | <string/> | 22 | <string/> |
22 | </property> | 23 | </property> |
23 | <property name="pixmap" > | 24 | <property name="pixmap" > |
24 | <pixmap resource="rbutilqt.qrc" >:/icons/rockbox-5.png</pixmap> | 25 | <pixmap>:/icons/rockbox-5.png</pixmap> |
25 | </property> | 26 | </property> |
26 | </widget> | 27 | </widget> |
27 | </item> | 28 | </item> |
@@ -50,7 +51,7 @@ | |||
50 | <item row="1" column="0" colspan="3" > | 51 | <item row="1" column="0" colspan="3" > |
51 | <widget class="QLabel" name="labelText" > | 52 | <widget class="QLabel" name="labelText" > |
52 | <property name="text" > | 53 | <property name="text" > |
53 | <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.<br/>© 2005 - 2011 The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center></string> | 54 | <string>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.<br/>© 2005 - 2011 The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center></string> |
54 | </property> | 55 | </property> |
55 | <property name="textFormat" > | 56 | <property name="textFormat" > |
56 | <enum>Qt::RichText</enum> | 57 | <enum>Qt::RichText</enum> |
@@ -126,6 +127,16 @@ | |||
126 | </item> | 127 | </item> |
127 | </layout> | 128 | </layout> |
128 | </widget> | 129 | </widget> |
130 | <widget class="QWidget" name="licenseSpeex"> | ||
131 | <attribute name="title"> | ||
132 | <string>&Speex License</string> | ||
133 | </attribute> | ||
134 | <layout class="QGridLayout" name="gridLayout_2"> | ||
135 | <item row="0" column="0"> | ||
136 | <widget class="QTextBrowser" name="browserSpeexLicense"/> | ||
137 | </item> | ||
138 | </layout> | ||
139 | </widget> | ||
129 | </widget> | 140 | </widget> |
130 | </item> | 141 | </item> |
131 | <item row="3" column="0" > | 142 | <item row="3" column="0" > |