構造函數,繼承QThread Thread::Thread(QObject *parent) : QThread(parent) { } void Thread::run() { QTimer* timer = new QTimer; //多線程環境 ...
確定! 回上一頁