Qt: QTimer和QThread 让QTimer 跑在其他线程. 一般写法如下. 1. 在main thread中为worker thread指定定时器. QThread* thread = new QThread(this); thread->start(); ...
確定! 回上一頁