feat: edge hover detection

This commit is contained in:
parker
2025-06-21 22:31:53 +01:00
parent 06e66f7282
commit 5e70d14d5c
4 changed files with 103 additions and 2 deletions

View File

@@ -21,7 +21,10 @@ private:
FloatingEdgeGraphic* floatingEdge_=nullptr;
SocketGraphic* startSocket_=nullptr;
QGraphicsItem* prevHoverItem_=nullptr;
void keyPressEvent(QKeyEvent *event) override;
void keyReleaseEvent(QKeyEvent *event) override;
void destroyFloatingEdge();
protected: