1、在接收者创建线程中,把接收者移动到主线程中: pReceiverObj->moveToThread(QApplication::instance()->thread()); 2、这样发送信号的时候,就会在主线程事件队列处理中来处理了。 把connect