ui_pqTransferFunctionWidgetPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqTransferFunctionWidgetPropertyWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQTRANSFERFUNCTIONWIDGETPROPERTYWIDGET_H
10 #define UI_PQTRANSFERFUNCTIONWIDGETPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QHBoxLayout>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QPushButton>
17 #include <QtWidgets/QVBoxLayout>
18 #include <QtWidgets/QWidget>
20 #include "pqLineEdit.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QPushButton *editButton;
29  QHBoxLayout *horizontalLayout;
30  QLabel *label_1;
33  QLabel *label_2;
35 
36  void setupUi(QWidget *TransferFunctionWidgetPropertyWidget)
37  {
38  if (TransferFunctionWidgetPropertyWidget->objectName().isEmpty())
39  TransferFunctionWidgetPropertyWidget->setObjectName(QString::fromUtf8("TransferFunctionWidgetPropertyWidget"));
40  verticalLayout = new QVBoxLayout(TransferFunctionWidgetPropertyWidget);
41  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
42  editButton = new QPushButton(TransferFunctionWidgetPropertyWidget);
43  editButton->setObjectName(QString::fromUtf8("editButton"));
44 
45  verticalLayout->addWidget(editButton);
46 
47  horizontalLayout = new QHBoxLayout();
48  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
49  label_1 = new QLabel(TransferFunctionWidgetPropertyWidget);
50  label_1->setObjectName(QString::fromUtf8("label_1"));
51 
52  horizontalLayout->addWidget(label_1);
53 
54  rangeMin = new pqLineEdit(TransferFunctionWidgetPropertyWidget);
55  rangeMin->setObjectName(QString::fromUtf8("rangeMin"));
56 
57  horizontalLayout->addWidget(rangeMin);
58 
59  rangeMax = new pqLineEdit(TransferFunctionWidgetPropertyWidget);
60  rangeMax->setObjectName(QString::fromUtf8("rangeMax"));
61 
62  horizontalLayout->addWidget(rangeMax);
63 
64  label_2 = new QLabel(TransferFunctionWidgetPropertyWidget);
65  label_2->setObjectName(QString::fromUtf8("label_2"));
66 
67  horizontalLayout->addWidget(label_2);
68 
69  resetButton = new pqHighlightableToolButton(TransferFunctionWidgetPropertyWidget);
70  resetButton->setObjectName(QString::fromUtf8("resetButton"));
71 
72  horizontalLayout->addWidget(resetButton);
73 
74 
75  verticalLayout->addLayout(horizontalLayout);
76 
77  verticalLayout->setStretch(1, 1);
78 
79  retranslateUi(TransferFunctionWidgetPropertyWidget);
80 
81  QMetaObject::connectSlotsByName(TransferFunctionWidgetPropertyWidget);
82  } // setupUi
83 
84  void retranslateUi(QWidget *TransferFunctionWidgetPropertyWidget)
85  {
86  editButton->setText(QCoreApplication::translate("TransferFunctionWidgetPropertyWidget", "Edit", nullptr));
87  label_1->setText(QCoreApplication::translate("TransferFunctionWidgetPropertyWidget", "Range", nullptr));
88  label_2->setText(QCoreApplication::translate("TransferFunctionWidgetPropertyWidget", "-", nullptr));
89  (void)TransferFunctionWidgetPropertyWidget;
90  } // retranslateUi
91 
92 };
93 
94 namespace Ui {
96 } // namespace Ui
97 
98 QT_END_NAMESPACE
99 
100 #endif // UI_PQTRANSFERFUNCTIONWIDGETPROPERTYWIDGET_H
QToolButton with ability to highlight the button.
void setupUi(QWidget *TransferFunctionWidgetPropertyWidget)
void retranslateUi(QWidget *TransferFunctionWidgetPropertyWidget)
pqLineEdit is a specialization of QLineEdit which provide a new property &#39;text2&#39;. ...
Definition: pqLineEdit.h:53