Qt 5.10 added a new way to run code in a thread, QThread::create, ... use a lambda to wrap the callable and its arguments, and then pass the lambda as the ...
確定! 回上一頁