class MyThread:public Qthread { ... void run() override; ... } MyThread::void run() { //這是子執行緒的業務邏輯 }. 3、在UI執行緒中建立子執行緒物件,在某個 ...
確定! 回上一頁