I have problem with hover events on QGraphicsItem.
Qt Code:
{ ... }; class itdNode : public itdItem { ... };To copy to clipboard, switch view to plain text mode
mousePressEvent and mouseMoveEvent are working perfect, but hoverEnterEvent and hoverLeaveEvent methods are never entered. Can somebody help me on this?


Reply With Quote

Bookmarks