mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change globe position when mouse over dive site
When the mouse moves over the dive site list, the globe should show the current one under the mouse. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a5d2003e3a
commit
6633ab302d
3 changed files with 7 additions and 0 deletions
|
|
@ -86,8 +86,10 @@ public:
|
|||
DiveSiteType currDiveSiteType() const;
|
||||
uint32_t currDiveSiteUuid() const;
|
||||
void fixPopupPosition();
|
||||
|
||||
signals:
|
||||
void diveSiteSelected(uint32_t uuid);
|
||||
void entered(const QModelIndex& index);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *ev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue