Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Upon drag and drop of an item over an existing item(or between 2 existing items) , it is overwriting that existing item. I want that item should be shifted down instead of getting overwritten.
There's no builtin support for that, you will have to code that yourself.
It's up to you what happens inside your implementation of QAbstractItemModel::dropMimeData.