Hi,
I have a SLOT that is called by an action. In this SLOT I call "setCursor(Qt::WaitCursor)".
The problem is that the cursor shows the WatiCursor only if the mouse is over the icon of the action, so if I move it to the centralWidget it shows the ArrowCursor, but if I move it again over the action it shows the WaitCursor again.
I want the WaitCursor on all my application.
Thanks,
Bookmarks