Qt 6.11 is out! See what's new in the release
blog
QTableWidgetItem objects deletion
General and Desktop
2
Posts
2
Posters
2.1k
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).