Below is the qt assistant description:

Mouse move events will occur only when a mouse button is pressed down, unless mouse tracking has been enabled with QWidget::setMouseTracking().
Howerer, I can't receive any mouse event if I don't press down a mouse button.And I have
called QWidget::setMouseTracking(TRUE). What's wrong here?

Thanks you!