Hi to all,
I've a form that contains Qlinedits, Qlabels and a QListWidget. All the components are well positioned on a form, but now I've to manage the Drag and Drop of files on that QListWidget. So, I read about that issue and the only examples I've found are about subclassing the target widget. Is it possible to manage the Drag and Drop without subclassing(and manually handle the layout) the QListWidget?
Thanks.
Bookmarks