Ok I understand the heap advice. What's still not clear to me is that if I call delete MyFrame somewhere, is the destructor of the superclass also called or do I have to do it manually?
And if so, actually how? I tried QFrame::~QFrame() and it didn't work.
Bookmarks