Dear All,
Is there any method in Qt equivalent to OnDestroy in Visual Studio . If there help me how to access it. Thanks in advance.
Regards,
Ashok
Dear All,
Is there any method in Qt equivalent to OnDestroy in Visual Studio . If there help me how to access it. Thanks in advance.
Regards,
Ashok
before a window is closed QWidget::closeEvent() is called. This maybe fit your needs, or say what exactly you want achieve.
Bookmarks