Quote Originally Posted by jpn View Post
Those widgets are not children of the layout. Widgets added to a layout become children of the widget where the layout is installed on. This is why the widgets didn't get deleted still if the layout was deleted.
Aaah... I was not aware of this. Thank you