PDA

View Full Version : OnDestroy Related



ASHOK
11th August 2010, 12:30
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

Lykurg
11th August 2010, 12:40
before a window is closed QWidget::closeEvent() is called. This maybe fit your needs, or say what exactly you want achieve.