QThread 的局部事件循环则可以通过在 QThread::run() 中调用 QThread::exec() 开启: class Thread : public QThread { protected: void run() { /* ...
確定! 回上一頁