Hi guys,

I subclassed QListWidgetItem and QTreeWidgetItem so when those got copied/moved, all the custom data weren't copied/moved with it. Thus, I think I have to override drag drop methods in QListWidget and QTreeWidget but I have no idea how to do that? Any suggestions???

Thanks a lot!