You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As psygnal comes from Qt which is a C++ world that does not contain the equivalent of @property or descriptors. Using property is quite popular in python projects, but connected with signals could produce a big amount of redundant code.
So maybe it could be a nice idea to allow connect a property to signal.
As psygnal comes from Qt which is a C++ world that does not contain the equivalent of
@property
or descriptors. Using property is quite popular in python projects, but connected with signals could produce a big amount of redundant code.So maybe it could be a nice idea to allow connect a property to signal.
and a proper modification for the
connect
function which allows providing tuple(obj, str)
as input.The text was updated successfully, but these errors were encountered: