QApplication::postEvent(receriver ,qevent*.) 将事件发送到receiver 对象所在的子线程进行执行。
receiver对象需要重载 custEvent函数(又可以叫异步调用)

QApplication::sendEvent(receiver,qevent&)只能在该函数调用的线程中执行receiver的相应函数(同步调用)

posted on 2024-11-19 15:25  keleman  阅读(1)  评论(0编辑  收藏  举报