Hover Event
Solved
General and Desktop
-
Hi,
Something is not clear, are you asking how to handle the external dragged element or how to do the highlighting in any case ?
-
@SGaist said in Hover Event:
Something is not clear, are you asking how to handle the external dragged element or how to do the highlighting in any case ?
no, I dont asking how to handle the external dragged element.
Yes, Im asking how to do the highlighting ?
Thanks.Example: When I bring a mouse-moved item with a label with a layout like the one in the figure, it looks like the green arrow.
I want like this. -
Then you need to implement the hover event handling for the underlying widget and show a custom transparent widget that draws these arrows. A bit like QRubberBand.