PDA

View Full Version : QTreeWidget doesn't call dropMimeData for internal move, bug ?



Alundra
21st January 2016, 03:40
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