Hello, every one. I'm Phuong, I come from VietNam. I have a problem: I have a thread and I want to update many interface by signal and slot? my thread is a
variable(public) in interface 1, and I have function(public) getThread() to return this thread. And I want to update interface 2 use this thread(by signal and slot). But it is not update? Can you tell me solve?
Thanks!