Re: [PyQt] PyQt4 window not properly closing with signals From.close

2012-06-11 Thread Ganesh Kumar
Hi David, Thanks man, I learn some new thing from yours, I got some idea. thanks helping out. I followed you have mentioned tutorials links it's very useful to me. -Ganesh. Did I learn something today? If not, I wasted it. On Tue, Jun 12, 2012 at 1:09 AM, David Boddie wrote: > On Mon, 11 Jun

Re: [PyQt] PyQt4 window not properly closing with signals From.close

2012-06-11 Thread David Boddie
On Mon, 11 Jun 2012 15:45:53 +0530, Ganesh Kumar wrote: > I am new to pyqt, I try two qt designer files one is main window > second sub window, > Load main window click button open new window > user clicks exit on that window close sub window return to main window > I am tried with Form.close , w

[PyQt] PyQt4 window not properly closing with signals From.close

2012-06-11 Thread Ganesh Kumar
Hi Guys, I am new to pyqt, I try two qt designer files one is main window second sub window, Load main window click button open new window user clicks exit on that window close sub window return to main window I am tried with Form.close , window.deletelater Not working for me. I have attached my