My question is about how to know which is the class that sends the signal because what i want to do is specified to the class that has sent the signal
is it possible to do that ?
this is a prototype of what i intend to do
Qt Code:
if (signal comes from class 1) {do specified actions } else if (comes from class 2) {do something else }To copy to clipboard, switch view to plain text mode
Thanks
Bookmarks