I meant something like this:
Qt Code:
  1. onListSignal: product.listSignal(nameOfSignalArgument)
To copy to clipboard, switch view to plain text mode 
I.e. using the QML signal handler and calling the C++ object's slot.

That way you don't need to make any assumptions in C++ on what the QML scene looks like (currently it assumes that the first object has those signals).

Cheers,
_