ui_pqResetScalarRangeToDataOverTime.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqResetScalarRangeToDataOverTime.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQRESETSCALARRANGETODATAOVERTIME_H
10 #define UI_PQRESETSCALARRANGETODATAOVERTIME_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QVBoxLayout>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QLabel *label_3;
28  QHBoxLayout *hboxLayout;
29  QSpacerItem *spacerItem;
30  QPushButton *RescaleAndLockButton;
31  QPushButton *RescaleButton;
32  QPushButton *CancelButton;
33 
34  void setupUi(QDialog *ResetScalarRangeToDataOverTime)
35  {
36  if (ResetScalarRangeToDataOverTime->objectName().isEmpty())
37  ResetScalarRangeToDataOverTime->setObjectName(QString::fromUtf8("ResetScalarRangeToDataOverTime"));
38  ResetScalarRangeToDataOverTime->resize(495, 118);
39  verticalLayout = new QVBoxLayout(ResetScalarRangeToDataOverTime);
40  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
41  label_3 = new QLabel(ResetScalarRangeToDataOverTime);
42  label_3->setObjectName(QString::fromUtf8("label_3"));
43  label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
44  label_3->setWordWrap(true);
45 
46  verticalLayout->addWidget(label_3);
47 
48  hboxLayout = new QHBoxLayout();
49 #ifndef Q_OS_MAC
50  hboxLayout->setSpacing(6);
51 #endif
52  hboxLayout->setContentsMargins(0, 0, 0, 0);
53  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
54  spacerItem = new QSpacerItem(0, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
55 
56  hboxLayout->addItem(spacerItem);
57 
58  RescaleAndLockButton = new QPushButton(ResetScalarRangeToDataOverTime);
59  RescaleAndLockButton->setObjectName(QString::fromUtf8("RescaleAndLockButton"));
60 
61  hboxLayout->addWidget(RescaleAndLockButton);
62 
63  RescaleButton = new QPushButton(ResetScalarRangeToDataOverTime);
64  RescaleButton->setObjectName(QString::fromUtf8("RescaleButton"));
65 
66  hboxLayout->addWidget(RescaleButton);
67 
68  CancelButton = new QPushButton(ResetScalarRangeToDataOverTime);
69  CancelButton->setObjectName(QString::fromUtf8("CancelButton"));
70 
71  hboxLayout->addWidget(CancelButton);
72 
73 
74  verticalLayout->addLayout(hboxLayout);
75 
76  verticalLayout->setStretch(0, 1);
77 
78  retranslateUi(ResetScalarRangeToDataOverTime);
79 
80  RescaleAndLockButton->setDefault(true);
81 
82 
83  QMetaObject::connectSlotsByName(ResetScalarRangeToDataOverTime);
84  } // setupUi
85 
86  void retranslateUi(QDialog *ResetScalarRangeToDataOverTime)
87  {
88  ResetScalarRangeToDataOverTime->setWindowTitle(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Rescale range over time", nullptr));
89 #if QT_CONFIG(tooltip)
90  label_3->setToolTip(QString());
91 #endif // QT_CONFIG(tooltip)
92  label_3->setText(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Determining range over all timesteps can potentially take a long time to complete. Are you sure you want to continue?", nullptr));
93 #if QT_CONFIG(tooltip)
94  RescaleAndLockButton->setToolTip(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Rescale and lock the color map to avoid automatic rescaling.", nullptr));
95 #endif // QT_CONFIG(tooltip)
96  RescaleAndLockButton->setText(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Rescale and disable automatic rescaling", nullptr));
97 #if QT_CONFIG(tooltip)
98  RescaleButton->setToolTip(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Rescale and leave automatic rescaling mode unchanged.", nullptr));
99 #endif // QT_CONFIG(tooltip)
100  RescaleButton->setText(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Rescale", nullptr));
101 #if QT_CONFIG(tooltip)
102  CancelButton->setToolTip(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Close without rescaling", nullptr));
103 #endif // QT_CONFIG(tooltip)
104  CancelButton->setText(QCoreApplication::translate("ResetScalarRangeToDataOverTime", "Cancel", nullptr));
105  } // retranslateUi
106 
107 };
108 
109 namespace Ui {
111 } // namespace Ui
112 
113 QT_END_NAMESPACE
114 
115 #endif // UI_PQRESETSCALARRANGETODATAOVERTIME_H
void retranslateUi(QDialog *ResetScalarRangeToDataOverTime)
void setupUi(QDialog *ResetScalarRangeToDataOverTime)