feat: change some display text, cause by foo

This commit is contained in:
sunwen
2025-05-30 14:22:46 +08:00
parent 15895b38d5
commit 1a1df72892
10 changed files with 135 additions and 67 deletions

View File

@@ -409,7 +409,7 @@ void DeviceManager::processScanProgress(const QString& aProgress)
}
case 3:
{
QVariant var( tr("Data quality assessment in progress\nprogress:99%"));
QVariant var(tr("Patient can leave.\nprogress:%1%").arg(msg));
TRIGGER_EVENT(InvokeOperationProgress, nullptr, (QObject *) &var);
break;
}