From ebe408cddcb34c73be32215583899adcd67949e8 Mon Sep 17 00:00:00 2001 From: sunwen Date: Wed, 8 May 2024 17:12:00 +0800 Subject: [PATCH] Fix SystemCorrectionForm excute button do not translate. --- src/forms/settings/SystemCorrectionForm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forms/settings/SystemCorrectionForm.cpp b/src/forms/settings/SystemCorrectionForm.cpp index 492be0f..bc68da0 100644 --- a/src/forms/settings/SystemCorrectionForm.cpp +++ b/src/forms/settings/SystemCorrectionForm.cpp @@ -89,6 +89,7 @@ void SystemCorrectionForm::init() emptyScanDescribe->setText(tr("Empty water scanning involves collecting ultrasound data while the tank is filled with water and free of any objects. It is essential to ensure that the tank is fully filled with water and devoid of any objects before conducting the scan. The purpose of collecting empty water data is to obtain baseline information on the time and energy variations of ultrasound propagation inside the inspection tank. This information is utilized for reconstructing reference data for transmission ultrasound imaging. Additionally, empty water data can be utilized for system status assessment and spatial calibration of the system. Therefore, empty water scanning should be performed regularly, with a frequency of once every month.")); currentEmptyScanDate->setText(tr("Current date for Empty Scanning %1-%2-%3").arg(lastScanDate.year()).arg(lastScanDate.month()).arg(lastScanDate.day())); expirationEmptyScanDate->setText(tr("Expiration date for Empty Scanning %1").arg(dateFormat)); + emptyScanButton->setText(tr("Excute empty scan")); }); connect(emptyScanButton, &QPushButton::clicked, []()