From 408b7dd5e568519360701e01bc87888a5d8be931 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 14 Jan 2014 15:23:57 -0200 Subject: Add a class based on QGraphicsSimpleTextItem that handles animations. This commit adds a class based on QGraphicsSimpleTextItem that handls animations via animatedHide() animatedMoveTo() and a few other QPropertyes. This is to be used in conjunction with the DiveLineItem added in the past commit on the Coordinate Axis. 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 1ba852d81..1fcabe2bd 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -66,7 +66,8 @@ HEADERS = \ qt-ui/profile/profilewidget2.h \ qt-ui/profile/diverectitem.h \ qt-ui/profile/divepixmapitem.h \ - qt-ui/profile/divelineitem.h + qt-ui/profile/divelineitem.h \ + qt-ui/profile/divetextitem.h SOURCES = \ deco.c \ @@ -120,7 +121,8 @@ SOURCES = \ qt-ui/profile/profilewidget2.cpp \ qt-ui/profile/diverectitem.cpp \ qt-ui/profile/divepixmapitem.cpp \ - qt-ui/profile/divelineitem.cpp + qt-ui/profile/divelineitem.cpp \ + qt-ui/profile/divetextitem.cpp linux*: SOURCES += linux.c mac: SOURCES += macos.c -- cgit v1.2.3-70-g09d2