Hi, I want to know if it's possible to have two different widgets with mouseTracking enabled at the same time. I'm asking it because I have tried it and only with one widget mouseMoveEvent was executed everytime the mouse moves while in the other widget only if if i press a button and move the mouse the mouseMoveEvent is called. Anyone could explain me why? Thanks.