By default, QThread.run() will start a local event-loop for the thread, but if you completely override it in the way that you have done, that won't happen ...
確定! 回上一頁