qt中將一個類的函數放到線程中執行

效果圖 在.pro中添加 QT += concurrent 創建測試類如下 class MyConcurentTest{ public: MyConcurentTest(){} ~MyConcurentTest(){} void fun1(QString str){ for(int i=0;i<10;i++){ qDebug() <<
相關文章
相關標籤/搜索