For example:
javascript Code:
DirectConnections { source: sender.signal target: receiver.slot }To copy to clipboard, switch view to plain text mode
I'm not sure how to access the signal and the slot itself from the C++ side. If you can't find a way to do it, you can always use separate properties for the signal and slot signatures (as strings) that you will then use in the backend.
Bookmarks