update ts file

This commit is contained in:
xueyan hu
2021-12-23 17:29:02 +08:00
parent f748ce7185
commit 52c156f8b4
6 changed files with 422 additions and 46 deletions

View File

@@ -90,25 +90,25 @@ ScanFormWidget::ScanFormWidget(QWidget *parent) : TabFormWidget(parent) {
param_widget->setObjectName("param_widget");
QVBoxLayout* paramLayout =new QVBoxLayout(param_widget);
QLabel* lblPreview = new QLabel(this);
lblPreview->setText("Preview Parameters");
lblPreview->setText(tr("Preview Parameters"));
lblPreview->setObjectName("lbl_title");
paramLayout->addWidget(lblPreview);
QLabel* lbl_e = new QLabel(this);
lbl_e->setWordWrap(true);
lbl_e->setObjectName("lbl_e");
lbl_e->setText("some settings\n\nparameters\n");
lbl_e->setText(tr("some settings\n\nparameters\n"));
paramLayout->addWidget(lbl_e);
QLabel* lbl_end = new QLabel(this);
lbl_end->setObjectName("lbl_end");
paramLayout->addWidget(lbl_end);
QLabel* lblParams = new QLabel(this);
lblParams->setText("Scan Parameters");
lblParams->setText(tr("Scan Parameters"));
lblParams->setObjectName("lbl_title");
paramLayout->addWidget(lblParams);
QLabel* lbl_e2 = new QLabel(this);
lbl_e2->setWordWrap(true);
lbl_e2->setObjectName("lbl_e");
lbl_e2->setText("some settings\n\nparameters\n");
lbl_e2->setText(tr("some settings\n\nparameters\n"));
paramLayout->addWidget(lbl_e2);
QLabel* lbl_end2 = new QLabel(this);
lbl_end2->setObjectName("lbl_end");