@JoeCFD said in mouseMoveEvent not being called:
do you have the following line in the constructor of class MouseTrackingFrame?
installEventFilter( this );
No, the install_filter(...) function being called from MouseTrackingFrame::postSetup() does that. But I'm not sure if it has any effect - I saw a post somewhere which said Qt ignores when the widget itself is passed to installEventFilter(...)