Hi folks, I'm wondering if QObject destructor will delete the object's children. For example, I have my own class MyWidget, and in its constructor widgets are created on the stack with parent being the MyWidget object. So do I need to delete all the widgets created on the stack in MyWidget's destructor? Thanks Yifei