Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -171,7 +171,7 @@ public:
|
||||
{
|
||||
if (EventEdit->objectName().isEmpty())
|
||||
EventEdit->setObjectName(QString::fromUtf8("EventEdit"));
|
||||
EventEdit->resize(835, 795);
|
||||
EventEdit->resize(1415, 1094);
|
||||
hboxLayout = new QHBoxLayout(EventEdit);
|
||||
hboxLayout->setSpacing(0);
|
||||
hboxLayout->setContentsMargins(0, 0, 0, 0);
|
||||
@ -226,6 +226,9 @@ public:
|
||||
hboxLayout1->addWidget(frameMap);
|
||||
|
||||
treeMagnitudes = new QTreeWidget(originWidget);
|
||||
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
||||
__qtreewidgetitem->setText(0, QString::fromUtf8("1"));
|
||||
treeMagnitudes->setHeaderItem(__qtreewidgetitem);
|
||||
treeMagnitudes->setObjectName(QString::fromUtf8("treeMagnitudes"));
|
||||
QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Expanding);
|
||||
sizePolicy2.setHorizontalStretch(0);
|
||||
@ -261,9 +264,7 @@ public:
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout1->setSpacing(6);
|
||||
#endif
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout1->setContentsMargins(9, 9, 9, 9);
|
||||
#endif
|
||||
gridLayout1->setContentsMargins(0, 0, 0, 0);
|
||||
gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
|
||||
comboTypes = new QComboBox(frameInformation);
|
||||
comboTypes->setObjectName(QString::fromUtf8("comboTypes"));
|
||||
@ -272,7 +273,6 @@ public:
|
||||
sizePolicy4.setVerticalStretch(0);
|
||||
sizePolicy4.setHeightForWidth(comboTypes->sizePolicy().hasHeightForWidth());
|
||||
comboTypes->setSizePolicy(sizePolicy4);
|
||||
comboTypes->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLength);
|
||||
comboTypes->setMinimumContentsLength(9);
|
||||
|
||||
gridLayout1->addWidget(comboTypes, 2, 1, 1, 3);
|
||||
@ -479,9 +479,7 @@ public:
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout2->setSpacing(6);
|
||||
#endif
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout2->setContentsMargins(9, 9, 9, 9);
|
||||
#endif
|
||||
gridLayout2->setContentsMargins(0, 0, 0, 0);
|
||||
gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
|
||||
buttonReleaseMagnitudeType = new QPushButton(frameInformationM);
|
||||
buttonReleaseMagnitudeType->setObjectName(QString::fromUtf8("buttonReleaseMagnitudeType"));
|
||||
@ -599,6 +597,9 @@ public:
|
||||
#endif
|
||||
hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
|
||||
fmTree = new QTreeWidget(fmTop);
|
||||
QTreeWidgetItem *__qtreewidgetitem1 = new QTreeWidgetItem();
|
||||
__qtreewidgetitem1->setText(0, QString::fromUtf8("1"));
|
||||
fmTree->setHeaderItem(__qtreewidgetitem1);
|
||||
fmTree->setObjectName(QString::fromUtf8("fmTree"));
|
||||
sizePolicy.setHeightForWidth(fmTree->sizePolicy().hasHeightForWidth());
|
||||
fmTree->setSizePolicy(sizePolicy);
|
||||
@ -619,9 +620,7 @@ public:
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout3->setSpacing(6);
|
||||
#endif
|
||||
#ifndef Q_OS_MAC
|
||||
gridLayout3->setContentsMargins(9, 9, 9, 9);
|
||||
#endif
|
||||
gridLayout3->setContentsMargins(0, 0, 0, 0);
|
||||
gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
|
||||
fmDist = new QLabel(fmInfo);
|
||||
fmDist->setObjectName(QString::fromUtf8("fmDist"));
|
||||
@ -1046,6 +1045,9 @@ public:
|
||||
|
||||
retranslateUi(EventEdit);
|
||||
|
||||
tabWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(EventEdit);
|
||||
} // setupUi
|
||||
|
||||
@ -1115,7 +1117,7 @@ public:
|
||||
fmNP2L->setText(QCoreApplication::translate("EventEdit", "NP2:", nullptr));
|
||||
fmMethodL->setText(QCoreApplication::translate("EventEdit", "Method:", nullptr));
|
||||
fmCountL->setText(QCoreApplication::translate("EventEdit", "Count:", nullptr));
|
||||
fmFixButton->setText(QCoreApplication::translate("EventEdit", "Fix FM", nullptr));
|
||||
fmFixButton->setText(QCoreApplication::translate("EventEdit", "Fix", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
fmGap->setToolTip(QCoreApplication::translate("EventEdit", "Azimuthal Gap", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
@ -1141,7 +1143,7 @@ public:
|
||||
fmMethod->setToolTip(QCoreApplication::translate("EventEdit", "Method ID", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
fmMethod->setText(QString());
|
||||
fmAutoButton->setText(QCoreApplication::translate("EventEdit", "Automatic FM selection", nullptr));
|
||||
fmAutoButton->setText(QCoreApplication::translate("EventEdit", "Unfix focal mechanism", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
fmMisfit->setToolTip(QCoreApplication::translate("EventEdit", "Misfit", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
|
||||
Reference in New Issue
Block a user