Hi,

I have created a small LED widget which I use in
several forms. I had made theis widget draggable and had
implemented some code dragEnterEvent(), etc in the widget class to accomplish this.

This works and I am able to drag the LED to another LED.

I now realize that the LED widget does not have enough information to correctly determine
whether a certain drag and drop should be allowed. This information can only be determined
from witihin the parent form class in which the LEDs are embedded.

What I would like is to do is have functions within the parent form class called when drag
operations involving the child LED widgets occur.

How does one do this?

Thanks!

Mark