feat: Update about page information.
This commit is contained in:
@@ -79,13 +79,13 @@ void AboutForm::initUiWidget()
|
|||||||
|
|
||||||
pCompanyCopyRight = new QLabel(this);
|
pCompanyCopyRight = new QLabel(this);
|
||||||
pCompanyCopyRight->setObjectName("normal");
|
pCompanyCopyRight->setObjectName("normal");
|
||||||
pCompanyCopyRight->setText(tr("Copyright © 2017-2022 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved"));
|
pCompanyCopyRight->setText(tr("Copyright © 2025 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved"));
|
||||||
pMainLayout->addWidget(pCompanyCopyRight);
|
pMainLayout->addWidget(pCompanyCopyRight);
|
||||||
|
|
||||||
pMainLayout->addSpacing(subContentSpacing);
|
pMainLayout->addSpacing(subContentSpacing);
|
||||||
|
|
||||||
pMainVer = new QLabel(this);
|
pMainVer = new QLabel(this);
|
||||||
pMainVer->setText(QString(tr("USCT Software V0.1.0")));
|
pMainVer->setText(QString(tr("USCT Software V1.0")));
|
||||||
pMainLayout->addWidget(pMainVer);
|
pMainLayout->addWidget(pMainVer);
|
||||||
|
|
||||||
mDmsVersion->setText(DeviceManager::Default()->getSoftwareVersion());
|
mDmsVersion->setText(DeviceManager::Default()->getSoftwareVersion());
|
||||||
@@ -101,7 +101,7 @@ void AboutForm::initUiWidget()
|
|||||||
pMainLayout->addWidget(pFEBVer);
|
pMainLayout->addWidget(pFEBVer);
|
||||||
pMainLayout->addSpacing(subContentSpacing);
|
pMainLayout->addSpacing(subContentSpacing);
|
||||||
|
|
||||||
pQtVer = new QLabel(tr("Qt 5.12.0"), this);
|
pQtVer = new QLabel(tr("Qt 5.12.7"), this);
|
||||||
pMainLayout->addWidget(pQtVer);
|
pMainLayout->addWidget(pQtVer);
|
||||||
pMainLayout->addSpacing(subContentSpacing);
|
pMainLayout->addSpacing(subContentSpacing);
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ void AboutForm::initUiWidget()
|
|||||||
pMainLayout->addSpacing(subContentSpacing);
|
pMainLayout->addSpacing(subContentSpacing);
|
||||||
|
|
||||||
pDcmtkVer = new QLabel(this);
|
pDcmtkVer = new QLabel(this);
|
||||||
pDcmtkVer->setText(tr("DICOM Library Information Loading..."));
|
pDcmtkVer->setText(tr("DICOM V3.6.5"));
|
||||||
pMainLayout->addWidget(pDcmtkVer);
|
pMainLayout->addWidget(pDcmtkVer);
|
||||||
pDcmtkCopyright = new QLabel(this);
|
pDcmtkCopyright = new QLabel(this);
|
||||||
pDcmtkCopyright->setObjectName("normal");
|
pDcmtkCopyright->setObjectName("normal");
|
||||||
@@ -136,7 +136,7 @@ void AboutForm::initUiWidget()
|
|||||||
|
|
||||||
QThread* t = QThread::create([=]() {
|
QThread* t = QThread::create([=]() {
|
||||||
pSUSEVer->setText(cmdHelper::Instance()->getLinuxVersion());
|
pSUSEVer->setText(cmdHelper::Instance()->getLinuxVersion());
|
||||||
pDcmtkVer->setText(cmdHelper::Instance()->getDCMTKVersion());
|
//pDcmtkVer->setText(cmdHelper::Instance()->getDCMTKVersion());
|
||||||
});
|
});
|
||||||
t->start();
|
t->start();
|
||||||
connect(t, SIGNAL(finished()), t, SLOT(deleteLater()));
|
connect(t, SIGNAL(finished()), t, SLOT(deleteLater()));
|
||||||
@@ -146,7 +146,7 @@ void AboutForm::initUiWidget()
|
|||||||
connect(DeviceManager::Default(), &DeviceManager::getDmsVersionResponsed,this,&AboutForm::setDmsVersion,Qt::QueuedConnection);
|
connect(DeviceManager::Default(), &DeviceManager::getDmsVersionResponsed,this,&AboutForm::setDmsVersion,Qt::QueuedConnection);
|
||||||
connect(EventCenter::Default(), &EventCenter::ReloadLanguage, [=]() {
|
connect(EventCenter::Default(), &EventCenter::ReloadLanguage, [=]() {
|
||||||
pProductVer->setText(tr("HJ-USCT-01 V1.0"));
|
pProductVer->setText(tr("HJ-USCT-01 V1.0"));
|
||||||
pCompanyCopyRight->setText(tr("Copyright © 2017-2020 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed"));
|
pCompanyCopyRight->setText(tr("Copyright © 2025 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed"));
|
||||||
pMainVer->setText(QString(tr("GUI Software V%1")).arg(getGUIVersion()));
|
pMainVer->setText(QString(tr("GUI Software V%1")).arg(getGUIVersion()));
|
||||||
mDmsVersion->setText(tr("Embedded Software %1").arg(getEmbVersion()));
|
mDmsVersion->setText(tr("Embedded Software %1").arg(getEmbVersion()));
|
||||||
mReconSotfVer->setText(tr("Reconstruction Software V1.2"));
|
mReconSotfVer->setText(tr("Reconstruction Software V1.2"));
|
||||||
@@ -160,7 +160,7 @@ QString AboutForm::getGUIVersion()
|
|||||||
{
|
{
|
||||||
return QString("%1.%2.%3 beta").arg(GUI_VERSION_MAJOR).arg(GUI_VERSION_MINOR).arg(GUI_VERSION_BUILD);
|
return QString("%1.%2.%3 beta").arg(GUI_VERSION_MAJOR).arg(GUI_VERSION_MINOR).arg(GUI_VERSION_BUILD);
|
||||||
}
|
}
|
||||||
return QString("%1.%2.%3").arg(GUI_VERSION_MAJOR).arg(GUI_VERSION_MINOR).arg(GUI_VERSION_BUILD);
|
return QString("%1.%2").arg(GUI_VERSION_MAJOR).arg(GUI_VERSION_MINOR).arg(GUI_VERSION_BUILD);
|
||||||
}
|
}
|
||||||
|
|
||||||
QString AboutForm::getEmbVersion()
|
QString AboutForm::getEmbVersion()
|
||||||
|
|||||||
@@ -23,10 +23,6 @@
|
|||||||
<source>FEB Information</source>
|
<source>FEB Information</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Qt 5.12.0</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Copyright (c) 1994-2021, OFFIS e.V.</source>
|
<source>Copyright (c) 1994-2021, OFFIS e.V.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@@ -35,22 +31,10 @@
|
|||||||
<source>Copyright (c) 2009-2017 Dave Gamble</source>
|
<source>Copyright (c) 2009-2017 Dave Gamble</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Copyright © 2017-2020 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>USCT Software V0.1.0</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Operation System Information Loading...</source>
|
<source>Operation System Information Loading...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>DICOM Library Information Loading...</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>cJSON V1.7.16</source>
|
<source>cJSON V1.7.16</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
@@ -60,7 +44,23 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Copyright © 2017-2022 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved</source>
|
<source>Copyright © 2025 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Qt 5.12.7</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Copyright © 2025 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>DICOM V3.6.5</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>USCT Software V1.0</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="88"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="82"/>
|
||||||
<source>USCT Software V0.1.0</source>
|
<source>Copyright © 2025 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -25,19 +25,24 @@
|
|||||||
<source>GUI Software V%1</source>
|
<source>GUI Software V%1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../forms/settings/AboutForm.cpp" line="104"/>
|
||||||
|
<source>Qt 5.12.7</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="114"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="114"/>
|
||||||
<source>Operation System Information Loading...</source>
|
<source>Operation System Information Loading...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="119"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="128"/>
|
||||||
<source>DICOM Library Information Loading...</source>
|
<source>cJSON V1.7.16</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="128"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="149"/>
|
||||||
<source>cJSON V1.7.16</source>
|
<source>Copyright © 2025 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -55,29 +60,24 @@
|
|||||||
<source>FEB Information</source>
|
<source>FEB Information</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="104"/>
|
|
||||||
<source>Qt 5.12.0</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="82"/>
|
|
||||||
<source>Copyright © 2017-2022 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reserved</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="123"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="123"/>
|
||||||
<source>Copyright (c) 1994-2021, OFFIS e.V.</source>
|
<source>Copyright (c) 1994-2021, OFFIS e.V.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="132"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="88"/>
|
||||||
<source>Copyright (c) 2009-2017 Dave Gamble</source>
|
<source>USCT Software V1.0</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../forms/settings/AboutForm.cpp" line="149"/>
|
<location filename="../forms/settings/AboutForm.cpp" line="119"/>
|
||||||
<source>Copyright © 2017-2020 Zhejiang Equilibrium Nine Medical Equipment Co., Ltd. All Rights Reversed</source>
|
<source>DICOM V3.6.5</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../forms/settings/AboutForm.cpp" line="132"/>
|
||||||
|
<source>Copyright (c) 2009-2017 Dave Gamble</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|||||||
Reference in New Issue
Block a user