9 #ifndef UI_PQSELECTIONLISTPROPERTYWIDGET_H 10 #define UI_PQSELECTIONLISTPROPERTYWIDGET_H 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> 33 if (pqSelectionListPropertyWidget->objectName().isEmpty())
34 pqSelectionListPropertyWidget->setObjectName(QString::fromUtf8(
"pqSelectionListPropertyWidget"));
35 pqSelectionListPropertyWidget->resize(270, 207);
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);
46 SelectionInput->setObjectName(QString::fromUtf8(
"SelectionInput"));
48 vboxLayout->addWidget(SelectionInput);
50 label1 =
new QLabel(pqSelectionListPropertyWidget);
51 label1->setObjectName(QString::fromUtf8(
"label1"));
52 label1->setAlignment(Qt::AlignCenter);
54 vboxLayout->addWidget(label1);
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);
64 vboxLayout->addWidget(labelOnSelection);
69 QMetaObject::connectSlotsByName(pqSelectionListPropertyWidget);
74 pqSelectionListPropertyWidget->setWindowTitle(QCoreApplication::translate(
"pqSelectionListPropertyWidget",
"Form",
nullptr));
75 label1->setText(QCoreApplication::translate(
"pqSelectionListPropertyWidget",
"Labels list",
nullptr));
86 #endif // UI_PQSELECTIONLISTPROPERTYWIDGET_H