I extended the QStandardItemModel (I didn't override any methods though) and then set a QTreeView's model to my QStandardItemModel.
I set QTreeView's setDragDropMode(DragDropMode.InternalMove) and I am able to grab an item and drop it but when it drops the item is dropped at the end of the list instead of where I dropped it. It is correctly removing the item from the position it originated at but for some reason, no matter what I do, the item appears at the end of the list after I drop it. Am I am missing something here? Or am I doing something wrong? Thanks, Thomas Hintz
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
