Hi

I have two classes called receive and write.

What i need is , a signal is emitted in the receive class. this signal has to be caught in the write class and proceed as instructed.

I am emitting a signal called finished_receiving after i have parsed the data I get from a website.
I want to connect this signal to a proceed function in the write class.

What all should i specify in the connect? how should I declare the sender and receiver objects?