I have a QWidget that contains multiple children. The ultimate goal is to be able to drag and drop from one widget to the other, moving something between widgets. I\'ve go
Maybe you are looking for geometry() or frameGeometry() in QWidget. See here for more details.
geometry()
frameGeometry()