ui_pqFindDataWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqFindDataWidget.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_PQFINDDATAWIDGET_H
10 #define UI_PQFINDDATAWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QPushButton>
17 #include <QtWidgets/QSpacerItem>
18 #include <QtWidgets/QVBoxLayout>
19 #include <QtWidgets/QWidget>
20 #include <pqExpanderButton.h>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
31  QWidget *container;
32  QVBoxLayout *verticalLayout_2;
33  QHBoxLayout *buttonLayout;
34  QPushButton *findData;
35  QPushButton *reset;
36  QPushButton *clear;
39  QHBoxLayout *buttonLayout_2;
40  QPushButton *freeze;
41  QPushButton *extract;
42  QPushButton *plotOverTime;
45  QSpacerItem *verticalSpacer;
46 
47  void setupUi(QWidget *FindDataWidget)
48  {
49  if (FindDataWidget->objectName().isEmpty())
50  FindDataWidget->setObjectName(QString::fromUtf8("FindDataWidget"));
51  FindDataWidget->resize(542, 635);
52  verticalLayout = new QVBoxLayout(FindDataWidget);
53  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
54  createExpander = new pqExpanderButton(FindDataWidget);
55  createExpander->setObjectName(QString::fromUtf8("createExpander"));
56  createExpander->setProperty("checked", QVariant(true));
57 
58  verticalLayout->addWidget(createExpander);
59 
60  container = new QWidget(FindDataWidget);
61  container->setObjectName(QString::fromUtf8("container"));
62  container->setMinimumSize(QSize(0, 50));
63  verticalLayout_2 = new QVBoxLayout(container);
64  verticalLayout_2->setSpacing(0);
65  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
66  verticalLayout_2->setContentsMargins(0, 0, 0, 0);
67 
68  verticalLayout->addWidget(container);
69 
70  buttonLayout = new QHBoxLayout();
71  buttonLayout->setSpacing(2);
72  buttonLayout->setObjectName(QString::fromUtf8("buttonLayout"));
73  findData = new QPushButton(FindDataWidget);
74  findData->setObjectName(QString::fromUtf8("findData"));
75  findData->setEnabled(false);
76  QIcon icon;
77  icon.addFile(QString::fromUtf8(":/pqWidgets/Icons/pqApply.svg"), QSize(), QIcon::Normal, QIcon::Off);
78  findData->setIcon(icon);
79 
80  buttonLayout->addWidget(findData);
81 
82  reset = new QPushButton(FindDataWidget);
83  reset->setObjectName(QString::fromUtf8("reset"));
84  reset->setEnabled(false);
85  QIcon icon1;
86  icon1.addFile(QString::fromUtf8(":/pqWidgets/Icons/pqCancel.svg"), QSize(), QIcon::Normal, QIcon::Off);
87  reset->setIcon(icon1);
88 
89  buttonLayout->addWidget(reset);
90 
91  clear = new QPushButton(FindDataWidget);
92  clear->setObjectName(QString::fromUtf8("clear"));
93  clear->setEnabled(false);
94  QIcon icon2;
95  icon2.addFile(QString::fromUtf8(":/pqWidgets/Icons/pqReset.svg"), QSize(), QIcon::Normal, QIcon::Off);
96  clear->setIcon(icon2);
97 
98  buttonLayout->addWidget(clear);
99 
100 
101  verticalLayout->addLayout(buttonLayout);
102 
103  informationExpander = new pqExpanderButton(FindDataWidget);
104  informationExpander->setObjectName(QString::fromUtf8("informationExpander"));
105  informationExpander->setFrameShape(QFrame::StyledPanel);
106  informationExpander->setFrameShadow(QFrame::Raised);
107  informationExpander->setProperty("checked", QVariant(true));
108 
109  verticalLayout->addWidget(informationExpander);
110 
111  informationContainer = new pqFindDataCurrentSelectionFrame(FindDataWidget);
112  informationContainer->setObjectName(QString::fromUtf8("informationContainer"));
113  informationContainer->setMinimumSize(QSize(0, 200));
114 
115  verticalLayout->addWidget(informationContainer);
116 
117  buttonLayout_2 = new QHBoxLayout();
118  buttonLayout_2->setSpacing(2);
119  buttonLayout_2->setObjectName(QString::fromUtf8("buttonLayout_2"));
120  freeze = new QPushButton(FindDataWidget);
121  freeze->setObjectName(QString::fromUtf8("freeze"));
122  freeze->setEnabled(false);
123 
124  buttonLayout_2->addWidget(freeze);
125 
126  extract = new QPushButton(FindDataWidget);
127  extract->setObjectName(QString::fromUtf8("extract"));
128  extract->setEnabled(false);
129 
130  buttonLayout_2->addWidget(extract);
131 
132  plotOverTime = new QPushButton(FindDataWidget);
133  plotOverTime->setObjectName(QString::fromUtf8("plotOverTime"));
134  plotOverTime->setEnabled(false);
135 
136  buttonLayout_2->addWidget(plotOverTime);
137 
138 
139  verticalLayout->addLayout(buttonLayout_2);
140 
141  selectionDisplayExpander = new pqExpanderButton(FindDataWidget);
142  selectionDisplayExpander->setObjectName(QString::fromUtf8("selectionDisplayExpander"));
143  selectionDisplayExpander->setFrameShape(QFrame::StyledPanel);
144  selectionDisplayExpander->setFrameShadow(QFrame::Raised);
145  selectionDisplayExpander->setProperty("checked", QVariant(true));
146 
147  verticalLayout->addWidget(selectionDisplayExpander);
148 
149  selectionDisplayProperties = new pqFindDataSelectionDisplayFrame(FindDataWidget);
150  selectionDisplayProperties->setObjectName(QString::fromUtf8("selectionDisplayProperties"));
151  selectionDisplayProperties->setMinimumSize(QSize(0, 50));
152 
153  verticalLayout->addWidget(selectionDisplayProperties);
154 
155  verticalSpacer = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);
156 
157  verticalLayout->addItem(verticalSpacer);
158 
159  verticalLayout->setStretch(4, 1);
160 
161  retranslateUi(FindDataWidget);
162 
163  findData->setDefault(true);
164 
165 
166  QMetaObject::connectSlotsByName(FindDataWidget);
167  } // setupUi
168 
169  void retranslateUi(QWidget *FindDataWidget)
170  {
171  FindDataWidget->setWindowTitle(QCoreApplication::translate("FindDataWidget", "Form", nullptr));
172  createExpander->setProperty("text", QVariant(QCoreApplication::translate("FindDataWidget", "Create Selection", nullptr)));
173 #if QT_CONFIG(tooltip)
174  findData->setToolTip(QCoreApplication::translate("FindDataWidget", "Find data using selection criteria", nullptr));
175 #endif // QT_CONFIG(tooltip)
176  findData->setText(QCoreApplication::translate("FindDataWidget", "Find Data", nullptr));
177 #if QT_CONFIG(tooltip)
178  reset->setToolTip(QCoreApplication::translate("FindDataWidget", "Reset any unaccepted changes", nullptr));
179 #endif // QT_CONFIG(tooltip)
180  reset->setText(QCoreApplication::translate("FindDataWidget", "Reset", nullptr));
181 #if QT_CONFIG(tooltip)
182  clear->setToolTip(QCoreApplication::translate("FindDataWidget", "Clear selection criteria and qualifiers", nullptr));
183 #endif // QT_CONFIG(tooltip)
184  clear->setText(QCoreApplication::translate("FindDataWidget", "Clear", nullptr));
185  informationExpander->setProperty("text", QVariant(QCoreApplication::translate("FindDataWidget", "Selected Data (none)", nullptr)));
186  freeze->setText(QCoreApplication::translate("FindDataWidget", "Freeze", nullptr));
187  extract->setText(QCoreApplication::translate("FindDataWidget", "Extract", nullptr));
188  plotOverTime->setText(QCoreApplication::translate("FindDataWidget", "Plot Over Time", nullptr));
189  selectionDisplayExpander->setProperty("text", QVariant(QCoreApplication::translate("FindDataWidget", "Selection Display", nullptr)));
190  } // retranslateUi
191 
192 };
193 
194 namespace Ui {
196 } // namespace Ui
197 
198 QT_END_NAMESPACE
199 
200 #endif // UI_PQFINDDATAWIDGET_H
void setText(const QString &text)
This property holds the text shown on the button.
pqFindDataSelectionDisplayFrame * selectionDisplayProperties
void retranslateUi(QWidget *FindDataWidget)
QSpacerItem * verticalSpacer
pqFindDataCurrentSelectionFrame is designed to be used by pqFindDataDialog.
void setupUi(QWidget *FindDataWidget)
pqExpanderButton provides a frame with a toggle mode.
pqFindDataCurrentSelectionFrame * informationContainer
QVBoxLayout * verticalLayout
QHBoxLayout * buttonLayout
pqExpanderButton * createExpander
QPushButton * findData
pqExpanderButton * selectionDisplayExpander
pqExpanderButton * informationExpander
QHBoxLayout * buttonLayout_2
pqFindDataSelectionDisplayFrame is designed to be used by pqFindDataDialog.
QVBoxLayout * verticalLayout_2
QPushButton * plotOverTime