2015年1月12日

Qt: QTimer和QThread

摘要: 让QTimer 跑在其他线程. 一般写法如下.1. 在main thread中为worker thread指定定时器. QThread* thread = new QThread(this); thread->start(); QTimer *timer = new QTimer(0); timer... 阅读全文

posted @ 2015-01-12 11:48 一 水 阅读(17723) 评论(0) 推荐(0) 编辑

导航