Project

General

Profile

interact between QThread and a session

Added by Anonymous over 4 years ago

Hi,

in a session, I use a Qthread pointer and emit a signal of the Qthread. also in the thread and after some operation I need to come back to the session. I come back by emitting a Wt signal, but the thread will not be changed and the thread ID is the ID of the Qthread. how can I resolve it ??

Thanks