Hi,<div><br></div><div>My app requires a drag/drop from one tree to another. I have overriden the drop method to put in my own functionality which a Tree Widget that I have sub-classed. So far I&#39;ve been able to get it working like I need; however that has been mainly by rebuilding the tree based on which selections were made in the source tree. In this scenario I don&#39;t care where it&#39;s dropped.</div>
<div><br></div><div>However, now I need to add in the ability to drop the items in the area selected, so somehow I need to get the TreeWidgetItem onto which it was dropped. I&#39;ve looked at the event info and other areas surrounding the drop functionality but can&#39;t seem to find it.</div>
<div><br></div><div>I&#39;m having to work around using the mime data, because I have not been successful getting that information to pass through. As a result, everything I do is based on selections highlighted in the source tree. So hopefully I don&#39;t need that to get the info. How do I find out where it was dropped?</div>
<div><br></div><div>Thanks,</div><div>Marc</div>