Hello all,

my case is a bit rare but lets assume that in my application there is no standard QWindow or QWidget created, only the application is a QApplication.
I need to change the cursor shape in the runtime.

Without QWindow or QWidget i have no clue how can i change the cursor shape in Windows 7.
How can i do it with the help of Qt?

(Not with ::SetCursor(HCURSOR))