var oSomeObject = { x: 123, func: function() { print( this.x ); } }; sender.signal.connect( oSomeObject, "func" );