feat: Add Qt Copyright and cjson version in aboutform.

This commit is contained in:
sunwen
2024-06-24 14:10:15 +08:00
parent dfe2314780
commit 78cb0de2d3

View File

@@ -112,6 +112,11 @@ void AboutForm::initUiWidget()
pMainLayout->addWidget(pQtVer);
pMainLayout->addSpacing(subContentSpacing);
pQtCopyright = new QLabel("Copyright 2008-2018 The Qt Company Ltd. All rights reserved.", this);
pQtCopyright->setObjectName("normal");
pMainLayout->addWidget(pQtCopyright);
pMainLayout->addSpacing(subContentSpacing);
pSUSEVer = new QLabel(this);
pSUSEVer->setText(tr("Operation System Information Loading..."));
pMainLayout->addWidget(pSUSEVer);
@@ -127,7 +132,7 @@ void AboutForm::initUiWidget()
pMainLayout->addSpacing(subContentSpacing);
pJsoncppVer = new QLabel(this);
pJsoncppVer->setText(tr("cJSON"));
pJsoncppVer->setText(tr("cJSON V1.7.16"));
pMainLayout->addWidget(pJsoncppVer);
pJsoncppCopyright = new QLabel(this);
pJsoncppCopyright->setObjectName("normal");