I'm implementing a drag-n-drop between a list and a tree where I have different sorts of QTreeWidgetItem subclasses. I want the dropped list item to be inserted as QTreeWidgetCustomItem instead of QTreeWidgetItem. How could I achieve that?
I'm implementing a drag-n-drop between a list and a tree where I have different sorts of QTreeWidgetItem subclasses. I want the dropped list item to be inserted as QTreeWidgetCustomItem instead of QTreeWidgetItem. How could I achieve that?
Bookmarks