ui_pqFindDataDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqFindDataDialog.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_PQFINDDATADIALOG_H
10 #define UI_PQFINDDATADIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *verticalLayout;
32  QLabel *label_5;
33  QFrame *line;
35  QSpacerItem *verticalSpacer;
37  QFrame *line_2;
39  QSpacerItem *verticalSpacer_2;
40  QLabel *label_3;
41  QFrame *line_3;
43  QSpacerItem *verticalSpacer_3;
44  QFrame *line_4;
45  QHBoxLayout *horizontalLayout_3;
46  QPushButton *freezeSelection;
47  QPushButton *extractSelection;
49  QDialogButtonBox *buttonBox;
50 
51  void setupUi(QDialog *FindDataDialog)
52  {
53  if (FindDataDialog->objectName().isEmpty())
54  FindDataDialog->setObjectName(QString::fromUtf8("FindDataDialog"));
55  FindDataDialog->resize(605, 441);
56  verticalLayout = new QVBoxLayout(FindDataDialog);
57  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
58  label_5 = new QLabel(FindDataDialog);
59  label_5->setObjectName(QString::fromUtf8("label_5"));
60  QFont font;
61  font.setBold(true);
62  font.setWeight(75);
63  label_5->setFont(font);
64 
65  verticalLayout->addWidget(label_5);
66 
67  line = new QFrame(FindDataDialog);
68  line->setObjectName(QString::fromUtf8("line"));
69  line->setFrameShape(QFrame::HLine);
70  line->setFrameShadow(QFrame::Sunken);
71 
72  verticalLayout->addWidget(line);
73 
74  createSelectionFrame = new pqFindDataCreateSelectionFrame(FindDataDialog);
75  createSelectionFrame->setObjectName(QString::fromUtf8("createSelectionFrame"));
76 
77  verticalLayout->addWidget(createSelectionFrame);
78 
79  verticalSpacer = new QSpacerItem(20, 4, QSizePolicy::Minimum, QSizePolicy::Fixed);
80 
81  verticalLayout->addItem(verticalSpacer);
82 
83  currentSelectionLabel = new QLabel(FindDataDialog);
84  currentSelectionLabel->setObjectName(QString::fromUtf8("currentSelectionLabel"));
85  currentSelectionLabel->setFont(font);
86 
87  verticalLayout->addWidget(currentSelectionLabel);
88 
89  line_2 = new QFrame(FindDataDialog);
90  line_2->setObjectName(QString::fromUtf8("line_2"));
91  line_2->setFrameShape(QFrame::HLine);
92  line_2->setFrameShadow(QFrame::Sunken);
93 
94  verticalLayout->addWidget(line_2);
95 
96  currentSelectionFrame = new pqFindDataCurrentSelectionFrame(FindDataDialog);
97  currentSelectionFrame->setObjectName(QString::fromUtf8("currentSelectionFrame"));
98  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
99  sizePolicy.setHorizontalStretch(0);
100  sizePolicy.setVerticalStretch(0);
101  sizePolicy.setHeightForWidth(currentSelectionFrame->sizePolicy().hasHeightForWidth());
102  currentSelectionFrame->setSizePolicy(sizePolicy);
103 
104  verticalLayout->addWidget(currentSelectionFrame);
105 
106  verticalSpacer_2 = new QSpacerItem(20, 4, QSizePolicy::Minimum, QSizePolicy::Fixed);
107 
108  verticalLayout->addItem(verticalSpacer_2);
109 
110  label_3 = new QLabel(FindDataDialog);
111  label_3->setObjectName(QString::fromUtf8("label_3"));
112  label_3->setFont(font);
113 
114  verticalLayout->addWidget(label_3);
115 
116  line_3 = new QFrame(FindDataDialog);
117  line_3->setObjectName(QString::fromUtf8("line_3"));
118  line_3->setFrameShape(QFrame::HLine);
119  line_3->setFrameShadow(QFrame::Sunken);
120 
121  verticalLayout->addWidget(line_3);
122 
123  selectionDisplayFrame = new pqFindDataSelectionDisplayFrame(FindDataDialog);
124  selectionDisplayFrame->setObjectName(QString::fromUtf8("selectionDisplayFrame"));
125 
126  verticalLayout->addWidget(selectionDisplayFrame);
127 
128  verticalSpacer_3 = new QSpacerItem(20, 4, QSizePolicy::Minimum, QSizePolicy::Fixed);
129 
130  verticalLayout->addItem(verticalSpacer_3);
131 
132  line_4 = new QFrame(FindDataDialog);
133  line_4->setObjectName(QString::fromUtf8("line_4"));
134  line_4->setFrameShape(QFrame::HLine);
135  line_4->setFrameShadow(QFrame::Sunken);
136 
137  verticalLayout->addWidget(line_4);
138 
139  horizontalLayout_3 = new QHBoxLayout();
140  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
141  freezeSelection = new QPushButton(FindDataDialog);
142  freezeSelection->setObjectName(QString::fromUtf8("freezeSelection"));
143  freezeSelection->setEnabled(false);
144  QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
145  sizePolicy1.setHorizontalStretch(0);
146  sizePolicy1.setVerticalStretch(0);
147  sizePolicy1.setHeightForWidth(freezeSelection->sizePolicy().hasHeightForWidth());
148  freezeSelection->setSizePolicy(sizePolicy1);
149 
150  horizontalLayout_3->addWidget(freezeSelection);
151 
152  extractSelection = new QPushButton(FindDataDialog);
153  extractSelection->setObjectName(QString::fromUtf8("extractSelection"));
154  extractSelection->setEnabled(false);
155 
156  horizontalLayout_3->addWidget(extractSelection);
157 
158  extractSelectionOverTime = new QPushButton(FindDataDialog);
159  extractSelectionOverTime->setObjectName(QString::fromUtf8("extractSelectionOverTime"));
160  extractSelectionOverTime->setEnabled(false);
161 
162  horizontalLayout_3->addWidget(extractSelectionOverTime);
163 
164  buttonBox = new QDialogButtonBox(FindDataDialog);
165  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
166  QSizePolicy sizePolicy2(QSizePolicy::Maximum, QSizePolicy::Fixed);
167  sizePolicy2.setHorizontalStretch(0);
168  sizePolicy2.setVerticalStretch(0);
169  sizePolicy2.setHeightForWidth(buttonBox->sizePolicy().hasHeightForWidth());
170  buttonBox->setSizePolicy(sizePolicy2);
171  buttonBox->setOrientation(Qt::Horizontal);
172  buttonBox->setStandardButtons(QDialogButtonBox::Close);
173 
174  horizontalLayout_3->addWidget(buttonBox);
175 
176 
177  verticalLayout->addLayout(horizontalLayout_3);
178 
179 
180  retranslateUi(FindDataDialog);
181  QObject::connect(buttonBox, SIGNAL(accepted()), FindDataDialog, SLOT(accept()));
182  QObject::connect(buttonBox, SIGNAL(rejected()), FindDataDialog, SLOT(reject()));
183 
184  QMetaObject::connectSlotsByName(FindDataDialog);
185  } // setupUi
186 
187  void retranslateUi(QDialog *FindDataDialog)
188  {
189  FindDataDialog->setWindowTitle(QCoreApplication::translate("FindDataDialog", "Find Data", nullptr));
190  label_5->setText(QCoreApplication::translate("FindDataDialog", "Create Selection", nullptr));
191  currentSelectionLabel->setText(QCoreApplication::translate("FindDataDialog", "Current Selection (none)", nullptr));
192  label_3->setText(QCoreApplication::translate("FindDataDialog", "Selection Display Properties", nullptr));
193 #if QT_CONFIG(tooltip)
194  freezeSelection->setToolTip(QCoreApplication::translate("FindDataDialog", "<p>Freeze the selection to select the currently selected elements by IDs instead of the current selection criteria</p>", nullptr));
195 #endif // QT_CONFIG(tooltip)
196  freezeSelection->setText(QCoreApplication::translate("FindDataDialog", "Freeze Selection", nullptr));
197 #if QT_CONFIG(tooltip)
198  extractSelection->setToolTip(QCoreApplication::translate("FindDataDialog", "<p>Create a new <b>Extract Selection</b> filter to extract the current selection</p>", nullptr));
199 #endif // QT_CONFIG(tooltip)
200  extractSelection->setText(QCoreApplication::translate("FindDataDialog", "Extract Selection", nullptr));
201 #if QT_CONFIG(tooltip)
202  extractSelectionOverTime->setToolTip(QCoreApplication::translate("FindDataDialog", "<p>Create a new <b>Plot Selection Over Time</b> filter to plot the current selection over time</p>", nullptr));
203 #endif // QT_CONFIG(tooltip)
204  extractSelectionOverTime->setText(QCoreApplication::translate("FindDataDialog", "Plot Selection Over Time", nullptr));
205  } // retranslateUi
206 
207 };
208 
209 namespace Ui {
211 } // namespace Ui
212 
213 QT_END_NAMESPACE
214 
215 #endif // UI_PQFINDDATADIALOG_H
pqFindDataCreateSelectionFrame * createSelectionFrame
void setupUi(QDialog *FindDataDialog)
QPushButton * extractSelectionOverTime
QHBoxLayout * horizontalLayout_3
QPushButton * extractSelection
QDialogButtonBox * buttonBox
pqFindDataCurrentSelectionFrame is designed to be used by pqFindDataDialog.
QSpacerItem * verticalSpacer_2
QVBoxLayout * verticalLayout
QPushButton * freezeSelection
pqFindDataCurrentSelectionFrame * currentSelectionFrame
void retranslateUi(QDialog *FindDataDialog)
pqFindDataCreateSelectionFrame is designed to be used by pqFindDataDialog.
pqFindDataSelectionDisplayFrame * selectionDisplayFrame
QSpacerItem * verticalSpacer
pqFindDataSelectionDisplayFrame is designed to be used by pqFindDataDialog.
QSpacerItem * verticalSpacer_3