Hi,
I subclassed QTabBar, call setMouseTracking(true) in the constructor, and re-implement mouseMoveEvent() and leaveEvent() to track the mouse so that my widget can detect mouse moving out of the particular tab also outside of the tabbar.
However, the leaveEvent() is not getting called when I move my cursor beneath the tabbar into the content of the tab. What could be some possible reason behind leaveEvent() not getting called?? Thanks.
Jaosn
Bookmarks