QThreadPool 管理和循環使用單獨的QThread 對象,以幫助程序減少創建線程的成本。每個Qt 應用程序都有一個全局QThreadPool 對象,可以通過調用globalInstance() 訪問。
確定! 回上一頁