Hi,

Let’s suppose I have something like this:

item.propertyChanged.connect(handlePropertyChanged)

function handlePropertyChanged()
{
        // invoke something on the caller object
}

How can I get the caller object?

Is there something similar to sender() on the Javascript side?

Regards,

Nuno
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to