mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Save / Restore toolTip information position on the Profile when switching dives.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
45f80afc1f
commit
34c6eec9ba
2 changed files with 35 additions and 9 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue