PyQt - multiple window instances?
gregarican
greg.kujawa at gmail.com
Fri Feb 24 14:34:30 EST 2006
More information about the Python-list mailing list
Fri Feb 24 14:34:30 EST 2006
- Previous message (by thread): PyQt - multiple window instances?
- Next message (by thread): PyQt - multiple window instances?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The window isn't being created as a new class instance or anything. The main class is the application main window as a whole and this particular window is just part of that class. I have typed data into the window, then tried to open up a new window. But when I do the window where I have typed data disappears and is replaced by a new window that's blank. What's the easiest way to keep a reference to the old window?
- Previous message (by thread): PyQt - multiple window instances?
- Next message (by thread): PyQt - multiple window instances?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list