Don't inherit QThread . Just create simple Work class with the necessary function: class Work: public QObject { Q_OBJECT public: Work(){}; virtual ~Work(){} ...
確定! 回上一頁