Hey,
   I have a window that pops up another window in QT, what I want to do is 
implement a certain function whenever the popup window is closed/destroyed. 
Does anyone know what signal a widget emits when it is cancelled(ie the red 
cross is clicked). I would like to connect that signal to a slot. I have tried 
'destroyed', 'closeEvent', 'closed' and none of those signals seem to be 
emitted. Any help will be appreciated.



      
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to