[installation] Change to nightly
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
#define UI_PICKERVIEW_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QIcon>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QFrame>
|
||||
@ -19,6 +18,7 @@
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include <QtWidgets/QMenu>
|
||||
#include <QtWidgets/QMenuBar>
|
||||
#include <QtWidgets/QProgressBar>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QSplitter>
|
||||
@ -59,12 +59,11 @@ public:
|
||||
QAction *actionMaximizeAmplitudes;
|
||||
QAction *actionPickP;
|
||||
QAction *actionPickS;
|
||||
QAction *actionPickOther;
|
||||
QAction *actionDisablePicking;
|
||||
QAction *actionConfirmPick;
|
||||
QAction *actionDeletePick;
|
||||
QAction *actionRelocate;
|
||||
QAction *actionShowAllStations;
|
||||
QAction *actionAddStationsInDistanceRange;
|
||||
QAction *actionShowUsedStations;
|
||||
QAction *actionSortByResidual;
|
||||
QAction *actionShowZComponent;
|
||||
@ -116,6 +115,7 @@ public:
|
||||
QLabel *label1;
|
||||
QLabel *labelAzimuth;
|
||||
QSpacerItem *spacerItem;
|
||||
QProgressBar *progressAmpLevel;
|
||||
QFrame *frameCurrentRow;
|
||||
QHBoxLayout *hboxLayout2;
|
||||
QFrame *frameZoomControls;
|
||||
@ -133,7 +133,6 @@ public:
|
||||
QToolBar *toolBarStations;
|
||||
QToolBar *toolBarPicking;
|
||||
QToolBar *toolBarFilter;
|
||||
QToolBar *toolBarSpectrogram;
|
||||
QToolBar *toolBarTTT;
|
||||
QToolBar *toolBarRelocate;
|
||||
QMenuBar *menuBar;
|
||||
@ -147,33 +146,22 @@ public:
|
||||
QMenu *menuTraces;
|
||||
QMenu *menuAlignArrival;
|
||||
QMenu *menu_Zoomtrace;
|
||||
QMenu *menuWindow;
|
||||
|
||||
void setupUi(QMainWindow *PickerView)
|
||||
{
|
||||
if (PickerView->objectName().isEmpty())
|
||||
PickerView->setObjectName(QString::fromUtf8("PickerView"));
|
||||
PickerView->resize(945, 738);
|
||||
PickerView->resize(1063, 798);
|
||||
PickerView->setIconSize(QSize(16, 16));
|
||||
actionIncreaseAmplitudeScale = new QAction(PickerView);
|
||||
actionIncreaseAmplitudeScale->setObjectName(QString::fromUtf8("actionIncreaseAmplitudeScale"));
|
||||
QIcon icon;
|
||||
icon.addFile(QString::fromUtf8(":/icons/icons/vzoomin.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionIncreaseAmplitudeScale->setIcon(icon);
|
||||
actionDecreaseAmplitudeScale = new QAction(PickerView);
|
||||
actionDecreaseAmplitudeScale->setObjectName(QString::fromUtf8("actionDecreaseAmplitudeScale"));
|
||||
QIcon icon1;
|
||||
icon1.addFile(QString::fromUtf8(":/icons/icons/vzoomout.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionDecreaseAmplitudeScale->setIcon(icon1);
|
||||
actionTimeScaleUp = new QAction(PickerView);
|
||||
actionTimeScaleUp->setObjectName(QString::fromUtf8("actionTimeScaleUp"));
|
||||
QIcon icon2;
|
||||
icon2.addFile(QString::fromUtf8(":/icons/icons/zoomout.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionTimeScaleUp->setIcon(icon2);
|
||||
actionTimeScaleDown = new QAction(PickerView);
|
||||
actionTimeScaleDown->setObjectName(QString::fromUtf8("actionTimeScaleDown"));
|
||||
QIcon icon3;
|
||||
icon3.addFile(QString::fromUtf8(":/icons/icons/zoomin.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionTimeScaleDown->setIcon(icon3);
|
||||
actionScrollLeft = new QAction(PickerView);
|
||||
actionScrollLeft->setObjectName(QString::fromUtf8("actionScrollLeft"));
|
||||
actionScrollRight = new QAction(PickerView);
|
||||
@ -188,86 +176,47 @@ public:
|
||||
actionScrollFineRight->setObjectName(QString::fromUtf8("actionScrollFineRight"));
|
||||
actionIncreaseRowHeight = new QAction(PickerView);
|
||||
actionIncreaseRowHeight->setObjectName(QString::fromUtf8("actionIncreaseRowHeight"));
|
||||
actionIncreaseRowHeight->setIcon(icon);
|
||||
actionDecreaseRowHeight = new QAction(PickerView);
|
||||
actionDecreaseRowHeight->setObjectName(QString::fromUtf8("actionDecreaseRowHeight"));
|
||||
actionDecreaseRowHeight->setIcon(icon1);
|
||||
actionIncreaseRowTimescale = new QAction(PickerView);
|
||||
actionIncreaseRowTimescale->setObjectName(QString::fromUtf8("actionIncreaseRowTimescale"));
|
||||
actionIncreaseRowTimescale->setIcon(icon3);
|
||||
actionDecreaseRowTimescale = new QAction(PickerView);
|
||||
actionDecreaseRowTimescale->setObjectName(QString::fromUtf8("actionDecreaseRowTimescale"));
|
||||
actionDecreaseRowTimescale->setIcon(icon2);
|
||||
actionSelectFirstRow = new QAction(PickerView);
|
||||
actionSelectFirstRow->setObjectName(QString::fromUtf8("actionSelectFirstRow"));
|
||||
actionSelectLastRow = new QAction(PickerView);
|
||||
actionSelectLastRow->setObjectName(QString::fromUtf8("actionSelectLastRow"));
|
||||
actionAlignOnPArrival = new QAction(PickerView);
|
||||
actionAlignOnPArrival->setObjectName(QString::fromUtf8("actionAlignOnPArrival"));
|
||||
actionAlignOnPArrival->setCheckable(false);
|
||||
actionAlignOnPArrival->setCheckable(true);
|
||||
actionAlignOnPArrival->setChecked(false);
|
||||
QIcon icon4;
|
||||
icon4.addFile(QString::fromUtf8(":/icons/icons/align_p.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionAlignOnPArrival->setIcon(icon4);
|
||||
actionAlignOnSArrival = new QAction(PickerView);
|
||||
actionAlignOnSArrival->setObjectName(QString::fromUtf8("actionAlignOnSArrival"));
|
||||
actionAlignOnSArrival->setCheckable(false);
|
||||
QIcon icon5;
|
||||
icon5.addFile(QString::fromUtf8(":/icons/icons/align_s.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionAlignOnSArrival->setIcon(icon5);
|
||||
actionAlignOnSArrival->setCheckable(true);
|
||||
actionAlignOnOriginTime = new QAction(PickerView);
|
||||
actionAlignOnOriginTime->setObjectName(QString::fromUtf8("actionAlignOnOriginTime"));
|
||||
actionAlignOnOriginTime->setCheckable(false);
|
||||
QIcon icon6;
|
||||
icon6.addFile(QString::fromUtf8(":/icons/icons/align_t.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionAlignOnOriginTime->setIcon(icon6);
|
||||
actionAlignOnOriginTime->setCheckable(true);
|
||||
actionDefaultView = new QAction(PickerView);
|
||||
actionDefaultView->setObjectName(QString::fromUtf8("actionDefaultView"));
|
||||
QIcon icon7;
|
||||
icon7.addFile(QString::fromUtf8(":/icons/icons/home.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionDefaultView->setIcon(icon7);
|
||||
actionSortAlphabetically = new QAction(PickerView);
|
||||
actionSortAlphabetically->setObjectName(QString::fromUtf8("actionSortAlphabetically"));
|
||||
actionSortAlphabetically->setCheckable(true);
|
||||
QIcon icon8;
|
||||
icon8.addFile(QString::fromUtf8(":/icons/icons/sort_abc.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionSortAlphabetically->setIcon(icon8);
|
||||
actionSortByDistance = new QAction(PickerView);
|
||||
actionSortByDistance->setObjectName(QString::fromUtf8("actionSortByDistance"));
|
||||
actionSortByDistance->setCheckable(true);
|
||||
actionSortByDistance->setChecked(true);
|
||||
QIcon icon9;
|
||||
icon9.addFile(QString::fromUtf8(":/icons/icons/sort_dist.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionSortByDistance->setIcon(icon9);
|
||||
actionToggleFilter = new QAction(PickerView);
|
||||
actionToggleFilter->setObjectName(QString::fromUtf8("actionToggleFilter"));
|
||||
actionToggleFilter->setCheckable(false);
|
||||
actionToggleFilter->setChecked(false);
|
||||
QIcon icon10;
|
||||
icon10.addFile(QString::fromUtf8(":/icons/icons/filter.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionToggleFilter->setIcon(icon10);
|
||||
actionMaximizeAmplitudes = new QAction(PickerView);
|
||||
actionMaximizeAmplitudes->setObjectName(QString::fromUtf8("actionMaximizeAmplitudes"));
|
||||
QIcon icon11;
|
||||
icon11.addFile(QString::fromUtf8(":/icons/icons/vmax.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionMaximizeAmplitudes->setIcon(icon11);
|
||||
actionPickP = new QAction(PickerView);
|
||||
actionPickP->setObjectName(QString::fromUtf8("actionPickP"));
|
||||
actionPickP->setCheckable(false);
|
||||
QIcon icon12;
|
||||
icon12.addFile(QString::fromUtf8(":/icons/icons/pick_p.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionPickP->setIcon(icon12);
|
||||
actionPickP->setCheckable(true);
|
||||
actionPickS = new QAction(PickerView);
|
||||
actionPickS->setObjectName(QString::fromUtf8("actionPickS"));
|
||||
actionPickS->setCheckable(false);
|
||||
QIcon icon13;
|
||||
icon13.addFile(QString::fromUtf8(":/icons/icons/pick_s.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionPickS->setIcon(icon13);
|
||||
actionPickOther = new QAction(PickerView);
|
||||
actionPickOther->setObjectName(QString::fromUtf8("actionPickOther"));
|
||||
QIcon icon14;
|
||||
icon14.addFile(QString::fromUtf8(":/icons/icons/pick_other.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionPickOther->setIcon(icon14);
|
||||
actionPickS->setCheckable(true);
|
||||
actionDisablePicking = new QAction(PickerView);
|
||||
actionDisablePicking->setObjectName(QString::fromUtf8("actionDisablePicking"));
|
||||
actionConfirmPick = new QAction(PickerView);
|
||||
@ -276,46 +225,25 @@ public:
|
||||
actionDeletePick->setObjectName(QString::fromUtf8("actionDeletePick"));
|
||||
actionRelocate = new QAction(PickerView);
|
||||
actionRelocate->setObjectName(QString::fromUtf8("actionRelocate"));
|
||||
QIcon icon15;
|
||||
icon15.addFile(QString::fromUtf8(":/icons/icons/locate.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionRelocate->setIcon(icon15);
|
||||
actionShowAllStations = new QAction(PickerView);
|
||||
actionShowAllStations->setObjectName(QString::fromUtf8("actionShowAllStations"));
|
||||
actionShowAllStations->setCheckable(false);
|
||||
QIcon icon16;
|
||||
icon16.addFile(QString::fromUtf8(":/icons/icons/mindistance.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionShowAllStations->setIcon(icon16);
|
||||
actionAddStationsInDistanceRange = new QAction(PickerView);
|
||||
actionAddStationsInDistanceRange->setObjectName(QString::fromUtf8("actionAddStationsInDistanceRange"));
|
||||
actionAddStationsInDistanceRange->setCheckable(false);
|
||||
actionShowUsedStations = new QAction(PickerView);
|
||||
actionShowUsedStations->setObjectName(QString::fromUtf8("actionShowUsedStations"));
|
||||
actionShowUsedStations->setCheckable(true);
|
||||
QIcon icon17;
|
||||
icon17.addFile(QString::fromUtf8(":/icons/icons/withpick.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionShowUsedStations->setIcon(icon17);
|
||||
actionSortByResidual = new QAction(PickerView);
|
||||
actionSortByResidual->setObjectName(QString::fromUtf8("actionSortByResidual"));
|
||||
actionSortByResidual->setCheckable(true);
|
||||
QIcon icon18;
|
||||
icon18.addFile(QString::fromUtf8(":/icons/icons/sort_res.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionSortByResidual->setIcon(icon18);
|
||||
actionShowZComponent = new QAction(PickerView);
|
||||
actionShowZComponent->setObjectName(QString::fromUtf8("actionShowZComponent"));
|
||||
actionShowZComponent->setCheckable(true);
|
||||
actionShowZComponent->setChecked(true);
|
||||
QIcon icon19;
|
||||
icon19.addFile(QString::fromUtf8(":/icons/icons/channelZ.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionShowZComponent->setIcon(icon19);
|
||||
actionShowNComponent = new QAction(PickerView);
|
||||
actionShowNComponent->setObjectName(QString::fromUtf8("actionShowNComponent"));
|
||||
actionShowNComponent->setCheckable(true);
|
||||
QIcon icon20;
|
||||
icon20.addFile(QString::fromUtf8(":/icons/icons/channelN.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionShowNComponent->setIcon(icon20);
|
||||
actionShowEComponent = new QAction(PickerView);
|
||||
actionShowEComponent->setObjectName(QString::fromUtf8("actionShowEComponent"));
|
||||
actionShowEComponent->setCheckable(true);
|
||||
QIcon icon21;
|
||||
icon21.addFile(QString::fromUtf8(":/icons/icons/channelE.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionShowEComponent->setIcon(icon21);
|
||||
actionGotoNextMarker = new QAction(PickerView);
|
||||
actionGotoNextMarker->setObjectName(QString::fromUtf8("actionGotoNextMarker"));
|
||||
actionGotoPreviousMarker = new QAction(PickerView);
|
||||
@ -370,14 +298,10 @@ public:
|
||||
actionSortByAzimuth = new QAction(PickerView);
|
||||
actionSortByAzimuth->setObjectName(QString::fromUtf8("actionSortByAzimuth"));
|
||||
actionSortByAzimuth->setCheckable(true);
|
||||
QIcon icon22;
|
||||
icon22.addFile(QString::fromUtf8(":/icons/icons/sort_az.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
actionSortByAzimuth->setIcon(icon22);
|
||||
actionOpenSpectrum = new QAction(PickerView);
|
||||
actionOpenSpectrum->setObjectName(QString::fromUtf8("actionOpenSpectrum"));
|
||||
actionResetScale = new QAction(PickerView);
|
||||
actionResetScale->setObjectName(QString::fromUtf8("actionResetScale"));
|
||||
actionResetScale->setIcon(icon7);
|
||||
actionResetScale->setVisible(true);
|
||||
actionShowAllComponents = new QAction(PickerView);
|
||||
actionShowAllComponents->setObjectName(QString::fromUtf8("actionShowAllComponents"));
|
||||
@ -493,6 +417,16 @@ public:
|
||||
|
||||
hboxLayout->addItem(spacerItem);
|
||||
|
||||
progressAmpLevel = new QProgressBar(frameCurrentRowLabel);
|
||||
progressAmpLevel->setObjectName(QString::fromUtf8("progressAmpLevel"));
|
||||
sizePolicy2.setHeightForWidth(progressAmpLevel->sizePolicy().hasHeightForWidth());
|
||||
progressAmpLevel->setSizePolicy(sizePolicy2);
|
||||
progressAmpLevel->setMinimum(0);
|
||||
progressAmpLevel->setMaximum(100);
|
||||
progressAmpLevel->setValue(0);
|
||||
|
||||
hboxLayout->addWidget(progressAmpLevel);
|
||||
|
||||
|
||||
vboxLayout2->addWidget(frameCurrentRowLabel);
|
||||
|
||||
@ -535,9 +469,6 @@ public:
|
||||
btnRowAccept->setSizePolicy(sizePolicy5);
|
||||
btnRowAccept->setMinimumSize(QSize(32, 32));
|
||||
btnRowAccept->setMaximumSize(QSize(32, 32));
|
||||
QIcon icon23;
|
||||
icon23.addFile(QString::fromUtf8(":/icons/icons/ok.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
btnRowAccept->setIcon(icon23);
|
||||
btnRowAccept->setIconSize(QSize(24, 24));
|
||||
btnRowAccept->setCheckable(true);
|
||||
btnRowAccept->setFlat(false);
|
||||
@ -550,9 +481,6 @@ public:
|
||||
btnRowRemove->setSizePolicy(sizePolicy5);
|
||||
btnRowRemove->setMinimumSize(QSize(32, 32));
|
||||
btnRowRemove->setMaximumSize(QSize(32, 32));
|
||||
QIcon icon24;
|
||||
icon24.addFile(QString::fromUtf8(":/icons/icons/remove.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
btnRowRemove->setIcon(icon24);
|
||||
btnRowRemove->setIconSize(QSize(24, 24));
|
||||
btnRowRemove->setCheckable(true);
|
||||
|
||||
@ -564,9 +492,6 @@ public:
|
||||
btnRowReset->setSizePolicy(sizePolicy5);
|
||||
btnRowReset->setMinimumSize(QSize(32, 32));
|
||||
btnRowReset->setMaximumSize(QSize(32, 32));
|
||||
QIcon icon25;
|
||||
icon25.addFile(QString::fromUtf8(":/icons/icons/erase.png"), QSize(), QIcon::Normal, QIcon::Off);
|
||||
btnRowReset->setIcon(icon25);
|
||||
btnRowReset->setIconSize(QSize(24, 24));
|
||||
|
||||
hboxLayout3->addWidget(btnRowReset);
|
||||
@ -646,10 +571,6 @@ public:
|
||||
toolBarFilter->setOrientation(Qt::Horizontal);
|
||||
toolBarFilter->setIconSize(QSize(24, 24));
|
||||
PickerView->addToolBar(Qt::TopToolBarArea, toolBarFilter);
|
||||
toolBarSpectrogram = new QToolBar(PickerView);
|
||||
toolBarSpectrogram->setObjectName(QString::fromUtf8("toolBarSpectrogram"));
|
||||
toolBarSpectrogram->setOrientation(Qt::Horizontal);
|
||||
PickerView->addToolBar(Qt::TopToolBarArea, toolBarSpectrogram);
|
||||
toolBarTTT = new QToolBar(PickerView);
|
||||
toolBarTTT->setObjectName(QString::fromUtf8("toolBarTTT"));
|
||||
toolBarTTT->setOrientation(Qt::Horizontal);
|
||||
@ -661,7 +582,7 @@ public:
|
||||
PickerView->addToolBar(Qt::TopToolBarArea, toolBarRelocate);
|
||||
menuBar = new QMenuBar(PickerView);
|
||||
menuBar->setObjectName(QString::fromUtf8("menuBar"));
|
||||
menuBar->setGeometry(QRect(0, 0, 945, 38));
|
||||
menuBar->setGeometry(QRect(0, 0, 1063, 38));
|
||||
menu_Filter = new QMenu(menuBar);
|
||||
menu_Filter->setObjectName(QString::fromUtf8("menu_Filter"));
|
||||
menu_Locate = new QMenu(menuBar);
|
||||
@ -682,38 +603,38 @@ public:
|
||||
menuAlignArrival->setObjectName(QString::fromUtf8("menuAlignArrival"));
|
||||
menu_Zoomtrace = new QMenu(menuView);
|
||||
menu_Zoomtrace->setObjectName(QString::fromUtf8("menu_Zoomtrace"));
|
||||
menuWindow = new QMenu(menuBar);
|
||||
menuWindow->setObjectName(QString::fromUtf8("menuWindow"));
|
||||
PickerView->setMenuBar(menuBar);
|
||||
|
||||
toolBarScale->addAction(actionDefaultView);
|
||||
toolBarScale->addSeparator();
|
||||
toolBarScale->addAction(actionIncreaseRowHeight);
|
||||
toolBarScale->addAction(actionDecreaseRowHeight);
|
||||
toolBarScale->addSeparator();
|
||||
toolBarScale->addAction(actionIncreaseRowTimescale);
|
||||
toolBarScale->addAction(actionDecreaseRowTimescale);
|
||||
toolBarScale->addSeparator();
|
||||
toolBarScale->addAction(actionIncreaseRowHeight);
|
||||
toolBarScale->addAction(actionDecreaseRowHeight);
|
||||
toolBarScale->addAction(actionMaximizeAmplitudes);
|
||||
toolBarScale->addSeparator();
|
||||
toolBarScale->addAction(actionDefaultView);
|
||||
toolBarSort->addAction(actionSortByDistance);
|
||||
toolBarSort->addAction(actionSortByAzimuth);
|
||||
toolBarSort->addAction(actionSortAlphabetically);
|
||||
toolBarSort->addAction(actionSortByResidual);
|
||||
toolBarAlign->addAction(actionAlignOnOriginTime);
|
||||
toolBarAlign->addAction(actionAlignOnPArrival);
|
||||
toolBarAlign->addAction(actionAlignOnSArrival);
|
||||
toolBarAlign->addAction(actionAlignOnOriginTime);
|
||||
toolBarComponent->addAction(actionShowZComponent);
|
||||
toolBarComponent->addAction(actionShowNComponent);
|
||||
toolBarComponent->addAction(actionShowEComponent);
|
||||
toolBarStations->addAction(actionShowAllStations);
|
||||
toolBarStations->addAction(actionAddStationsInDistanceRange);
|
||||
toolBarStations->addAction(actionShowUsedStations);
|
||||
toolBarPicking->addAction(actionPickP);
|
||||
toolBarPicking->addAction(actionPickS);
|
||||
toolBarRelocate->addAction(actionRelocate);
|
||||
menuBar->addAction(menuView->menuAction());
|
||||
menuBar->addAction(menu_Navigation->menuAction());
|
||||
menuBar->addAction(menuPicking->menuAction());
|
||||
menuBar->addAction(menu_Filter->menuAction());
|
||||
menuBar->addAction(menu_Tools->menuAction());
|
||||
menuBar->addAction(menu_Locate->menuAction());
|
||||
menuBar->addAction(menuWindow->menuAction());
|
||||
menu_Filter->addAction(actionToggleFilter);
|
||||
menu_Filter->addAction(actionLimitFilterToZoomTrace);
|
||||
menu_Locate->addAction(actionRelocate);
|
||||
@ -939,7 +860,6 @@ public:
|
||||
#if QT_CONFIG(shortcut)
|
||||
actionPickS->setShortcut(QCoreApplication::translate("PickerView", "F2", nullptr));
|
||||
#endif // QT_CONFIG(shortcut)
|
||||
actionPickOther->setText(QCoreApplication::translate("PickerView", "Pick other phase", nullptr));
|
||||
actionDisablePicking->setText(QCoreApplication::translate("PickerView", "Leave picking mode", nullptr));
|
||||
actionDisablePicking->setIconText(QCoreApplication::translate("PickerView", "Leave picking mode", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
@ -962,8 +882,8 @@ public:
|
||||
#if QT_CONFIG(shortcut)
|
||||
actionDeletePick->setShortcut(QCoreApplication::translate("PickerView", "Del", nullptr));
|
||||
#endif // QT_CONFIG(shortcut)
|
||||
actionRelocate->setText(QCoreApplication::translate("PickerView", "&Apply", nullptr));
|
||||
actionRelocate->setIconText(QCoreApplication::translate("PickerView", "Apply", nullptr));
|
||||
actionRelocate->setText(QCoreApplication::translate("PickerView", "&Apply all", nullptr));
|
||||
actionRelocate->setIconText(QCoreApplication::translate("PickerView", "Apply all", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
actionRelocate->setToolTip(QCoreApplication::translate("PickerView", "Apply the changed picks to the origin and update the residuals. \"Relocate\" has to be done manually! (F5)", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
@ -973,10 +893,10 @@ public:
|
||||
#if QT_CONFIG(shortcut)
|
||||
actionRelocate->setShortcut(QCoreApplication::translate("PickerView", "F5", nullptr));
|
||||
#endif // QT_CONFIG(shortcut)
|
||||
actionShowAllStations->setText(QCoreApplication::translate("PickerView", "Add stations in range", nullptr));
|
||||
actionShowAllStations->setIconText(QCoreApplication::translate("PickerView", "Add stations in range", nullptr));
|
||||
actionAddStationsInDistanceRange->setText(QCoreApplication::translate("PickerView", "Add stations in range", nullptr));
|
||||
actionAddStationsInDistanceRange->setIconText(QCoreApplication::translate("PickerView", "Add stations in range", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
actionShowAllStations->setToolTip(QCoreApplication::translate("PickerView", "Adds all stations next to the origin with distance lower or equal than the entered value that haven't triggered. When view mode is \"used stations only\" you won't see the new stations until leaving this mode.", nullptr));
|
||||
actionAddStationsInDistanceRange->setToolTip(QCoreApplication::translate("PickerView", "Adds all stations next to the origin with distance lower or equal than the entered value that haven't triggered. When view mode is \"used stations only\" you won't see the new stations until leaving this mode.", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
actionShowUsedStations->setText(QCoreApplication::translate("PickerView", "&Show used stations only", nullptr));
|
||||
actionShowUsedStations->setIconText(QCoreApplication::translate("PickerView", "Used stations only", nullptr));
|
||||
@ -1072,7 +992,7 @@ public:
|
||||
#if QT_CONFIG(shortcut)
|
||||
actionRepickAutomatically->setShortcut(QCoreApplication::translate("PickerView", "R", nullptr));
|
||||
#endif // QT_CONFIG(shortcut)
|
||||
actionShowTraceValuesInNmS->setText(QCoreApplication::translate("PickerView", "Show trace values in nano sensor units", nullptr));
|
||||
actionShowTraceValuesInNmS->setText(QCoreApplication::translate("PickerView", "Show trace values in sensor units", nullptr));
|
||||
actionClipComponentsToViewport->setText(QCoreApplication::translate("PickerView", "Clip components to viewport", nullptr));
|
||||
#if QT_CONFIG(shortcut)
|
||||
actionClipComponentsToViewport->setShortcut(QCoreApplication::translate("PickerView", "C", nullptr));
|
||||
@ -1186,7 +1106,6 @@ public:
|
||||
toolBarStations->setWindowTitle(QCoreApplication::translate("PickerView", "Add stations", nullptr));
|
||||
toolBarPicking->setWindowTitle(QCoreApplication::translate("PickerView", "Picking", nullptr));
|
||||
toolBarFilter->setWindowTitle(QCoreApplication::translate("PickerView", "Filter", nullptr));
|
||||
toolBarSpectrogram->setWindowTitle(QCoreApplication::translate("PickerView", "Spectrogram", nullptr));
|
||||
toolBarTTT->setWindowTitle(QCoreApplication::translate("PickerView", "Travel times", nullptr));
|
||||
toolBarRelocate->setWindowTitle(QCoreApplication::translate("PickerView", "Apply", nullptr));
|
||||
menu_Filter->setTitle(QCoreApplication::translate("PickerView", "&Filter", nullptr));
|
||||
@ -1199,6 +1118,7 @@ public:
|
||||
menuTraces->setTitle(QCoreApplication::translate("PickerView", "&Traces", nullptr));
|
||||
menuAlignArrival->setTitle(QCoreApplication::translate("PickerView", "Align", nullptr));
|
||||
menu_Zoomtrace->setTitle(QCoreApplication::translate("PickerView", "&Zoomtrace", nullptr));
|
||||
menuWindow->setTitle(QCoreApplication::translate("PickerView", "&Window", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user