Save / Restore toolTip information position on the Profile when switching dives.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-06-10 14:28:44 -03:00
parent 45f80afc1f
commit 34c6eec9ba
2 changed files with 35 additions and 9 deletions

View file

@ -35,6 +35,10 @@ public:
void refresh(struct graphics_context* gc, QPointF pos);
bool isExpanded();
void persistPos();
void readPos();
void mouseReleaseEvent(QGraphicsSceneMouseEvent* event);
public Q_SLOTS:
void setRect(const QRectF& rect);