ui_pqTransferFunctionWidgetPropertyDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqTransferFunctionWidgetPropertyDialog.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_PQTRANSFERFUNCTIONWIDGETPROPERTYDIALOG_H
10 #define UI_PQTRANSFERFUNCTIONWIDGETPROPERTYDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QVBoxLayout>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QVBoxLayout *verticalLayout;
26  QLabel *Label;
28  QDialogButtonBox *ButtonBox;
29 
30  void setupUi(QDialog *TransferFunctionWidgetPropertyDialog)
31  {
32  if (TransferFunctionWidgetPropertyDialog->objectName().isEmpty())
33  TransferFunctionWidgetPropertyDialog->setObjectName(QString::fromUtf8("TransferFunctionWidgetPropertyDialog"));
34  TransferFunctionWidgetPropertyDialog->resize(400, 377);
35  verticalLayout = new QVBoxLayout(TransferFunctionWidgetPropertyDialog);
36  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
37  Label = new QLabel(TransferFunctionWidgetPropertyDialog);
38  Label->setObjectName(QString::fromUtf8("Label"));
39 
40  verticalLayout->addWidget(Label);
41 
42  TransferFunctionEditor = new pqTransferFunctionWidget(TransferFunctionWidgetPropertyDialog);
43  TransferFunctionEditor->setObjectName(QString::fromUtf8("TransferFunctionEditor"));
44  TransferFunctionEditor->setMinimumSize(QSize(0, 80));
45 
46  verticalLayout->addWidget(TransferFunctionEditor);
47 
48  ButtonBox = new QDialogButtonBox(TransferFunctionWidgetPropertyDialog);
49  ButtonBox->setObjectName(QString::fromUtf8("ButtonBox"));
50  ButtonBox->setOrientation(Qt::Horizontal);
51  ButtonBox->setStandardButtons(QDialogButtonBox::Close);
52 
53  verticalLayout->addWidget(ButtonBox);
54 
55  verticalLayout->setStretch(1, 1);
56 
57  retranslateUi(TransferFunctionWidgetPropertyDialog);
58  QObject::connect(ButtonBox, SIGNAL(accepted()), TransferFunctionWidgetPropertyDialog, SLOT(accept()));
59  QObject::connect(ButtonBox, SIGNAL(rejected()), TransferFunctionWidgetPropertyDialog, SLOT(reject()));
60 
61  QMetaObject::connectSlotsByName(TransferFunctionWidgetPropertyDialog);
62  } // setupUi
63 
64  void retranslateUi(QDialog *TransferFunctionWidgetPropertyDialog)
65  {
66  TransferFunctionWidgetPropertyDialog->setWindowTitle(QCoreApplication::translate("TransferFunctionWidgetPropertyDialog", "Edit Transfer Function", nullptr));
67  Label->setText(QCoreApplication::translate("TransferFunctionWidgetPropertyDialog", "<html><head/><body><p align=\"center\"><span style=\" font-weight:600;\">%1</span></p></body></html>", nullptr));
68  } // retranslateUi
69 
70 };
71 
72 namespace Ui {
74 } // namespace Ui
75 
76 QT_END_NAMESPACE
77 
78 #endif // UI_PQTRANSFERFUNCTIONWIDGETPROPERTYDIALOG_H
void setupUi(QDialog *TransferFunctionWidgetPropertyDialog)
pqTransferFunctionWidget provides a widget that can edit the control points in a vtkPiecewiseFunction...
void retranslateUi(QDialog *TransferFunctionWidgetPropertyDialog)