Re: [PyQt] Displaying 2nd Window Problem

2012-08-17 Thread uahmed
Thanks a lot . It make it works :) On Fri, Aug 17, 2012 at 4:25 PM, Vincent Vande Vyvre < vincent.vandevy...@swing.be> wrote: > On 16/08/12 22:56, uahmed wrote: > > Hi > > > > I am dealing with 2 windows . One is created by Qt Designer and i > > import it on test.py program . what i did i make a

Re: [PyQt] Displaying 2nd Window Problem

2012-08-17 Thread Vincent Vande Vyvre
On 16/08/12 22:56, uahmed wrote: > Hi > > I am dealing with 2 windows . One is created by Qt Designer and i > import it on test.py program . what i did i make a Widget on the test > program and than add a button to it and on click event I try to popup > the other window(gui1.py) created by Qt Desig

[PyQt] Displaying 2nd Window Problem

2012-08-16 Thread uahmed
Hi I am dealing with 2 windows . One is created by Qt Designer and i import it on test.py program . what i did i make a Widget on the test program and than add a button to it and on click event I try to popup the other window(gui1.py) created by Qt Designer but it never pop ups and when i use bre