this is a question you can answer yourself. Simply create a subclass and see if the d-tor is called:and now see the output and your question answered.Qt Code:
{ Q_OBJECT public: ~MyWidget() { qDebug() << Q_FUNC_INFO; } }To copy to clipboard, switch view to plain text mode





Reply With Quote
Bookmarks