Hi,
I just found QTreeWidget doesn't call dropMimeData for internal move (when one item is moven on another to set it as child).
Is it a bug or it's normal ? The only way is to connect the rowInserted signal to one function or duplicate the dropMimeData code ?
Thanks