QThread *QAdoptedThread::createThreadForAdoption() { QThread *t = new ... new QThread(); application->moveToThread(viewerThread); } // create Qt main window ...
確定! 回上一頁