Details
-
Suggestion
-
Resolution: Incomplete
-
Not Evaluated
-
4.4.1
-
None
Description
Swapping rows or columns in a QTableWidget is hard when cell widgets are involved since the QTableView (or actually the QAbstractItemView class) takes ownership of the cell widget and deletes it when it thinks it has no further use for it.