构造函数,继承QThread Thread::Thread(QObject *parent) : QThread(parent) { } void Thread::run() { QTimer* timer = new QTimer; //多线程环境中,此处设父指针 ...
確定! 回上一頁