Hi
Can someone advise me how to prevent a drop being accepted in certain circumstances in a QTreeWidget?
I have derived a class from QTreeWidget and have reimplemented the DropEvent method.
How do I get the information that tells me where the item is being dropped so I can tell whether or not the drop should be allowed?

Thanks

Graham