Subtle animation when the picture gets hovered with the mouse.

This patch adds a subtle animation when the picture gets hovered
with the mouse, and restored to it's original size when mouse exits
the image area.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-06-08 12:43:04 -03:00 committed by Dirk Hohndel
parent 38ac6ed35f
commit e14a15e61c
4 changed files with 37 additions and 3 deletions

View file

@ -1309,7 +1309,7 @@ void ProfileWidget2::plotPictures()
// information area.
if (!pic->timestamp)
continue;
DivePixmapItem *item = new DivePixmapItem();
DivePictureItem *item = new DivePictureItem();
item->setPixmap(m->index(i,0).data(Qt::DecorationRole).value<QPixmap>());
// TODO: put the item in the correct place. use the pic.timestamp to find where it belongs on the dive.
item->setPos(10 ,10);