默认,QThread在run()方法内调用exec()开启了一个属于自己线程内部的事件循环。 ... class Worker : public QObject { Q_OBJECT public slots: void ...
確定! 回上一頁