Change Cursor Shape with Pointer Handlers
-
wrote on 2 Jan 2019, 22:52 last edited by
Hello,
Is it possible to modify cursor shape with pointer handlers like DragHandler ?
I cannot find any property relating to this.
In fact, I need to change the cursor shape while dragging.Tks in advance for your help.
-
wrote on 3 Jan 2019, 11:59 last edited by
Hi,
Gentle reminder :)
Tks in advance for your help.
-
wrote on 4 Jan 2019, 20:04 last edited by
I search on the whole documentation and I didn't find anything related to Cursor Shape Property for Handlers.
Did someone encounter the same limitation with 5.12 ? -
wrote on 7 Jan 2019, 22:39 last edited by
Hi,
Any reply ?
Tks in advance for your help.
-
wrote on 17 Jan 2019, 01:44 last edited by
There is HoverHandler that isn't documented very well. Guess you'd just use MouseArea
-
wrote on 18 Jan 2019, 14:26 last edited by
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.