【写在前面】 Qt 中的 QTimer 相当简单、强大。 然而,最近在脱离了 Qt 线程使用 QTimer 时遇上了不少问题。 仔细阅读文档,发现到自己未注意到的细节 ( 我好蠢 T T. ),即需要事件循环: In multithreaded applications, you can use QTimer in any thread t
文章目录 目的demo 代码测试casecase onecase two 目的 主要是讲解QTimer 与 QThread 结合时候, 容易出现各种各样警告, 如下 QObject::startTimer: Timers cannot be started from another threadQObject::startTimer: Timers cannot be st