ui_pqRescaleScalarRangeToDataOverTimeDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqRescaleScalarRangeToDataOverTimeDialog.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_PQRESCALESCALARRANGETODATAOVERTIMEDIALOG_H
10 #define UI_PQRESCALESCALARRANGETODATAOVERTIMEDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QLabel *descriptionText;
29  QCheckBox *AutomaticRescaling;
30  QHBoxLayout *hboxLayout;
31  QPushButton *ApplyButton;
32  QSpacerItem *spacerItem;
33  QPushButton *CancelButton;
34  QPushButton *RescaleButton;
35 
36  void setupUi(QDialog *RescaleScalarRangeToDataOverTimeDialog)
37  {
38  if (RescaleScalarRangeToDataOverTimeDialog->objectName().isEmpty())
39  RescaleScalarRangeToDataOverTimeDialog->setObjectName(QString::fromUtf8("RescaleScalarRangeToDataOverTimeDialog"));
40  RescaleScalarRangeToDataOverTimeDialog->resize(495, 151);
41  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
42  sizePolicy.setHorizontalStretch(0);
43  sizePolicy.setVerticalStretch(0);
44  sizePolicy.setHeightForWidth(RescaleScalarRangeToDataOverTimeDialog->sizePolicy().hasHeightForWidth());
45  RescaleScalarRangeToDataOverTimeDialog->setSizePolicy(sizePolicy);
46  verticalLayout = new QVBoxLayout(RescaleScalarRangeToDataOverTimeDialog);
47  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
48  descriptionText = new QLabel(RescaleScalarRangeToDataOverTimeDialog);
49  descriptionText->setObjectName(QString::fromUtf8("descriptionText"));
50  QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
51  sizePolicy1.setHorizontalStretch(0);
52  sizePolicy1.setVerticalStretch(0);
53  sizePolicy1.setHeightForWidth(descriptionText->sizePolicy().hasHeightForWidth());
54  descriptionText->setSizePolicy(sizePolicy1);
55  descriptionText->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
56  descriptionText->setWordWrap(true);
57 
58  verticalLayout->addWidget(descriptionText);
59 
60  AutomaticRescaling = new QCheckBox(RescaleScalarRangeToDataOverTimeDialog);
61  AutomaticRescaling->setObjectName(QString::fromUtf8("AutomaticRescaling"));
62  AutomaticRescaling->setChecked(true);
63 
64  verticalLayout->addWidget(AutomaticRescaling);
65 
66  hboxLayout = new QHBoxLayout();
67  hboxLayout->setSpacing(6);
68  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
69  hboxLayout->setContentsMargins(0, 0, 0, 0);
70  ApplyButton = new QPushButton(RescaleScalarRangeToDataOverTimeDialog);
71  ApplyButton->setObjectName(QString::fromUtf8("ApplyButton"));
72 
73  hboxLayout->addWidget(ApplyButton);
74 
75  spacerItem = new QSpacerItem(0, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
76 
77  hboxLayout->addItem(spacerItem);
78 
79  CancelButton = new QPushButton(RescaleScalarRangeToDataOverTimeDialog);
80  CancelButton->setObjectName(QString::fromUtf8("CancelButton"));
81 
82  hboxLayout->addWidget(CancelButton);
83 
84  RescaleButton = new QPushButton(RescaleScalarRangeToDataOverTimeDialog);
85  RescaleButton->setObjectName(QString::fromUtf8("RescaleButton"));
86 
87  hboxLayout->addWidget(RescaleButton);
88 
89 
90  verticalLayout->addLayout(hboxLayout);
91 
92  verticalLayout->setStretch(0, 1);
93 
94  retranslateUi(RescaleScalarRangeToDataOverTimeDialog);
95 
96  RescaleButton->setDefault(true);
97 
98 
99  QMetaObject::connectSlotsByName(RescaleScalarRangeToDataOverTimeDialog);
100  } // setupUi
101 
102  void retranslateUi(QDialog *RescaleScalarRangeToDataOverTimeDialog)
103  {
104  RescaleScalarRangeToDataOverTimeDialog->setWindowTitle(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Rescale range over time", nullptr));
105 #if QT_CONFIG(tooltip)
106  descriptionText->setToolTip(QString());
107 #endif // QT_CONFIG(tooltip)
108  descriptionText->setText(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "<html><head/><body><p>Determining range over all timesteps can potentially take a long time to complete. Are you sure you want to continue?</p></body></html>", nullptr));
109 #if QT_CONFIG(tooltip)
110  AutomaticRescaling->setToolTip(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "If off lock the color map to avoid automatic rescaling", nullptr));
111 #endif // QT_CONFIG(tooltip)
112  AutomaticRescaling->setText(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Enable automatic rescaling", nullptr));
113 #if QT_CONFIG(tooltip)
114  ApplyButton->setToolTip(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Apply rescale", nullptr));
115 #endif // QT_CONFIG(tooltip)
116  ApplyButton->setText(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Apply", nullptr));
117 #if QT_CONFIG(tooltip)
118  CancelButton->setToolTip(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Close without rescaling", nullptr));
119 #endif // QT_CONFIG(tooltip)
120  CancelButton->setText(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Cancel", nullptr));
121 #if QT_CONFIG(tooltip)
122  RescaleButton->setToolTip(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Rescale and update automatic rescaling if changed.", nullptr));
123 #endif // QT_CONFIG(tooltip)
124  RescaleButton->setText(QCoreApplication::translate("RescaleScalarRangeToDataOverTimeDialog", "Ok", nullptr));
125  } // retranslateUi
126 
127 };
128 
129 namespace Ui {
131 } // namespace Ui
132 
133 QT_END_NAMESPACE
134 
135 #endif // UI_PQRESCALESCALARRANGETODATAOVERTIMEDIALOG_H
void retranslateUi(QDialog *RescaleScalarRangeToDataOverTimeDialog)
void setupUi(QDialog *RescaleScalarRangeToDataOverTimeDialog)