QTableWidgetItem objects deletion
General and Desktop
2
Posts
2
Posters
2.0k
Views
1
Watching
-
If you check the "source of QTableWidgetItem":http://qt.gitorious.org/qt/qt/blobs/4.7/src/gui/itemviews/qtablewidget.cpp you can find it out easily (setRowCount calls removeRows, which deletes the item).