I want to send a signal which with params to a slot. And the params is necessary to the slot.For example,mysignal(int , QString); myslot(int , QString). If I used the slot like that,whether it is right or not. My mind is to inform a slot function, and pass the param to it.

Thanks very much.