ui_pqOMETransferFunctionsPropertyWidgetPage.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqOMETransferFunctionsPropertyWidgetPage.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_PQOMETRANSFERFUNCTIONSPROPERTYWIDGETPAGE_H
10 #define UI_PQOMETRANSFERFUNCTIONSPROPERTYWIDGETPAGE_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QDoubleSpinBox>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QToolButton>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout_3;
30  QHBoxLayout *horizontalLayout_2;
31  QVBoxLayout *verticalLayout;
34  QVBoxLayout *verticalLayout_2;
35  QSpacerItem *verticalSpacer;
37  QToolButton *ChoosePreset;
38  QHBoxLayout *horizontalLayout_3;
39  QLabel *label_2;
40  QDoubleSpinBox *Weight;
41 
42  void setupUi(QWidget *OMETransferFunctionsPropertyWidgetPage)
43  {
44  if (OMETransferFunctionsPropertyWidgetPage->objectName().isEmpty())
45  OMETransferFunctionsPropertyWidgetPage->setObjectName(QString::fromUtf8("OMETransferFunctionsPropertyWidgetPage"));
46  OMETransferFunctionsPropertyWidgetPage->resize(365, 200);
47  OMETransferFunctionsPropertyWidgetPage->setMinimumSize(QSize(0, 200));
48  verticalLayout_3 = new QVBoxLayout(OMETransferFunctionsPropertyWidgetPage);
49  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
50  verticalLayout_3->setContentsMargins(0, 0, 0, 0);
51  horizontalLayout_2 = new QHBoxLayout();
52  horizontalLayout_2->setSpacing(0);
53  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
54  verticalLayout = new QVBoxLayout();
55  verticalLayout->setSpacing(0);
56  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
57  verticalLayout->setSizeConstraint(QLayout::SetMinimumSize);
58  OpacityEditor = new pqTransferFunctionWidget(OMETransferFunctionsPropertyWidgetPage);
59  OpacityEditor->setObjectName(QString::fromUtf8("OpacityEditor"));
60  OpacityEditor->setMinimumSize(QSize(0, 100));
61 
62  verticalLayout->addWidget(OpacityEditor);
63 
64  ColorEditor = new pqTransferFunctionWidget(OMETransferFunctionsPropertyWidgetPage);
65  ColorEditor->setObjectName(QString::fromUtf8("ColorEditor"));
66  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
67  sizePolicy.setHorizontalStretch(0);
68  sizePolicy.setVerticalStretch(0);
69  sizePolicy.setHeightForWidth(ColorEditor->sizePolicy().hasHeightForWidth());
70  ColorEditor->setSizePolicy(sizePolicy);
71  ColorEditor->setMinimumSize(QSize(40, 40));
72  ColorEditor->setMaximumSize(QSize(16777215, 40));
73 
74  verticalLayout->addWidget(ColorEditor);
75 
76  verticalLayout->setStretch(0, 1);
77 
78  horizontalLayout_2->addLayout(verticalLayout);
79 
80  verticalLayout_2 = new QVBoxLayout();
81  verticalLayout_2->setSpacing(1);
82  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
83  verticalSpacer = new QSpacerItem(0, 1, QSizePolicy::Minimum, QSizePolicy::Expanding);
84 
85  verticalLayout_2->addItem(verticalSpacer);
86 
87  InvertTransferFunctions = new QToolButton(OMETransferFunctionsPropertyWidgetPage);
88  InvertTransferFunctions->setObjectName(QString::fromUtf8("InvertTransferFunctions"));
89  QIcon icon;
90  icon.addFile(QString::fromUtf8(":/pqWidgets/Icons/pqInvert.svg"), QSize(), QIcon::Normal, QIcon::Off);
91  InvertTransferFunctions->setIcon(icon);
92 
93  verticalLayout_2->addWidget(InvertTransferFunctions);
94 
95  ChoosePreset = new QToolButton(OMETransferFunctionsPropertyWidgetPage);
96  ChoosePreset->setObjectName(QString::fromUtf8("ChoosePreset"));
97  QIcon icon1;
98  icon1.addFile(QString::fromUtf8(":/pqWidgets/Icons/pqFavorites.svg"), QSize(), QIcon::Normal, QIcon::Off);
99  ChoosePreset->setIcon(icon1);
100 
101  verticalLayout_2->addWidget(ChoosePreset);
102 
103 
104  horizontalLayout_2->addLayout(verticalLayout_2);
105 
106  horizontalLayout_2->setStretch(0, 1);
107 
108  verticalLayout_3->addLayout(horizontalLayout_2);
109 
110  horizontalLayout_3 = new QHBoxLayout();
111  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
112  label_2 = new QLabel(OMETransferFunctionsPropertyWidgetPage);
113  label_2->setObjectName(QString::fromUtf8("label_2"));
114 
115  horizontalLayout_3->addWidget(label_2);
116 
117  Weight = new QDoubleSpinBox(OMETransferFunctionsPropertyWidgetPage);
118  Weight->setObjectName(QString::fromUtf8("Weight"));
119  Weight->setMaximum(1.000000000000000);
120  Weight->setSingleStep(0.050000000000000);
121  Weight->setValue(0.500000000000000);
122 
123  horizontalLayout_3->addWidget(Weight);
124 
125  horizontalLayout_3->setStretch(1, 1);
126 
127  verticalLayout_3->addLayout(horizontalLayout_3);
128 
129 
130  retranslateUi(OMETransferFunctionsPropertyWidgetPage);
131 
132  QMetaObject::connectSlotsByName(OMETransferFunctionsPropertyWidgetPage);
133  } // setupUi
134 
135  void retranslateUi(QWidget *OMETransferFunctionsPropertyWidgetPage)
136  {
137  OMETransferFunctionsPropertyWidgetPage->setWindowTitle(QCoreApplication::translate("OMETransferFunctionsPropertyWidgetPage", "Form", nullptr));
138 #if QT_CONFIG(tooltip)
139  InvertTransferFunctions->setToolTip(QCoreApplication::translate("OMETransferFunctionsPropertyWidgetPage", "Invert the transfer functions", nullptr));
140 #endif // QT_CONFIG(tooltip)
141  InvertTransferFunctions->setText(QString());
142 #if QT_CONFIG(tooltip)
143  ChoosePreset->setToolTip(QCoreApplication::translate("OMETransferFunctionsPropertyWidgetPage", "Choose preset", nullptr));
144 #endif // QT_CONFIG(tooltip)
145  ChoosePreset->setText(QString());
146  label_2->setText(QCoreApplication::translate("OMETransferFunctionsPropertyWidgetPage", "Weight", nullptr));
147  } // retranslateUi
148 
149 };
150 
151 namespace Ui {
153 } // namespace Ui
154 
155 QT_END_NAMESPACE
156 
157 #endif // UI_PQOMETRANSFERFUNCTIONSPROPERTYWIDGETPAGE_H
pqTransferFunctionWidget provides a widget that can edit the control points in a vtkPiecewiseFunction...
void setupUi(QWidget *OMETransferFunctionsPropertyWidgetPage)
void retranslateUi(QWidget *OMETransferFunctionsPropertyWidgetPage)