> Hi,
>
> I think I understand your problem as follows: You have a non-parametrized
> signal, lostFocus, that you want to connect to one slot - but then somehow
> "magically" there shall be a reference to the object the signal came from
> is
> passed.

If that's the case then just use QObject.sender(). The slot must be a
method of a QObject derived class - but that wouldn't seem to be a problem
in this case.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to