Hi,
I have no app where I do this, so I can't tell.
You could put a qDebug() << "widget deleted" in the destructor of your widget to see if the destructor gets called. If it does, I guess it is OK.
Best regards,
Marc
Hi,
I have no app where I do this, so I can't tell.
You could put a qDebug() << "widget deleted" in the destructor of your widget to see if the destructor gets called. If it does, I guess it is OK.
Best regards,
Marc
Hi Marc
Yep, the widget gets deleted properly. looks right to me, then
Cheers,
Michael
Bookmarks