ui_pqFindDataCreateSelectionFrame.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqFindDataCreateSelectionFrame.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_PQFINDDATACREATESELECTIONFRAME_H
10 #define UI_PQFINDDATACREATESELECTIONFRAME_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QComboBox>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QVBoxLayout>
19 #include <QtWidgets/QWidget>
21 #include "pqOutputPortComboBox.h"
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QHBoxLayout *horizontalLayout;
30  QLabel *label;
31  QComboBox *selectionType;
32  QLabel *label_4;
35  QPushButton *runQuery;
36 
37  void setupUi(QWidget *FindDataCreateSelectionFrame)
38  {
39  if (FindDataCreateSelectionFrame->objectName().isEmpty())
40  FindDataCreateSelectionFrame->setObjectName(QString::fromUtf8("FindDataCreateSelectionFrame"));
41  FindDataCreateSelectionFrame->resize(450, 96);
42  verticalLayout = new QVBoxLayout(FindDataCreateSelectionFrame);
43  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
44  horizontalLayout = new QHBoxLayout();
45  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
46  label = new QLabel(FindDataCreateSelectionFrame);
47  label->setObjectName(QString::fromUtf8("label"));
48 
49  horizontalLayout->addWidget(label);
50 
51  selectionType = new QComboBox(FindDataCreateSelectionFrame);
52  selectionType->setObjectName(QString::fromUtf8("selectionType"));
53  selectionType->setSizeAdjustPolicy(QComboBox::AdjustToContents);
54 
55  horizontalLayout->addWidget(selectionType);
56 
57  label_4 = new QLabel(FindDataCreateSelectionFrame);
58  label_4->setObjectName(QString::fromUtf8("label_4"));
59 
60  horizontalLayout->addWidget(label_4);
61 
62  source = new pqOutputPortComboBox(FindDataCreateSelectionFrame);
63  source->setObjectName(QString::fromUtf8("source"));
64  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
65  sizePolicy.setHorizontalStretch(0);
66  sizePolicy.setVerticalStretch(0);
67  sizePolicy.setHeightForWidth(source->sizePolicy().hasHeightForWidth());
68  source->setSizePolicy(sizePolicy);
69 
70  horizontalLayout->addWidget(source);
71 
72  horizontalLayout->setStretch(3, 1);
73 
74  verticalLayout->addLayout(horizontalLayout);
75 
76  queryClauseWidget = new pqMultiQueryClauseWidget(FindDataCreateSelectionFrame);
77  queryClauseWidget->setObjectName(QString::fromUtf8("queryClauseWidget"));
78  queryClauseWidget->setEnabled(false);
79  QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
80  sizePolicy1.setHorizontalStretch(0);
81  sizePolicy1.setVerticalStretch(1);
82  sizePolicy1.setHeightForWidth(queryClauseWidget->sizePolicy().hasHeightForWidth());
83  queryClauseWidget->setSizePolicy(sizePolicy1);
84 
85  verticalLayout->addWidget(queryClauseWidget);
86 
87  runQuery = new QPushButton(FindDataCreateSelectionFrame);
88  runQuery->setObjectName(QString::fromUtf8("runQuery"));
89  runQuery->setEnabled(false);
90 
91  verticalLayout->addWidget(runQuery);
92 
93 
94  retranslateUi(FindDataCreateSelectionFrame);
95 
96  QMetaObject::connectSlotsByName(FindDataCreateSelectionFrame);
97  } // setupUi
98 
99  void retranslateUi(QWidget *FindDataCreateSelectionFrame)
100  {
101  FindDataCreateSelectionFrame->setWindowTitle(QCoreApplication::translate("FindDataCreateSelectionFrame", "Form", nullptr));
102  label->setText(QCoreApplication::translate("FindDataCreateSelectionFrame", "Find", nullptr));
103  label_4->setText(QCoreApplication::translate("FindDataCreateSelectionFrame", "from", nullptr));
104  runQuery->setText(QCoreApplication::translate("FindDataCreateSelectionFrame", "Run Selection Query", nullptr));
105  } // retranslateUi
106 
107 };
108 
109 namespace Ui {
111 } // namespace Ui
112 
113 QT_END_NAMESPACE
114 
115 #endif // UI_PQFINDDATACREATESELECTIONFRAME_H
void setupUi(QWidget *FindDataCreateSelectionFrame)
pqMultiQueryClauseWidget is used by pqQueryDialog as the widget allowing the user choose the clauses ...
void retranslateUi(QWidget *FindDataCreateSelectionFrame)
pqOutputPortComboBox is a combo-box that shows all outputports for all sources/filters.