Hi there,

I'm trying to create a (flat) list that allows items to be dragged into a new order. I'm using QTreeView ( I like how it looks ) with a flat heirarchy and a subclassed QAbstractItemModel. I've gotten drag n' drop reordering of the list to work, but the drop sites that get shown are rectangles that surround the current row/column element that I am over. What I'd like to show is a thick horizontal line drawn BETWEEN the rows where I will drop the selected items.

Can anyone tell me what I need to override, or what setting I need to make, to influence how the drop targets get shown in QTreeView?

Thanks!
Dave