Hello,

I have a QTableWidget which owns 640*480 QTableWidgetItems.
When I make a clearContents() on it, it takes several seconds to do it. Is there any way to empty the table faster?

Thank you.