Re: PyQt - multiple window instances?

2006-02-24 Thread gregarican
Diez B. Roggisch wrote: > > The window isn't being created as a new class instance or anything. > > > Yes it is. QWidget() creates a new instance of QWidget. > > > The > > > > > main class is the application main window as a whole and this > > particular window is just part of that class. I have

Re: PyQt - multiple window instances?

2006-02-24 Thread Diez B. Roggisch
gregarican schrieb: > The window isn't being created as a new class instance or anything. Yes it is. QWidget() creates a new instance of QWidget. > 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 win

Re: PyQt - multiple window instances?

2006-02-24 Thread gregarican
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

Re: PyQt - multiple window instances?

2006-02-24 Thread Diez B. Roggisch
gregarican schrieb: > I have an PyQt app were I need one of the windows to be able to be > opened more than one at a time. When I try to open it I only get one > instance at the same time. The main class is the QWidget() class with a > QGridLayout() displaying the various window components. > > Is

PyQt - multiple window instances?

2006-02-24 Thread gregarican
I have an PyQt app were I need one of the windows to be able to be opened more than one at a time. When I try to open it I only get one instance at the same time. The main class is the QWidget() class with a QGridLayout() displaying the various window components. Is there a certain flag I need to