標籤:讓QTimer 跑在其他線程. 一般寫法如下. 1. 在main thread中為worker thread指定定時器. QThread* thread = new QThread(this);thread->start() ...
確定! 回上一頁