Re: PYQT 3 communication with 2 windows

2007-04-24 Thread Marcpp
On 21 abr, 02:43, David Boddie <[EMAIL PROTECTED]> wrote: > On Thursday 19 April 2007 22:38, Marcpp wrote: > > > Hi, I'm introducing to program in python + pyqt. > > I have a main window that call a second window (to introduce a info > > with textedit) > > when press the second window button I need

Re: PYQT 3 communication with 2 windows

2007-04-24 Thread Marcpp
On 21 abr, 02:43, David Boddie <[EMAIL PROTECTED]> wrote: > On Thursday 19 April 2007 22:38, Marcpp wrote: > > > Hi, I'm introducing to program in python + pyqt. > > I have a main window that call a second window (to introduce a info > > with textedit) > > when press the second window button I need

Re: PYQT 3 communication with 2 windows

2007-04-20 Thread David Boddie
On Thursday 19 April 2007 22:38, Marcpp wrote: > Hi, I'm introducing to program in python + pyqt. > I have a main window that call a second window (to introduce a info > with textedit) > when press the second window button I need to return to the main > window the info > introduced in the second w

PYQT 3 communication with 2 windows

2007-04-19 Thread Marcpp
Hi, I'm introducing to program in python + pyqt. I have a main window that call a second window (to introduce a info with textedit) when press the second window button I need to return to the main window the info introduced in the second window. I've seek in the pyqt doc examples but i don't find i