How to access a custom widget which is inside of another custom widget

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:

image

  • if the goal is to click on the wClickMe and move it to the drop zone, I’d call a dispatcher in the wClickMe:

  • 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?