Hey everyone!

I am working on a QTableWidget and there is alot of data i am adding and refreshing and i was wondering if when i call a QTableWidget::clear() if that will delete the pointers i have created and inserted to the table...

i dont want any memory leaks!

any help is greatly appreciated