Apparently QTableWidget::setCellWidget() maps the widget to the specific cell, not to the specific item. So you will have swap the cell widget by hand, too.
Apparently QTableWidget::setCellWidget() maps the widget to the specific cell, not to the specific item. So you will have swap the cell widget by hand, too.
J-P Nurmi
deasterbrook (4th January 2007)
The problem is that, when i set a widget for a specific cell, it deletes the previous one, so I cannot
The only way I've found is to have a Clone function in the widget's class
Bookmarks