Borrowed the KMessageWidget code to better show passive information.

Borrowed the code from KMessageWidget from Aurelian Gateau, Kdelibs,
to better show passive information and notifications. instead of a
popup blowing in the user's face, a nice, animated and well designed
widget will gracefully fade-in, show the notes, and fade out when
not needed anymore.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-05-17 21:58:49 -03:00
parent 56dbb7c2ff
commit 86021b24d9
7 changed files with 713 additions and 11 deletions

View file

@ -40,7 +40,8 @@ HEADERS = \
qt-ui/starwidget.h \
qt-ui/modeldelegates.h \
qt-ui/profilegraphics.h \
qt-ui/globe.h
qt-ui/globe.h \
qt-ui/kmessagewidget.h \
SOURCES = \
@ -72,6 +73,7 @@ SOURCES = \
qt-ui/modeldelegates.cpp \
qt-ui/profilegraphics.cpp \
qt-ui/globe.cpp \
qt-ui/kmessagewidget.cpp \
$(RESFILE)