Inherit QThread rewrite run function. class Thread : public QThread { Q_OBJECT public: virtual void run() override; } void Thread::run() { .
確定! 回上一頁