One possible solution is to inherit from QThread and enclose the call to exec() in a try catch block by overriding QThread::run() .
確定! 回上一頁