需要注意的是,Qt 的 GUI 相關的實現以及更新只能在主線程中完成。 簡易線程創建並使用 auto tempHandleDicomInfoThread = new QThread(); connect(tempHandleDicomInfoThread, QThread::started, [=]() { qDebug() "tempHandleDicomInfoThread star