Hi, I want to change the mouse cursor while the mouse is being grabbed by my widget. This is to react to different objects the mouse is over. QWidget::setCursor does not do the job. Under Windows a special care needs to be taken in that case (which I have done in the past not using Qt). How it can be done in Qt?