I am having the same problem. It works fine in QListWidget, but in QTableWidget it drags content from row i, drops onto row j, overwriting the content in row j, and row i is now blank
I am having the same problem. It works fine in QListWidget, but in QTableWidget it drags content from row i, drops onto row j, overwriting the content in row j, and row i is now blank
I just posted about this at Stack Overflow too, just to see if there is something obvious I am missing:
http://stackoverflow.com/questions/2...n-qtablewidget
Someone at Stack Overflow answered. It's tricky, but doable:
http://stackoverflow.com/a/26311179/1886357
For a noob like me it is actually a beautiful example to work through.
Bookmarks