Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -35,7 +35,6 @@ public:
|
||||
QVBoxLayout *vboxLayout1;
|
||||
QHBoxLayout *hboxLayout;
|
||||
QCheckBox *cbFixSolution;
|
||||
QCheckBox *cbFixMagnitudeType;
|
||||
QGridLayout *gridLayout;
|
||||
QLabel *label_21;
|
||||
QLabel *label_2;
|
||||
@ -107,12 +106,6 @@ public:
|
||||
|
||||
vboxLayout1->addLayout(hboxLayout);
|
||||
|
||||
cbFixMagnitudeType = new QCheckBox(frameEventOptions);
|
||||
cbFixMagnitudeType->setObjectName(QString::fromUtf8("cbFixMagnitudeType"));
|
||||
cbFixMagnitudeType->setChecked(true);
|
||||
|
||||
vboxLayout1->addWidget(cbFixMagnitudeType);
|
||||
|
||||
gridLayout = new QGridLayout();
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout->setSpacing(6);
|
||||
@ -276,7 +269,6 @@ public:
|
||||
cbFixSolution->setToolTip(QCoreApplication::translate("OriginCommitOptions", "If checked this origin will be fixed as preferred solution.", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
cbFixSolution->setText(QCoreApplication::translate("OriginCommitOptions", "Fix this origin as preferred location.", nullptr));
|
||||
cbFixMagnitudeType->setText(QCoreApplication::translate("OriginCommitOptions", "Fix event preferred magnitude type %1", nullptr));
|
||||
label_21->setText(QCoreApplication::translate("OriginCommitOptions", "Set origin status to", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("OriginCommitOptions", "Set event type to", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("OriginCommitOptions", "Set event certainty to", nullptr));
|
||||
|
||||
Reference in New Issue
Block a user