So you have to either wait for the GUI to finish or make the GUI delete those objects when it doesn't need them anymore.Originally Posted by sreedhar
So you have to either wait for the GUI to finish or make the GUI delete those objects when it doesn't need them anymore.Originally Posted by sreedhar
sreedhar (28th June 2006)
http://doc.trolltech.com/4.1/qobject.html#deleteLater
for any object that are extend from QObject, use the deleteLater function rather than directly use the [delete] operator
sreedhar (28th June 2006)
Bookmarks