From d47456b4e858fa75dadcff4a1c6525ad0137d965 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 14 Jan 2014 15:12:00 -0200 Subject: Added a class based on QGraphicsLineItem that can be animated. This class has animatedHide, animatedMoveTo and QProperty animations. it's very userful for the future creation of the Cartesian Axis that will have the ticks 'flowing' around when it's needed. 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 0c3fdb95b..1ba852d81 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -65,7 +65,8 @@ HEADERS = \ qt-ui/usermanual.h \ qt-ui/profile/profilewidget2.h \ qt-ui/profile/diverectitem.h \ - qt-ui/profile/divepixmapitem.h + qt-ui/profile/divepixmapitem.h \ + qt-ui/profile/divelineitem.h SOURCES = \ deco.c \ @@ -118,7 +119,8 @@ SOURCES = \ qt-ui/usermanual.cpp \ qt-ui/profile/profilewidget2.cpp \ qt-ui/profile/diverectitem.cpp \ - qt-ui/profile/divepixmapitem.cpp + qt-ui/profile/divepixmapitem.cpp \ + qt-ui/profile/divelineitem.cpp linux*: SOURCES += linux.c mac: SOURCES += macos.c -- cgit v1.2.3-70-g09d2