QThread(parent); {; }; void Thread::run(); {; QTimer* timer = new QTimer; //多线程环境中,此处设父指针为this,会导致创建线程失败,定时器可用
確定! 回上一頁