feat: Add Qt Copyright and cjson version in aboutform.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user