ui_pqQueryClauseWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqQueryClauseWidget.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_PQQUERYCLAUSEWIDGET_H
10 #define UI_PQQUERYCLAUSEWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QComboBox>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QStackedWidget>
20 #include <QtWidgets/QToolButton>
21 #include <QtWidgets/QVBoxLayout>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
30  QHBoxLayout *horizontalLayout;
31  QLabel *andLabel;
32  QComboBox *criteria;
33  QComboBox *condition;
34  QStackedWidget *valueStackedWidget;
35  QWidget *singleValue;
36  QHBoxLayout *horizontalLayout_4;
37  QLineEdit *value;
38  QWidget *range;
39  QHBoxLayout *horizontalLayout_5;
40  QLineEdit *value_min;
41  QLabel *label_3;
42  QLineEdit *value_max;
43  QWidget *location;
44  QHBoxLayout *horizontalLayout_7;
45  QLineEdit *value_x;
46  QLineEdit *value_y;
47  QLineEdit *value_z;
48  QWidget *multiBlock;
49  QHBoxLayout *horizontalLayout_8;
50  QLineEdit *value_block;
51  QToolButton *showCompositeTree;
52  QWidget *emptyValue;
53  QHBoxLayout *horizontalLayout_9;
56  QGridLayout *gridLayout;
57  QLineEdit *location_y;
58  QLineEdit *location_x;
59  QLineEdit *location_z;
60  QLineEdit *location_tolerance;
61  QLabel *label;
62  QToolButton *addQuery;
63  QToolButton *removeQuery;
64 
66  {
67  if (pqQueryClauseWidget->objectName().isEmpty())
68  pqQueryClauseWidget->setObjectName(QString::fromUtf8("pqQueryClauseWidget"));
69  pqQueryClauseWidget->resize(444, 62);
70  verticalLayout = new QVBoxLayout(pqQueryClauseWidget);
71  verticalLayout->setContentsMargins(0, 0, 0, 0);
72  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
73  horizontalLayout = new QHBoxLayout();
74  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
75  andLabel = new QLabel(pqQueryClauseWidget);
76  andLabel->setObjectName(QString::fromUtf8("andLabel"));
77 
78  horizontalLayout->addWidget(andLabel);
79 
80  criteria = new QComboBox(pqQueryClauseWidget);
81  criteria->setObjectName(QString::fromUtf8("criteria"));
82  criteria->setSizeAdjustPolicy(QComboBox::AdjustToContents);
83 
84  horizontalLayout->addWidget(criteria);
85 
86  condition = new QComboBox(pqQueryClauseWidget);
87  condition->addItem(QString());
88  condition->addItem(QString());
89  condition->addItem(QString());
90  condition->addItem(QString());
91  condition->addItem(QString());
92  condition->setObjectName(QString::fromUtf8("condition"));
93  condition->setSizeAdjustPolicy(QComboBox::AdjustToContents);
94 
95  horizontalLayout->addWidget(condition);
96 
97  valueStackedWidget = new QStackedWidget(pqQueryClauseWidget);
98  valueStackedWidget->setObjectName(QString::fromUtf8("valueStackedWidget"));
99  singleValue = new QWidget();
100  singleValue->setObjectName(QString::fromUtf8("singleValue"));
101  horizontalLayout_4 = new QHBoxLayout(singleValue);
102  horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
103  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
104  value = new QLineEdit(singleValue);
105  value->setObjectName(QString::fromUtf8("value"));
106 
107  horizontalLayout_4->addWidget(value);
108 
109  valueStackedWidget->addWidget(singleValue);
110  range = new QWidget();
111  range->setObjectName(QString::fromUtf8("range"));
112  horizontalLayout_5 = new QHBoxLayout(range);
113  horizontalLayout_5->setSpacing(3);
114  horizontalLayout_5->setContentsMargins(0, 0, 0, 0);
115  horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
116  value_min = new QLineEdit(range);
117  value_min->setObjectName(QString::fromUtf8("value_min"));
118 
119  horizontalLayout_5->addWidget(value_min);
120 
121  label_3 = new QLabel(range);
122  label_3->setObjectName(QString::fromUtf8("label_3"));
123 
124  horizontalLayout_5->addWidget(label_3);
125 
126  value_max = new QLineEdit(range);
127  value_max->setObjectName(QString::fromUtf8("value_max"));
128 
129  horizontalLayout_5->addWidget(value_max);
130 
131  valueStackedWidget->addWidget(range);
132  location = new QWidget();
133  location->setObjectName(QString::fromUtf8("location"));
134  horizontalLayout_7 = new QHBoxLayout(location);
135  horizontalLayout_7->setSpacing(3);
136  horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
137  horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
138  value_x = new QLineEdit(location);
139  value_x->setObjectName(QString::fromUtf8("value_x"));
140 
141  horizontalLayout_7->addWidget(value_x);
142 
143  value_y = new QLineEdit(location);
144  value_y->setObjectName(QString::fromUtf8("value_y"));
145 
146  horizontalLayout_7->addWidget(value_y);
147 
148  value_z = new QLineEdit(location);
149  value_z->setObjectName(QString::fromUtf8("value_z"));
150 
151  horizontalLayout_7->addWidget(value_z);
152 
153  valueStackedWidget->addWidget(location);
154  multiBlock = new QWidget();
155  multiBlock->setObjectName(QString::fromUtf8("multiBlock"));
156  horizontalLayout_8 = new QHBoxLayout(multiBlock);
157  horizontalLayout_8->setSpacing(3);
158  horizontalLayout_8->setContentsMargins(0, 0, 0, 0);
159  horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
160  value_block = new QLineEdit(multiBlock);
161  value_block->setObjectName(QString::fromUtf8("value_block"));
162 
163  horizontalLayout_8->addWidget(value_block);
164 
165  showCompositeTree = new QToolButton(multiBlock);
166  showCompositeTree->setObjectName(QString::fromUtf8("showCompositeTree"));
167 
168  horizontalLayout_8->addWidget(showCompositeTree);
169 
170  valueStackedWidget->addWidget(multiBlock);
171  emptyValue = new QWidget();
172  emptyValue->setObjectName(QString::fromUtf8("emptyValue"));
173  horizontalLayout_9 = new QHBoxLayout(emptyValue);
174  horizontalLayout_9->setSpacing(3);
175  horizontalLayout_9->setContentsMargins(0, 0, 0, 0);
176  horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
177  label_empty_value = new QLabel(emptyValue);
178  label_empty_value->setObjectName(QString::fromUtf8("label_empty_value"));
179 
180  horizontalLayout_9->addWidget(label_empty_value);
181 
182  valueStackedWidget->addWidget(emptyValue);
183  locationWithTolerance = new QWidget();
184  locationWithTolerance->setObjectName(QString::fromUtf8("locationWithTolerance"));
185  gridLayout = new QGridLayout(locationWithTolerance);
186  gridLayout->setContentsMargins(0, 0, 0, 0);
187  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
188  location_y = new QLineEdit(locationWithTolerance);
189  location_y->setObjectName(QString::fromUtf8("location_y"));
190 
191  gridLayout->addWidget(location_y, 0, 2, 1, 1);
192 
193  location_x = new QLineEdit(locationWithTolerance);
194  location_x->setObjectName(QString::fromUtf8("location_x"));
195 
196  gridLayout->addWidget(location_x, 0, 1, 1, 1);
197 
198  location_z = new QLineEdit(locationWithTolerance);
199  location_z->setObjectName(QString::fromUtf8("location_z"));
200 
201  gridLayout->addWidget(location_z, 0, 3, 1, 1);
202 
203  location_tolerance = new QLineEdit(locationWithTolerance);
204  location_tolerance->setObjectName(QString::fromUtf8("location_tolerance"));
205 
206  gridLayout->addWidget(location_tolerance, 1, 3, 1, 1);
207 
208  label = new QLabel(locationWithTolerance);
209  label->setObjectName(QString::fromUtf8("label"));
210 
211  gridLayout->addWidget(label, 1, 1, 1, 2);
212 
213  valueStackedWidget->addWidget(locationWithTolerance);
214 
215  horizontalLayout->addWidget(valueStackedWidget);
216 
217  addQuery = new QToolButton(pqQueryClauseWidget);
218  addQuery->setObjectName(QString::fromUtf8("addQuery"));
219 
220  horizontalLayout->addWidget(addQuery);
221 
222  removeQuery = new QToolButton(pqQueryClauseWidget);
223  removeQuery->setObjectName(QString::fromUtf8("removeQuery"));
224 
225  horizontalLayout->addWidget(removeQuery);
226 
227  horizontalLayout->setStretch(2, 1);
228 
229  verticalLayout->addLayout(horizontalLayout);
230 
231  QWidget::setTabOrder(criteria, condition);
232  QWidget::setTabOrder(condition, location_x);
233  QWidget::setTabOrder(location_x, location_y);
234  QWidget::setTabOrder(location_y, location_z);
235  QWidget::setTabOrder(location_z, location_tolerance);
236  QWidget::setTabOrder(location_tolerance, value_x);
237  QWidget::setTabOrder(value_x, value_y);
238  QWidget::setTabOrder(value_y, value_z);
239  QWidget::setTabOrder(value_z, value_min);
240  QWidget::setTabOrder(value_min, value_max);
241  QWidget::setTabOrder(value_max, value);
242  QWidget::setTabOrder(value, value_block);
243  QWidget::setTabOrder(value_block, showCompositeTree);
244 
245  retranslateUi(pqQueryClauseWidget);
246 
247  valueStackedWidget->setCurrentIndex(5);
248 
249 
250  QMetaObject::connectSlotsByName(pqQueryClauseWidget);
251  } // setupUi
252 
254  {
255  pqQueryClauseWidget->setWindowTitle(QCoreApplication::translate("pqQueryClauseWidget", "Form", nullptr));
256  andLabel->setText(QCoreApplication::translate("pqQueryClauseWidget", "And", nullptr));
257  condition->setItemText(0, QCoreApplication::translate("pqQueryClauseWidget", "is", nullptr));
258  condition->setItemText(1, QCoreApplication::translate("pqQueryClauseWidget", "is between", nullptr));
259  condition->setItemText(2, QCoreApplication::translate("pqQueryClauseWidget", "is one of", nullptr));
260  condition->setItemText(3, QCoreApplication::translate("pqQueryClauseWidget", "is >=", nullptr));
261  condition->setItemText(4, QCoreApplication::translate("pqQueryClauseWidget", "is <=", nullptr));
262 
263  label_3->setText(QCoreApplication::translate("pqQueryClauseWidget", "and", nullptr));
264  showCompositeTree->setText(QCoreApplication::translate("pqQueryClauseWidget", "...", nullptr));
265  label_empty_value->setText(QString());
266  location_tolerance->setText(QCoreApplication::translate("pqQueryClauseWidget", "0.1", nullptr));
267  location_tolerance->setPlaceholderText(QString());
268  label->setText(QCoreApplication::translate("pqQueryClauseWidget", "but within epsilon", nullptr));
269  addQuery->setText(QCoreApplication::translate("pqQueryClauseWidget", "+", nullptr));
270 #if QT_CONFIG(tooltip)
271  addQuery->setToolTip(QCoreApplication::translate("pqQueryClauseWidget", "Add query", nullptr));
272 #endif // QT_CONFIG(tooltip)
273  removeQuery->setText(QCoreApplication::translate("pqQueryClauseWidget", "-", nullptr));
274 #if QT_CONFIG(tooltip)
275  removeQuery->setToolTip(QCoreApplication::translate("pqQueryClauseWidget", "Remove query", nullptr));
276 #endif // QT_CONFIG(tooltip)
277  } // retranslateUi
278 
279 };
280 
281 namespace Ui {
283 } // namespace Ui
284 
285 QT_END_NAMESPACE
286 
287 #endif // UI_PQQUERYCLAUSEWIDGET_H
void setupUi(QWidget *pqQueryClauseWidget)
pqQueryClauseWidget is used by pqQueryDialog as the widget allowing the user choose the clauses for t...
QStackedWidget * valueStackedWidget
void retranslateUi(QWidget *pqQueryClauseWidget)