As the title suggests my questions is:

Is it possible to change the cursor shape of the mouse cursor by using a Qt style sheet?

I know that things can be set using qproperty-{property name}. That works for QMainWindows windowTitle property.
I'd like do something like cursor: CrossCursor; for the main window and something like QPushButton { qproperty-cursor: PointingHandCursor; }.
Unfortunately that does not work.

Thanks a lot for any help