In data lunedì 25 giugno 2012 07:51:21, Viranch Mehta ha scritto:

> 1. sender.signal.connect(receiver.slot)

I would recommend this way of connecting signals in, since errors will be
immediately caught (AttributeError in case of wrong / missing signal) rather
than silently ignored.

The only case in which option 2 should be used is if the C++ signal has not
been bound to the Python bindings.

--
Luca Beltrame - KDE Forums team
KDE Science supporter
GPG key ID: 6E1A4E79

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to