Qt中弹出错误:ASSERT: qApp && App->thread() == QThread::currentThread()
原因AlthoughQObjectisreentrant,theGUIclasses,notablyQWidgetandallitssubclasses,arenotreentrant.Theycanonlybeusedfromthemainthread. 子线程中读取Qt的UI属性可以,修改不可以!可在子线程中使用信号或事件传给主线程去修改Qt的UI 原始链接http://www.qtcn.or