For changing color of item when mouse is over, you dont need to capture mouse move events.
You simply need a check in the paint function -
and then color the item accordingly.Qt Code:
To copy to clipboard, switch view to plain text mode
![]()
For changing color of item when mouse is over, you dont need to capture mouse move events.
You simply need a check in the paint function -
and then color the item accordingly.Qt Code:
To copy to clipboard, switch view to plain text mode
![]()
Bookmarks