ui_pqSelectionListPropertyWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSelectionListPropertyWidget.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_PQSELECTIONLISTPROPERTYWIDGET_H
10 #define UI_PQSELECTIONLISTPROPERTYWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QHeaderView>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QTableWidget>
17 #include <QtWidgets/QVBoxLayout>
18 #include <QtWidgets/QWidget>
19 #include "pqSelectionInputWidget.h"
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *vboxLayout;
28  QLabel *label1;
29  QTableWidget *labelOnSelection;
30 
32  {
33  if (pqSelectionListPropertyWidget->objectName().isEmpty())
34  pqSelectionListPropertyWidget->setObjectName(QString::fromUtf8("pqSelectionListPropertyWidget"));
35  pqSelectionListPropertyWidget->resize(270, 207);
36  QFont font;
37  font.setPointSize(8);
38  font.setBold(true);
39  font.setWeight(75);
40  pqSelectionListPropertyWidget->setFont(font);
41  vboxLayout = new QVBoxLayout(pqSelectionListPropertyWidget);
42  vboxLayout->setSpacing(6);
43  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
44  vboxLayout->setContentsMargins(9, 9, 9, 9);
45  SelectionInput = new pqSelectionInputWidget(pqSelectionListPropertyWidget);
46  SelectionInput->setObjectName(QString::fromUtf8("SelectionInput"));
47 
48  vboxLayout->addWidget(SelectionInput);
49 
50  label1 = new QLabel(pqSelectionListPropertyWidget);
51  label1->setObjectName(QString::fromUtf8("label1"));
52  label1->setAlignment(Qt::AlignCenter);
53 
54  vboxLayout->addWidget(label1);
55 
56  labelOnSelection = new QTableWidget(pqSelectionListPropertyWidget);
57  labelOnSelection->setObjectName(QString::fromUtf8("labelOnSelection"));
58  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
59  sizePolicy.setHorizontalStretch(0);
60  sizePolicy.setVerticalStretch(0);
61  sizePolicy.setHeightForWidth(labelOnSelection->sizePolicy().hasHeightForWidth());
62  labelOnSelection->setSizePolicy(sizePolicy);
63 
64  vboxLayout->addWidget(labelOnSelection);
65 
66 
67  retranslateUi(pqSelectionListPropertyWidget);
68 
69  QMetaObject::connectSlotsByName(pqSelectionListPropertyWidget);
70  } // setupUi
71 
73  {
74  pqSelectionListPropertyWidget->setWindowTitle(QCoreApplication::translate("pqSelectionListPropertyWidget", "Form", nullptr));
75  label1->setText(QCoreApplication::translate("pqSelectionListPropertyWidget", "Labels list", nullptr));
76  } // retranslateUi
77 
78 };
79 
80 namespace Ui {
82 } // namespace Ui
83 
84 QT_END_NAMESPACE
85 
86 #endif // UI_PQSELECTIONLISTPROPERTYWIDGET_H
pqSelectionListPropertyWidget is a custom widget used to associate a label for each selectionNode fro...
void retranslateUi(QWidget *pqSelectionListPropertyWidget)
pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that ha...
void setupUi(QWidget *pqSelectionListPropertyWidget)