Quote Originally Posted by maximAL View Post
it seems when using drag 'n drop with trees, the structure of the items gets flattened to a list.
Yes, that's unfortunate. I'm afraid you will have to reimplement QTreeWidget::mimeData() and QTreeWidget::dropMimeData() and store items into MIME data in hierarchical format to achieve that.