Qt多線程之間傳遞參數

在主線程中進行以下操做:html connect(this, SIGNAL(ReceiveThread(void*,int,int)), receiveInfo, SLOT(doReceiveTh(void*,int,int))); connect(&receiveThread, SIGNAL(finished()),receiveInfo, SLOT(deleteLater())); 上
相關文章
相關標籤/搜索