ui_pqOMETransferFunctionsPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqOMETransferFunctionsPropertyWidget.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_PQOMETRANSFERFUNCTIONSPROPERTYWIDGET_H
10 #define UI_PQOMETRANSFERFUNCTIONSPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QTabWidget>
15 #include <QtWidgets/QVBoxLayout>
16 #include <QtWidgets/QWidget>
17 
18 QT_BEGIN_NAMESPACE
19 
21 {
22 public:
23  QVBoxLayout *verticalLayout;
24  QTabWidget *tabWidget;
25 
26  void setupUi(QWidget *OMETransferFunctionsPropertyWidget)
27  {
28  if (OMETransferFunctionsPropertyWidget->objectName().isEmpty())
29  OMETransferFunctionsPropertyWidget->setObjectName(QString::fromUtf8("OMETransferFunctionsPropertyWidget"));
30  OMETransferFunctionsPropertyWidget->resize(400, 300);
31  verticalLayout = new QVBoxLayout(OMETransferFunctionsPropertyWidget);
32  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
33  verticalLayout->setContentsMargins(0, 0, 0, 0);
34  tabWidget = new QTabWidget(OMETransferFunctionsPropertyWidget);
35  tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
36 
37  verticalLayout->addWidget(tabWidget);
38 
39 
40  retranslateUi(OMETransferFunctionsPropertyWidget);
41 
42  QMetaObject::connectSlotsByName(OMETransferFunctionsPropertyWidget);
43  } // setupUi
44 
45  void retranslateUi(QWidget *OMETransferFunctionsPropertyWidget)
46  {
47  OMETransferFunctionsPropertyWidget->setWindowTitle(QCoreApplication::translate("OMETransferFunctionsPropertyWidget", "Form", nullptr));
48  } // retranslateUi
49 
50 };
51 
52 namespace Ui {
54 } // namespace Ui
55 
56 QT_END_NAMESPACE
57 
58 #endif // UI_PQOMETRANSFERFUNCTIONSPROPERTYWIDGET_H
void retranslateUi(QWidget *OMETransferFunctionsPropertyWidget)
void setupUi(QWidget *OMETransferFunctionsPropertyWidget)