ui_pqSelectionInputWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSelectionInputWidget.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_PQSELECTIONINPUTWIDGET_H
10 #define UI_PQSELECTIONINPUTWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QLabel>
15 #include <QtWidgets/QPushButton>
16 #include <QtWidgets/QTextBrowser>
17 #include <QtWidgets/QVBoxLayout>
18 #include <QtWidgets/QWidget>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QVBoxLayout *vboxLayout;
27  QLabel *label;
28  QTextBrowser *textBrowser;
29 
31  {
32  if (pqSelectionInputWidget->objectName().isEmpty())
33  pqSelectionInputWidget->setObjectName(QString::fromUtf8("pqSelectionInputWidget"));
34  pqSelectionInputWidget->resize(270, 207);
35  QFont font;
36  font.setPointSize(8);
37  font.setBold(true);
38  font.setWeight(75);
39  pqSelectionInputWidget->setFont(font);
40  vboxLayout = new QVBoxLayout(pqSelectionInputWidget);
41  vboxLayout->setSpacing(6);
42  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
43  vboxLayout->setContentsMargins(9, 9, 9, 9);
44  pushButtonCopySelection = new QPushButton(pqSelectionInputWidget);
45  pushButtonCopySelection->setObjectName(QString::fromUtf8("pushButtonCopySelection"));
46  QFont font1;
47  font1.setBold(false);
48  font1.setWeight(50);
49  pushButtonCopySelection->setFont(font1);
50 
51  vboxLayout->addWidget(pushButtonCopySelection);
52 
53  label = new QLabel(pqSelectionInputWidget);
54  label->setObjectName(QString::fromUtf8("label"));
55  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
56  sizePolicy.setHorizontalStretch(0);
57  sizePolicy.setVerticalStretch(0);
58  sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
59  label->setSizePolicy(sizePolicy);
60  QFont font2;
61  font2.setBold(true);
62  font2.setWeight(75);
63  label->setFont(font2);
64  label->setFrameShape(QFrame::NoFrame);
65  label->setTextFormat(Qt::AutoText);
66  label->setAlignment(Qt::AlignCenter);
67  label->setMargin(10);
68 
69  vboxLayout->addWidget(label);
70 
71  textBrowser = new QTextBrowser(pqSelectionInputWidget);
72  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
73  textBrowser->setLineWrapMode(QTextEdit::NoWrap);
74 
75  vboxLayout->addWidget(textBrowser);
76 
77 
78  retranslateUi(pqSelectionInputWidget);
79 
80  QMetaObject::connectSlotsByName(pqSelectionInputWidget);
81  } // setupUi
82 
84  {
85  pqSelectionInputWidget->setWindowTitle(QCoreApplication::translate("pqSelectionInputWidget", "Form", nullptr));
86  pushButtonCopySelection->setText(QCoreApplication::translate("pqSelectionInputWidget", "Copy Active Selection", nullptr));
87  label->setText(QCoreApplication::translate("pqSelectionInputWidget", "Copied Selection", nullptr));
88  } // retranslateUi
89 
90 };
91 
92 namespace Ui {
94 } // namespace Ui
95 
96 QT_END_NAMESPACE
97 
98 #endif // UI_PQSELECTIONINPUTWIDGET_H
void setupUi(QWidget *pqSelectionInputWidget)
void retranslateUi(QWidget *pqSelectionInputWidget)
pqSelectionInputWidget is a custom widget used for specifying the selection to use on filters that ha...