I want something like, when I Drag from Table View, I want to to Drop it into QWidget. Currently, it not allows me to Drop directly inside the QWidget. If my widget have some content from same Table View priory, than I only able to Drop data inside that content only.

How can i achieve like anywhere in QWidget if i drop something, it will added to my QWidget, without any restriction?