From: Manuel Nickschas Date: Fri, 26 Sep 2008 21:40:47 +0000 (+0200) Subject: Add :/pics, show Quassel logo in BufferWidget again X-Git-Tag: 0.3.1~247 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=880b9a0d6241db964712921a20ebf8cd187daec2;hp=3d9903e8c5e1ed10c2c277d1f9c9047365c9ecfe Add :/pics, show Quassel logo in BufferWidget again --- diff --git a/pics/pics.qrc b/pics/pics.qrc new file mode 100644 index 00000000..4ae2ef45 --- /dev/null +++ b/pics/pics.qrc @@ -0,0 +1,5 @@ + + + quassel-large.png + + diff --git a/pics/quassel-large.png b/pics/quassel-large.png new file mode 100644 index 00000000..4b68972c Binary files /dev/null and b/pics/quassel-large.png differ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fc41ec1b..9732c323 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,9 @@ if(WANT_QTCLIENT OR WANT_MONO) include_directories(qtui) endif(WANT_QTCLIENT OR WANT_MONO) +# We always add stuff in :/pics +qt4_add_resources(RC_ICONS ../pics/pics.qrc) + if(QUASSEL_ICONS MATCHES "Builtin") qt4_add_resources(RC_ICONS ../icons/hicolor.qrc) endif(QUASSEL_ICONS MATCHES "Builtin") diff --git a/src/qtui/ui/bufferwidget.ui b/src/qtui/ui/bufferwidget.ui index 5593be92..93de974b 100644 --- a/src/qtui/ui/bufferwidget.ui +++ b/src/qtui/ui/bufferwidget.ui @@ -40,14 +40,6 @@ 0 - - - 0 - 0 - 758 - 498 - - 0 @@ -73,7 +65,7 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Trebuchet MS'; font-size:13pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/quassel/96x96/apps/quassel.png" /><span style=" font-size:89pt; color:#00008b;">uassel IRC</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/pics/quassel-large.png" /><span style=" font-size:89pt; color:#00008b;">uassel IRC</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:49pt;"><span style=" font-size:22pt;">Chat comfortably. Anywhere.</span></p></body></html> @@ -105,7 +97,7 @@ p, li { white-space: pre-wrap; } - +