Hey there,

I'm using some components that needs to be "deleted later".
I need some clarification about the way this works.

How is defined the order deleteLater items are deleted ?

What happens if I deleteLater a widget and deleteLater some more objects inside ?

Will objects be deleted due to their parency in the postponed father widget's deletion ?
Or
Will they be deleteLater after the deletion of the father widget?

Thanks.