I want to drag & drop items on the same QTreeView. All is working great visually on the treeview,
but i also need to change my data in the database. So i need to know which item is dragged and the location (index) where the item is dropped.

I subbclassed QTreeView but can figure out how to get the index location of the dropped item. Any hints?