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:
  1. if (signal comes from class 1)
  2. {do specified actions }
  3. else if (comes from class 2)
  4. {do something else }
To copy to clipboard, switch view to plain text mode 

Thanks