... QThread* thread = new QThread(); thread->setObjectName("worker"); ... thread after it started QObject::connect(thread,&QThread::started ...
確定! 回上一頁