Hi All,

I have a query here.I am new to Qt.In my application i have multiple threads running.I want to make a signal slot connection in one of my thread ,so that whenever i that signal i s emitted the slot present in another thread is called.How to achieve it.can you give me an example so that i can refer.?
Please help me out.