So, when I close it using the close() function or the x icon on the title bar, it is just hiding it, not deleting it?
Edit: I guess reading the API would help. Does the x icon issue a close()?
So, when I close it using the close() function or the x icon on the title bar, it is just hiding it, not deleting it?
Edit: I guess reading the API would help. Does the x icon issue a close()?
Last edited by markcole; 18th April 2007 at 21:56.
No, I just assumed that when you close it you hide it for later use...
In this case...No idea at all why you get this problem...
Do you have to set it WindowModal?
markcole (18th April 2007)
Maybe setting attribute Qt::WA_DeleteOnClose would help.
J-P Nurmi
markcole (19th April 2007)
Thanks....I will give it a try.
Bookmarks