So no dragging operation is involved at all, it’s just about clicking?
Lets see if I got it right:
- this is my
wMain, it has 2 other user widgets inside:

- if the goal is to click on the
wClickMeand move it to the drop zone, I’d call a dispatcher in thewClickMe:
- I’d have an event in the
wDropZone
- and have the main widget bind both widgets:
However, judging by the original image:
It seems that we have slots that will have some content and, once clicked, a slot should move its content to the inventory list? Or are we moving an entire slot? How close am I?



