Learn Qt - QTimer can also be used to request a function to run as soon as the ... thread QTimer* timer = new QTimer(); timer->moveToThread(qApp->thread()); ...
確定! 回上一頁