How do I see if a mouse has moved over a QObject? I have a QObject, and any time the mouse moves over it, I want to change the appearance of the cursor and then as soon as it moves off the QObject, change the cursor back to its original state. What do I have to capture for this object? Thanks!