changeset 544:beb6046de003

Added a shiny, cute Qt logo to the about dialog scroller. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@784 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 29 Sep 2008 11:45:20 +0000
parents 8529dbb9ab7d
children 971992ab9ad6
files resources/Icons.qrc resources/qt_logo.png src/aboutdialog.cpp
diffstat 3 files changed, 44 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/resources/Icons.qrc	Mon Sep 29 11:25:27 2008 +0000
+++ b/resources/Icons.qrc	Mon Sep 29 11:45:20 2008 +0000
@@ -1,44 +1,45 @@
 <RCC>
-    <qresource prefix="/aboutDialog" >
-        <file>banner.png</file>
-    </qresource>
-    <qresource prefix="/language" >
-        <file>language-de.png</file>
-        <file>language-en.png</file>
-        <file>language-ru.png</file>
-        <file>language-uk.png</file>
-        <file>language-ja_JP.png</file>
-        <file>language-zh_CN.png</file>
-        <file>language-zh_TW.png</file>
-    </qresource>
-    <qresource prefix="/mainWindow" >
-        <file>Icon1.png</file>
-        <file>document-open.png</file>
-        <file>document-save-as.png</file>
-        <file>document-save.png</file>
-        <file>edit-clear.png</file>
-        <file>exporthtml.png</file>
-        <file>exportpdf.png</file>
-        <file>format-justify-left.png</file>
-        <file>help.png</file>
-        <file>icon2.png</file>
-        <file>icon3.png</file>
-        <file>info.png</file>
-        <file>live-preview.png</file>
-        <file>load_indent_cfg.png</file>
-        <file>preferences-system.png</file>
-        <file>save_indent_cfg.png</file>
-        <file>shell.png</file>
-        <file>syntax-highlight.png</file>
-        <file>system-log-out.png</file>
-        <file>system-software-update.png</file>
-        <file>tooltip.png</file>
-        <file>view-refresh.png</file>
-    </qresource>
-    <qresource prefix="/settingsDialog" >
-        <file>accessories-text-editor.png</file>
-        <file>applications-system.png</file>
-        <file>icon3.png</file>
-        <file>syntax-highlight.png</file>
-    </qresource>
+  <qresource prefix="/aboutDialog" >
+    <file>qt_logo.png</file>
+    <file>banner.png</file>
+  </qresource>
+  <qresource prefix="/language" >
+    <file>language-de.png</file>
+    <file>language-en.png</file>
+    <file>language-ru.png</file>
+    <file>language-uk.png</file>
+    <file>language-ja_JP.png</file>
+    <file>language-zh_CN.png</file>
+    <file>language-zh_TW.png</file>
+  </qresource>
+  <qresource prefix="/mainWindow" >
+    <file>Icon1.png</file>
+    <file>document-open.png</file>
+    <file>document-save-as.png</file>
+    <file>document-save.png</file>
+    <file>edit-clear.png</file>
+    <file>exporthtml.png</file>
+    <file>exportpdf.png</file>
+    <file>format-justify-left.png</file>
+    <file>help.png</file>
+    <file>icon2.png</file>
+    <file>icon3.png</file>
+    <file>info.png</file>
+    <file>live-preview.png</file>
+    <file>load_indent_cfg.png</file>
+    <file>preferences-system.png</file>
+    <file>save_indent_cfg.png</file>
+    <file>shell.png</file>
+    <file>syntax-highlight.png</file>
+    <file>system-log-out.png</file>
+    <file>system-software-update.png</file>
+    <file>tooltip.png</file>
+    <file>view-refresh.png</file>
+  </qresource>
+  <qresource prefix="/settingsDialog" >
+    <file>accessories-text-editor.png</file>
+    <file>applications-system.png</file>
+    <file>icon3.png</file>
+    <file>syntax-highlight.png</file>
+  </qresource>
 </RCC>
Binary file resources/qt_logo.png has changed
--- a/src/aboutdialog.cpp	Mon Sep 29 11:25:27 2008 +0000
+++ b/src/aboutdialog.cpp	Mon Sep 29 11:45:20 2008 +0000
@@ -69,7 +69,7 @@
         "<p align='center'><b>Nirvash</b> for the initial japanese translation.</p></br>"
         "<p align='center'>The <b>Tango Project</b> for their icons.</p></br>"
         "<p align='center'><b>famfamfam</b> for the flag icons.</p></br>"
-        "<p align='center'><b>Trolltech</b> for their Qt.</p></br>"
+        "<p align='center'><b>Trolltech</b> for their really great GUI framework <img src=\":/aboutDialog/qt_logo.png\"  align=\"middle\"/>.</p></br>"
         "<h3 align='center'>My girlfriend for putting my head right and not sit all the time in front of my computer ;-)</h3>"
         "</body></html>");