ui_pqRescaleScalarRangeToCustomDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqRescaleScalarRangeToCustomDialog.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_PQRESCALESCALARRANGETOCUSTOMDIALOG_H
10 #define UI_PQRESCALESCALARRANGETOCUSTOMDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QPushButton>
20 #include "pqDoubleLineEdit.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QLabel *ColorMapLabel;
32  QLabel *OpacityLabel;
36  QCheckBox *AutomaticRescaling;
37  QHBoxLayout *hboxLayout;
38  QPushButton *ApplyButton;
39  QPushButton *CancelButton;
40  QPushButton *RescaleButton;
41 
42  void setupUi(QDialog *RescaleScalarRangeToCustomDialog)
43  {
44  if (RescaleScalarRangeToCustomDialog->objectName().isEmpty())
45  RescaleScalarRangeToCustomDialog->setObjectName(QString::fromUtf8("RescaleScalarRangeToCustomDialog"));
46  gridLayout = new QGridLayout(RescaleScalarRangeToCustomDialog);
47  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
48  ColorMapLabel = new QLabel(RescaleScalarRangeToCustomDialog);
49  ColorMapLabel->setObjectName(QString::fromUtf8("ColorMapLabel"));
50 
51  gridLayout->addWidget(ColorMapLabel, 0, 0, 1, 3);
52 
53  MinimumScalar = new pqDoubleLineEdit(RescaleScalarRangeToCustomDialog);
54  MinimumScalar->setObjectName(QString::fromUtf8("MinimumScalar"));
55 
56  gridLayout->addWidget(MinimumScalar, 1, 0, 1, 1);
57 
58  ColorHyphenLabel = new QLabel(RescaleScalarRangeToCustomDialog);
59  ColorHyphenLabel->setObjectName(QString::fromUtf8("ColorHyphenLabel"));
60 
61  gridLayout->addWidget(ColorHyphenLabel, 1, 1, 1, 1);
62 
63  MaximumScalar = new pqDoubleLineEdit(RescaleScalarRangeToCustomDialog);
64  MaximumScalar->setObjectName(QString::fromUtf8("MaximumScalar"));
65 
66  gridLayout->addWidget(MaximumScalar, 1, 2, 1, 1);
67 
68  OpacityLabel = new QLabel(RescaleScalarRangeToCustomDialog);
69  OpacityLabel->setObjectName(QString::fromUtf8("OpacityLabel"));
70 
71  gridLayout->addWidget(OpacityLabel, 2, 0, 1, 3);
72 
73  MinimumOpacityScalar = new pqDoubleLineEdit(RescaleScalarRangeToCustomDialog);
74  MinimumOpacityScalar->setObjectName(QString::fromUtf8("MinimumOpacityScalar"));
75 
76  gridLayout->addWidget(MinimumOpacityScalar, 3, 0, 1, 1);
77 
78  OpacityHyphenLabel = new QLabel(RescaleScalarRangeToCustomDialog);
79  OpacityHyphenLabel->setObjectName(QString::fromUtf8("OpacityHyphenLabel"));
80 
81  gridLayout->addWidget(OpacityHyphenLabel, 3, 1, 1, 1);
82 
83  MaximumOpacityScalar = new pqDoubleLineEdit(RescaleScalarRangeToCustomDialog);
84  MaximumOpacityScalar->setObjectName(QString::fromUtf8("MaximumOpacityScalar"));
85 
86  gridLayout->addWidget(MaximumOpacityScalar, 3, 2, 1, 1);
87 
88  AutomaticRescaling = new QCheckBox(RescaleScalarRangeToCustomDialog);
89  AutomaticRescaling->setObjectName(QString::fromUtf8("AutomaticRescaling"));
90  AutomaticRescaling->setChecked(true);
91 
92  gridLayout->addWidget(AutomaticRescaling, 4, 0, 1, 3);
93 
94  hboxLayout = new QHBoxLayout();
95  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
96  ApplyButton = new QPushButton(RescaleScalarRangeToCustomDialog);
97  ApplyButton->setObjectName(QString::fromUtf8("ApplyButton"));
98 
99  hboxLayout->addWidget(ApplyButton);
100 
101  CancelButton = new QPushButton(RescaleScalarRangeToCustomDialog);
102  CancelButton->setObjectName(QString::fromUtf8("CancelButton"));
103 
104  hboxLayout->addWidget(CancelButton);
105 
106  RescaleButton = new QPushButton(RescaleScalarRangeToCustomDialog);
107  RescaleButton->setObjectName(QString::fromUtf8("RescaleButton"));
108 
109  hboxLayout->addWidget(RescaleButton);
110 
111 
112  gridLayout->addLayout(hboxLayout, 5, 0, 1, 3);
113 
114 
115  retranslateUi(RescaleScalarRangeToCustomDialog);
116 
117  RescaleButton->setDefault(true);
118 
119 
120  QMetaObject::connectSlotsByName(RescaleScalarRangeToCustomDialog);
121  } // setupUi
122 
123  void retranslateUi(QDialog *RescaleScalarRangeToCustomDialog)
124  {
125  RescaleScalarRangeToCustomDialog->setWindowTitle(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Set Range", nullptr));
126  ColorMapLabel->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enter the range for the color map", nullptr));
127 #if QT_CONFIG(tooltip)
128  MinimumScalar->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enter the new range minimum for the color map here.", nullptr));
129 #endif // QT_CONFIG(tooltip)
130  MinimumScalar->setPlaceholderText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "minimum", nullptr));
131  ColorHyphenLabel->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "-", nullptr));
132 #if QT_CONFIG(tooltip)
133  MaximumScalar->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enter the new range maximum for the color map here.", nullptr));
134 #endif // QT_CONFIG(tooltip)
135  MaximumScalar->setPlaceholderText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "maximum", nullptr));
136  OpacityLabel->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enter the range for the opacity map", nullptr));
137 #if QT_CONFIG(tooltip)
138  MinimumOpacityScalar->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enter the new range minimum for the opacity map here.", nullptr));
139 #endif // QT_CONFIG(tooltip)
140  OpacityHyphenLabel->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "-", nullptr));
141 #if QT_CONFIG(tooltip)
142  MaximumOpacityScalar->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enter the new range maximum for the opacity map here.", nullptr));
143 #endif // QT_CONFIG(tooltip)
144 #if QT_CONFIG(tooltip)
145  AutomaticRescaling->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "If off lock the color map to avoid automatic rescaling", nullptr));
146 #endif // QT_CONFIG(tooltip)
147  AutomaticRescaling->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Enable automatic rescaling", nullptr));
148 #if QT_CONFIG(tooltip)
149  ApplyButton->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Apply rescale.", nullptr));
150 #endif // QT_CONFIG(tooltip)
151  ApplyButton->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Apply", nullptr));
152 #if QT_CONFIG(tooltip)
153  CancelButton->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Close without rescaling", nullptr));
154 #endif // QT_CONFIG(tooltip)
155  CancelButton->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Cancel", nullptr));
156 #if QT_CONFIG(tooltip)
157  RescaleButton->setToolTip(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Rescale and update automatic rescaling if changed.", nullptr));
158 #endif // QT_CONFIG(tooltip)
159  RescaleButton->setText(QCoreApplication::translate("RescaleScalarRangeToCustomDialog", "Ok", nullptr));
160  } // retranslateUi
161 
162 };
163 
164 namespace Ui {
166 } // namespace Ui
167 
168 QT_END_NAMESPACE
169 
170 #endif // UI_PQRESCALESCALARRANGETOCUSTOMDIALOG_H
void retranslateUi(QDialog *RescaleScalarRangeToCustomDialog)
pqLineEdit subclass that supports a low precision view when inactive
void setupUi(QDialog *RescaleScalarRangeToCustomDialog)