Greets!

So I have this QTableWidget, which I'm trying to keep in sync with an ordered list of objects. I've allowed internal drag and drop reordering, which seems to work okay in the table itself, but when the drag occurs, I need some way to figure out what row was moved, and where it was moved *to*. How can I do this?

Bart