Install SeisComP and scanloc ARM64 nightly packages

This commit is contained in:
Enrico Ellguth
2025-10-29 12:34:04 +00:00
parent 2ff097f9d1
commit 165b829fb7
606 changed files with 24438 additions and 16358 deletions

View File

@ -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));