From 639123a1e8bb510a4f8dd37e864032d718bd88f4 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 14 Jan 2014 14:59:24 -0200 Subject: Added a QGraphicsPixmapItem subclass that handles Animations. This class is useful for adding / removing icons on the future profile in a way that they are smoothly added to / removed from the canvas. It uses the QProperty System to deal with animations. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'subsurface.pro') diff --git a/subsurface.pro b/subsurface.pro index 57304c383..0c3fdb95b 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -64,7 +64,8 @@ HEADERS = \ qt-ui/groupedlineedit.h \ qt-ui/usermanual.h \ qt-ui/profile/profilewidget2.h \ - qt-ui/profile/diverectitem.h + qt-ui/profile/diverectitem.h \ + qt-ui/profile/divepixmapitem.h SOURCES = \ deco.c \ @@ -116,7 +117,8 @@ SOURCES = \ qt-ui/groupedlineedit.cpp \ qt-ui/usermanual.cpp \ qt-ui/profile/profilewidget2.cpp \ - qt-ui/profile/diverectitem.cpp + qt-ui/profile/diverectitem.cpp \ + qt-ui/profile/divepixmapitem.cpp linux*: SOURCES += linux.c mac: SOURCES += macos.c -- cgit v1.2.3-70-g09d2