[PyQt] signals and dialogs

Scott Frankel frankel at circlesfx.com
Tue Mar 2 20:46:18 GMT 2010


On Mar 2, 2010, at 11:56 AM, <dcassidy36 at mass.rr.com> wrote:

> Your code is not going to work. You are trying to connect to a  
> signal that has already been emitted. For this to work, you need to  
> manually call emitSignal AFTER you create your Foo() Dialog.

Of course.  Thanks!









More information about the PyQt mailing list