Hi all,

I have an opposite problem to the one described by sergiomar73 in the thread "QtableWidget that don't accept drop item between rows?"

I'd like to INSERT the dragged row of the QTableWidget BETWEEN two other rows. The drag and drop works OK, the insertion is possible only between the rows, but item disappears instead of to be inserted.
Optimally, the gap after the moved item shall be closed ( according part of the rows shall be moved)

any idea how to to do this?

great thanks for any help