Change Cursor Shape with Pointer Handlers
Unsolved
QML and Qt Quick
-
thanks @Babalas for your reply.
Yes I check HoverHandler from intellisense but I cannot see any Cursor Shape property on it.
I'm using HoverHandler (instead of MouseArea) because Pointer Handler is the new optimal way to handler input events.
Maybe this is a bug or a mess and they will fix it in a new version.
Can someone from Qt can please tell us if this is a know bug/issue and when it will be fixed ?
So that I konw if go with MouseArea or I stick with Pointer Handler.
I'm at the beginning of my project so I prefer to start using the best approach.