Hint: use the copy constructor of QTableWidgetItem and copy the item directly, not cell by cell.
Your solution doesn't work because you're trying to add an item that is owned by the other table.
Regards
Hint: use the copy constructor of QTableWidgetItem and copy the item directly, not cell by cell.
Your solution doesn't work because you're trying to add an item that is owned by the other table.
Regards
ser_bur (29th May 2007)
Bookmarks