I found a solution for this.
QWidget *child = childAt(event->pos());
DraggableLED *target = static_cast<DraggableLED*>(child->parentWidget());
Thanks for your input!
I found a solution for this.
QWidget *child = childAt(event->pos());
DraggableLED *target = static_cast<DraggableLED*>(child->parentWidget());
Thanks for your input!
Bookmarks