Hmm thanks... except how I clear my form is using this:
Qt Code:
QObjectList childrenList = children(); childrenList.removeAt(childrenList.indexOf(DoNotDeleteMeObject)); ... qDeleteAll(childrenList);To copy to clipboard, switch view to plain text mode
Is there an alternative for qDeleteAll() which uses deleteLater()?
Bookmarks