Drag & Drop operation without overriding the widget function?

Basically I want to create functionality exactly like in this gif, the item is also dragged around without pressing the button and is dropped on click

2025-01-1021-14-34-ezgif.com-video-to-gif-converter

1 Like

• create the drag OP when Just One is clicked
• if you do not want to use Drag&Drop at all, create a widget, override onMouseMove and have it follow the cursor.
• or fake it all and turn the cursor into a widget you move around

Making it follow the cursor worked for me, thank you.

1 Like