Create a QTimer in the Thread::run(); Connect the timeout signal to the slot of Thread. #include <QtCore> class Thread : public QThread ...
確定! 回上一頁