PDA

View Full Version : How to disable QWidget managing the mouse cursor shape?



sztomi
25th June 2012, 11:47
I have an in-place activated Flash Player, which contents I draw to a QWidget. Sometimes, the Flash Player tries to change the default mouse cursor to a "hand" cursor. However, QWidget seems to change it back, so it is flickering. How can I disable this behavior? Or create a dumb QWidget that only provides a HWND doesn't do anything else (besides being possible to add to another QWidgets as a child?)

ChrisW67
27th June 2012, 02:02
Have you tried QWidget::unsetCursor()?