diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-14 15:23:57 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:12:29 +0700 |
commit | 408b7dd5e568519360701e01bc87888a5d8be931 (patch) | |
tree | cc73353ea73d49c4ae10d70265be391a51ea461f /subsurface.pro | |
parent | d47456b4e858fa75dadcff4a1c6525ad0137d965 (diff) | |
download | subsurface-408b7dd5e568519360701e01bc87888a5d8be931.tar.gz |
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 <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 4 insertions, 2 deletions
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 |