PDA

View Full Version : Deleting QDialog object on close



ahmdsd_ostora
28th June 2010, 08:22
I want to delete the dialog object when it's closed anyway, should i listen to finished() signal? or there is another way ?

saa7_go
28th June 2010, 09:59
You need to read this (http://doc.qt.nokia.com/4.6/qwidget.html#setAttribute) and this (http://doc.qt.nokia.com/4.6/qt.html#WidgetAttribute-enum).

ahmdsd_ostora
28th June 2010, 10:55
great!!
thank u alot