ui_pqProxyInformationWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqProxyInformationWidget.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_PQPROXYINFORMATIONWIDGET_H
10 #define UI_PQPROXYINFORMATIONWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QGridLayout>
15 #include <QtWidgets/QGroupBox>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QStackedWidget>
21 #include <QtWidgets/QTabWidget>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 #include "pqTreeView.h"
25 #include "pqTreeWidget.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QVBoxLayout *vboxLayout;
33  QTabWidget *hierarchyTabWidget;
34  QWidget *tab;
35  QVBoxLayout *verticalLayout;
37  QWidget *tab_2;
38  QVBoxLayout *verticalLayout_2;
40  QGroupBox *properties;
41  QGridLayout *gridLayout;
42  QLabel *filenameLabel;
43  QLineEdit *filename;
44  QLabel *label_13;
45  QLineEdit *path;
46  QGroupBox *groupBox;
47  QGridLayout *gridLayout1;
48  QLabel *label;
49  QLineEdit *type;
50  QLineEdit *memory;
51  QLabel *label_4;
52  QStackedWidget *dataTypeProperties;
53  QWidget *DataSet;
54  QGridLayout *gridLayout2;
55  QLabel *label_2;
56  QLineEdit *numberOfCells;
57  QLabel *label_3;
58  QLineEdit *numberOfPoints;
59  QWidget *Table;
60  QGridLayout *gridLayout3;
61  QLabel *label_11;
62  QLineEdit *numberOfRows;
63  QLabel *label_12;
64  QLineEdit *numberOfColumns;
65  QWidget *HyperTreeGrid;
66  QGridLayout *_2;
67  QLabel *label_14;
68  QLineEdit *numberOfTrees;
69  QLabel *label_15;
70  QLineEdit *numberOfVertices;
71  QLineEdit *numberOfLeaves;
72  QLabel *label_16;
73  QWidget *Graph;
74  QGridLayout *graphLayout;
76  QLabel *graphEdgeLabel;
77  QLineEdit *numberOfGraphEdges;
79  QGroupBox *groupBox_2;
80  QGridLayout *gridLayout4;
82  QLineEdit *dataTimeLabel;
83  QGroupBox *groupExtent;
84  QGridLayout *gridLayout5;
85  QLineEdit *zExtent;
86  QLineEdit *yExtent;
87  QLineEdit *xExtent;
88  QLabel *label_5;
89  QLabel *label_9;
90  QLabel *label_10;
91  QGroupBox *groupBox_3;
92  QGridLayout *gridLayout6;
93  QLabel *label_8;
94  QLineEdit *zRange;
95  QLineEdit *yRange;
96  QLabel *label_6;
97  QLineEdit *xRange;
98  QLabel *label_7;
99  QGroupBox *groupDataTime;
100  QGridLayout *gridLayout7;
102  QSpacerItem *spacerItem;
103 
105  {
106  if (pqProxyInformationWidget->objectName().isEmpty())
107  pqProxyInformationWidget->setObjectName(QString::fromUtf8("pqProxyInformationWidget"));
108  pqProxyInformationWidget->resize(276, 1019);
109  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
110  sizePolicy.setHorizontalStretch(0);
111  sizePolicy.setVerticalStretch(0);
112  sizePolicy.setHeightForWidth(pqProxyInformationWidget->sizePolicy().hasHeightForWidth());
113  pqProxyInformationWidget->setSizePolicy(sizePolicy);
114  vboxLayout = new QVBoxLayout(pqProxyInformationWidget);
115  vboxLayout->setSpacing(6);
116  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
117  vboxLayout->setContentsMargins(9, 9, 9, 9);
118  hierarchyTabWidget = new QTabWidget(pqProxyInformationWidget);
119  hierarchyTabWidget->setObjectName(QString::fromUtf8("hierarchyTabWidget"));
120  tab = new QWidget();
121  tab->setObjectName(QString::fromUtf8("tab"));
122  verticalLayout = new QVBoxLayout(tab);
123  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
124  verticalLayout->setContentsMargins(2, 2, 2, 2);
125  compositeTree = new pqTreeView(tab);
126  compositeTree->setObjectName(QString::fromUtf8("compositeTree"));
127  compositeTree->setUniformRowHeights(true);
128  compositeTree->header()->setVisible(false);
129 
130  verticalLayout->addWidget(compositeTree);
131 
132  hierarchyTabWidget->addTab(tab, QString());
133  tab_2 = new QWidget();
134  tab_2->setObjectName(QString::fromUtf8("tab_2"));
135  verticalLayout_2 = new QVBoxLayout(tab_2);
136  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
137  verticalLayout_2->setContentsMargins(2, 2, 2, 2);
138  assemblyTree = new pqTreeView(tab_2);
139  assemblyTree->setObjectName(QString::fromUtf8("assemblyTree"));
140  assemblyTree->setUniformRowHeights(true);
141  assemblyTree->header()->setVisible(false);
142 
143  verticalLayout_2->addWidget(assemblyTree);
144 
145  hierarchyTabWidget->addTab(tab_2, QString());
146 
147  vboxLayout->addWidget(hierarchyTabWidget);
148 
149  properties = new QGroupBox(pqProxyInformationWidget);
150  properties->setObjectName(QString::fromUtf8("properties"));
151  gridLayout = new QGridLayout(properties);
152  gridLayout->setSpacing(4);
153  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
154  gridLayout->setContentsMargins(4, 4, 4, 4);
155  filenameLabel = new QLabel(properties);
156  filenameLabel->setObjectName(QString::fromUtf8("filenameLabel"));
157 
158  gridLayout->addWidget(filenameLabel, 0, 0, 1, 1);
159 
160  filename = new QLineEdit(properties);
161  filename->setObjectName(QString::fromUtf8("filename"));
162  filename->setCursor(QCursor(Qt::ArrowCursor));
163  filename->setAcceptDrops(false);
164  filename->setStyleSheet(QString::fromUtf8("/* Explicitly apply to QLineEdit, so that tooltip isn't affected */ QLineEdit{background-color: rgba(0, 0, 0, 0);border: none;}"));
165  filename->setReadOnly(true);
166 
167  gridLayout->addWidget(filename, 0, 1, 1, 1);
168 
169  label_13 = new QLabel(properties);
170  label_13->setObjectName(QString::fromUtf8("label_13"));
171 
172  gridLayout->addWidget(label_13, 1, 0, 1, 1);
173 
174  path = new QLineEdit(properties);
175  path->setObjectName(QString::fromUtf8("path"));
176  path->setCursor(QCursor(Qt::ArrowCursor));
177  path->setAcceptDrops(false);
178  path->setStyleSheet(QString::fromUtf8("/* Explicitly apply to QLineEdit, so that tooltip isn't affected */ QLineEdit{background-color: rgba(0, 0, 0, 0);border: none;}"));
179  path->setReadOnly(true);
180 
181  gridLayout->addWidget(path, 1, 1, 1, 1);
182 
183 
184  vboxLayout->addWidget(properties);
185 
186  groupBox = new QGroupBox(pqProxyInformationWidget);
187  groupBox->setObjectName(QString::fromUtf8("groupBox"));
188  gridLayout1 = new QGridLayout(groupBox);
189  gridLayout1->setSpacing(4);
190  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
191  gridLayout1->setContentsMargins(4, 4, 4, 4);
192  label = new QLabel(groupBox);
193  label->setObjectName(QString::fromUtf8("label"));
194 
195  gridLayout1->addWidget(label, 0, 0, 1, 1);
196 
197  type = new QLineEdit(groupBox);
198  type->setObjectName(QString::fromUtf8("type"));
199  type->setCursor(QCursor(Qt::ArrowCursor));
200  type->setAcceptDrops(false);
201  type->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
202  type->setReadOnly(true);
203 
204  gridLayout1->addWidget(type, 0, 1, 1, 1);
205 
206  memory = new QLineEdit(groupBox);
207  memory->setObjectName(QString::fromUtf8("memory"));
208  memory->setCursor(QCursor(Qt::ArrowCursor));
209  memory->setAcceptDrops(false);
210  memory->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
211  memory->setReadOnly(true);
212 
213  gridLayout1->addWidget(memory, 2, 1, 1, 1);
214 
215  label_4 = new QLabel(groupBox);
216  label_4->setObjectName(QString::fromUtf8("label_4"));
217 
218  gridLayout1->addWidget(label_4, 2, 0, 1, 1);
219 
220  dataTypeProperties = new QStackedWidget(groupBox);
221  dataTypeProperties->setObjectName(QString::fromUtf8("dataTypeProperties"));
222  DataSet = new QWidget();
223  DataSet->setObjectName(QString::fromUtf8("DataSet"));
224  gridLayout2 = new QGridLayout(DataSet);
225  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
226  gridLayout2->setVerticalSpacing(4);
227  gridLayout2->setContentsMargins(0, 0, 0, 0);
228  label_2 = new QLabel(DataSet);
229  label_2->setObjectName(QString::fromUtf8("label_2"));
230 
231  gridLayout2->addWidget(label_2, 0, 0, 1, 1);
232 
233  numberOfCells = new QLineEdit(DataSet);
234  numberOfCells->setObjectName(QString::fromUtf8("numberOfCells"));
235  numberOfCells->setCursor(QCursor(Qt::ArrowCursor));
236  numberOfCells->setAcceptDrops(false);
237  numberOfCells->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
238  numberOfCells->setReadOnly(true);
239 
240  gridLayout2->addWidget(numberOfCells, 0, 1, 1, 1);
241 
242  label_3 = new QLabel(DataSet);
243  label_3->setObjectName(QString::fromUtf8("label_3"));
244 
245  gridLayout2->addWidget(label_3, 1, 0, 1, 1);
246 
247  numberOfPoints = new QLineEdit(DataSet);
248  numberOfPoints->setObjectName(QString::fromUtf8("numberOfPoints"));
249  numberOfPoints->setCursor(QCursor(Qt::ArrowCursor));
250  numberOfPoints->setAcceptDrops(false);
251  numberOfPoints->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
252  numberOfPoints->setReadOnly(true);
253 
254  gridLayout2->addWidget(numberOfPoints, 1, 1, 1, 1);
255 
256  dataTypeProperties->addWidget(DataSet);
257  Table = new QWidget();
258  Table->setObjectName(QString::fromUtf8("Table"));
259  gridLayout3 = new QGridLayout(Table);
260  gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
261  gridLayout3->setHorizontalSpacing(6);
262  gridLayout3->setVerticalSpacing(4);
263  gridLayout3->setContentsMargins(0, 0, 0, 0);
264  label_11 = new QLabel(Table);
265  label_11->setObjectName(QString::fromUtf8("label_11"));
266 
267  gridLayout3->addWidget(label_11, 0, 0, 1, 1);
268 
269  numberOfRows = new QLineEdit(Table);
270  numberOfRows->setObjectName(QString::fromUtf8("numberOfRows"));
271  numberOfRows->setCursor(QCursor(Qt::ArrowCursor));
272  numberOfRows->setAcceptDrops(false);
273  numberOfRows->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
274  numberOfRows->setReadOnly(true);
275 
276  gridLayout3->addWidget(numberOfRows, 0, 1, 1, 1);
277 
278  label_12 = new QLabel(Table);
279  label_12->setObjectName(QString::fromUtf8("label_12"));
280 
281  gridLayout3->addWidget(label_12, 1, 0, 1, 1);
282 
283  numberOfColumns = new QLineEdit(Table);
284  numberOfColumns->setObjectName(QString::fromUtf8("numberOfColumns"));
285  numberOfColumns->setCursor(QCursor(Qt::ArrowCursor));
286  numberOfColumns->setAcceptDrops(false);
287  numberOfColumns->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
288  numberOfColumns->setReadOnly(true);
289 
290  gridLayout3->addWidget(numberOfColumns, 1, 1, 1, 1);
291 
292  dataTypeProperties->addWidget(Table);
293  HyperTreeGrid = new QWidget();
294  HyperTreeGrid->setObjectName(QString::fromUtf8("HyperTreeGrid"));
295  _2 = new QGridLayout(HyperTreeGrid);
296  _2->setObjectName(QString::fromUtf8("_2"));
297  _2->setVerticalSpacing(4);
298  _2->setContentsMargins(0, 0, 0, 0);
299  label_14 = new QLabel(HyperTreeGrid);
300  label_14->setObjectName(QString::fromUtf8("label_14"));
301 
302  _2->addWidget(label_14, 0, 0, 1, 1);
303 
304  numberOfTrees = new QLineEdit(HyperTreeGrid);
305  numberOfTrees->setObjectName(QString::fromUtf8("numberOfTrees"));
306  numberOfTrees->setCursor(QCursor(Qt::ArrowCursor));
307  numberOfTrees->setAcceptDrops(false);
308  numberOfTrees->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
309  numberOfTrees->setReadOnly(true);
310 
311  _2->addWidget(numberOfTrees, 0, 1, 1, 1);
312 
313  label_15 = new QLabel(HyperTreeGrid);
314  label_15->setObjectName(QString::fromUtf8("label_15"));
315 
316  _2->addWidget(label_15, 1, 0, 1, 1);
317 
318  numberOfVertices = new QLineEdit(HyperTreeGrid);
319  numberOfVertices->setObjectName(QString::fromUtf8("numberOfVertices"));
320  numberOfVertices->setCursor(QCursor(Qt::ArrowCursor));
321  numberOfVertices->setAcceptDrops(false);
322  numberOfVertices->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
323  numberOfVertices->setReadOnly(true);
324 
325  _2->addWidget(numberOfVertices, 1, 1, 1, 1);
326 
327  numberOfLeaves = new QLineEdit(HyperTreeGrid);
328  numberOfLeaves->setObjectName(QString::fromUtf8("numberOfLeaves"));
329  numberOfLeaves->setCursor(QCursor(Qt::ArrowCursor));
330  numberOfLeaves->setAcceptDrops(false);
331  numberOfLeaves->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
332  numberOfLeaves->setReadOnly(true);
333 
334  _2->addWidget(numberOfLeaves, 2, 1, 1, 1);
335 
336  label_16 = new QLabel(HyperTreeGrid);
337  label_16->setObjectName(QString::fromUtf8("label_16"));
338 
339  _2->addWidget(label_16, 2, 0, 1, 1);
340 
341  dataTypeProperties->addWidget(HyperTreeGrid);
342  Graph = new QWidget();
343  Graph->setObjectName(QString::fromUtf8("Graph"));
344  graphLayout = new QGridLayout(Graph);
345  graphLayout->setObjectName(QString::fromUtf8("graphLayout"));
346  graphVertexLabel = new QLabel(Graph);
347  graphVertexLabel->setObjectName(QString::fromUtf8("graphVertexLabel"));
348 
349  graphLayout->addWidget(graphVertexLabel, 0, 0, 1, 1);
350 
351  graphEdgeLabel = new QLabel(Graph);
352  graphEdgeLabel->setObjectName(QString::fromUtf8("graphEdgeLabel"));
353 
354  graphLayout->addWidget(graphEdgeLabel, 1, 0, 1, 1);
355 
356  numberOfGraphEdges = new QLineEdit(Graph);
357  numberOfGraphEdges->setObjectName(QString::fromUtf8("numberOfGraphEdges"));
358  numberOfGraphEdges->setCursor(QCursor(Qt::ArrowCursor));
359  numberOfGraphEdges->setAcceptDrops(false);
360  numberOfGraphEdges->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
361  numberOfGraphEdges->setReadOnly(true);
362 
363  graphLayout->addWidget(numberOfGraphEdges, 1, 1, 1, 1);
364 
365  numberOfGraphVertices = new QLineEdit(Graph);
366  numberOfGraphVertices->setObjectName(QString::fromUtf8("numberOfGraphVertices"));
367  numberOfGraphVertices->setCursor(QCursor(Qt::ArrowCursor));
368  numberOfGraphVertices->setAcceptDrops(false);
369  numberOfGraphVertices->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
370  numberOfGraphVertices->setReadOnly(true);
371 
372  graphLayout->addWidget(numberOfGraphVertices, 0, 1, 1, 1);
373 
374  dataTypeProperties->addWidget(Graph);
375 
376  gridLayout1->addWidget(dataTypeProperties, 1, 0, 1, 2);
377 
378 
379  vboxLayout->addWidget(groupBox);
380 
381  groupBox_2 = new QGroupBox(pqProxyInformationWidget);
382  groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
383  sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
384  groupBox_2->setSizePolicy(sizePolicy);
385  gridLayout4 = new QGridLayout(groupBox_2);
386  gridLayout4->setSpacing(4);
387  gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
388  gridLayout4->setContentsMargins(4, 4, 4, 4);
389  dataArrays = new pqTreeWidget(groupBox_2);
390  dataArrays->setObjectName(QString::fromUtf8("dataArrays"));
391  QSizePolicy sizePolicy1(QSizePolicy::Ignored, QSizePolicy::MinimumExpanding);
392  sizePolicy1.setHorizontalStretch(0);
393  sizePolicy1.setVerticalStretch(0);
394  sizePolicy1.setHeightForWidth(dataArrays->sizePolicy().hasHeightForWidth());
395  dataArrays->setSizePolicy(sizePolicy1);
396  dataArrays->setRootIsDecorated(false);
397 
398  gridLayout4->addWidget(dataArrays, 1, 0, 1, 1);
399 
400  dataTimeLabel = new QLineEdit(groupBox_2);
401  dataTimeLabel->setObjectName(QString::fromUtf8("dataTimeLabel"));
402  dataTimeLabel->setCursor(QCursor(Qt::ArrowCursor));
403  dataTimeLabel->setAcceptDrops(false);
404  dataTimeLabel->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
405  dataTimeLabel->setReadOnly(true);
406 
407  gridLayout4->addWidget(dataTimeLabel, 0, 0, 1, 1);
408 
409 
410  vboxLayout->addWidget(groupBox_2);
411 
412  groupExtent = new QGroupBox(pqProxyInformationWidget);
413  groupExtent->setObjectName(QString::fromUtf8("groupExtent"));
414  gridLayout5 = new QGridLayout(groupExtent);
415  gridLayout5->setSpacing(4);
416  gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
417  gridLayout5->setContentsMargins(4, 4, 4, 4);
418  zExtent = new QLineEdit(groupExtent);
419  zExtent->setObjectName(QString::fromUtf8("zExtent"));
420  zExtent->setCursor(QCursor(Qt::ArrowCursor));
421  zExtent->setAcceptDrops(false);
422  zExtent->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
423  zExtent->setReadOnly(true);
424 
425  gridLayout5->addWidget(zExtent, 2, 1, 1, 1);
426 
427  yExtent = new QLineEdit(groupExtent);
428  yExtent->setObjectName(QString::fromUtf8("yExtent"));
429  yExtent->setCursor(QCursor(Qt::ArrowCursor));
430  yExtent->setAcceptDrops(false);
431  yExtent->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
432  yExtent->setReadOnly(true);
433 
434  gridLayout5->addWidget(yExtent, 1, 1, 1, 1);
435 
436  xExtent = new QLineEdit(groupExtent);
437  xExtent->setObjectName(QString::fromUtf8("xExtent"));
438  xExtent->setCursor(QCursor(Qt::ArrowCursor));
439  xExtent->setAcceptDrops(false);
440  xExtent->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
441  xExtent->setReadOnly(true);
442 
443  gridLayout5->addWidget(xExtent, 0, 1, 1, 1);
444 
445  label_5 = new QLabel(groupExtent);
446  label_5->setObjectName(QString::fromUtf8("label_5"));
447 
448  gridLayout5->addWidget(label_5, 2, 0, 1, 1);
449 
450  label_9 = new QLabel(groupExtent);
451  label_9->setObjectName(QString::fromUtf8("label_9"));
452 
453  gridLayout5->addWidget(label_9, 1, 0, 1, 1);
454 
455  label_10 = new QLabel(groupExtent);
456  label_10->setObjectName(QString::fromUtf8("label_10"));
457 
458  gridLayout5->addWidget(label_10, 0, 0, 1, 1);
459 
460 
461  vboxLayout->addWidget(groupExtent);
462 
463  groupBox_3 = new QGroupBox(pqProxyInformationWidget);
464  groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
465  QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
466  sizePolicy2.setHorizontalStretch(0);
467  sizePolicy2.setVerticalStretch(0);
468  sizePolicy2.setHeightForWidth(groupBox_3->sizePolicy().hasHeightForWidth());
469  groupBox_3->setSizePolicy(sizePolicy2);
470  gridLayout6 = new QGridLayout(groupBox_3);
471  gridLayout6->setSpacing(4);
472  gridLayout6->setObjectName(QString::fromUtf8("gridLayout6"));
473  gridLayout6->setContentsMargins(4, 4, 4, 4);
474  label_8 = new QLabel(groupBox_3);
475  label_8->setObjectName(QString::fromUtf8("label_8"));
476 
477  gridLayout6->addWidget(label_8, 2, 0, 1, 1);
478 
479  zRange = new QLineEdit(groupBox_3);
480  zRange->setObjectName(QString::fromUtf8("zRange"));
481  zRange->setCursor(QCursor(Qt::ArrowCursor));
482  zRange->setAcceptDrops(false);
483  zRange->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
484  zRange->setReadOnly(true);
485 
486  gridLayout6->addWidget(zRange, 2, 1, 1, 1);
487 
488  yRange = new QLineEdit(groupBox_3);
489  yRange->setObjectName(QString::fromUtf8("yRange"));
490  yRange->setCursor(QCursor(Qt::ArrowCursor));
491  yRange->setAcceptDrops(false);
492  yRange->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
493  yRange->setReadOnly(true);
494 
495  gridLayout6->addWidget(yRange, 1, 1, 1, 1);
496 
497  label_6 = new QLabel(groupBox_3);
498  label_6->setObjectName(QString::fromUtf8("label_6"));
499 
500  gridLayout6->addWidget(label_6, 0, 0, 1, 1);
501 
502  xRange = new QLineEdit(groupBox_3);
503  xRange->setObjectName(QString::fromUtf8("xRange"));
504  xRange->setCursor(QCursor(Qt::ArrowCursor));
505  xRange->setAcceptDrops(false);
506  xRange->setStyleSheet(QString::fromUtf8("background-color: rgba(0, 0, 0, 0);border: none;"));
507  xRange->setReadOnly(true);
508 
509  gridLayout6->addWidget(xRange, 0, 1, 1, 1);
510 
511  label_7 = new QLabel(groupBox_3);
512  label_7->setObjectName(QString::fromUtf8("label_7"));
513 
514  gridLayout6->addWidget(label_7, 1, 0, 1, 1);
515 
516 
517  vboxLayout->addWidget(groupBox_3);
518 
519  groupDataTime = new QGroupBox(pqProxyInformationWidget);
520  groupDataTime->setObjectName(QString::fromUtf8("groupDataTime"));
521  sizePolicy.setHeightForWidth(groupDataTime->sizePolicy().hasHeightForWidth());
522  groupDataTime->setSizePolicy(sizePolicy);
523  gridLayout7 = new QGridLayout(groupDataTime);
524  gridLayout7->setSpacing(4);
525  gridLayout7->setObjectName(QString::fromUtf8("gridLayout7"));
526  gridLayout7->setContentsMargins(4, 4, 4, 4);
527  timeValues = new pqTreeWidget(groupDataTime);
528  timeValues->setObjectName(QString::fromUtf8("timeValues"));
529  sizePolicy1.setHeightForWidth(timeValues->sizePolicy().hasHeightForWidth());
530  timeValues->setSizePolicy(sizePolicy1);
531  timeValues->setColumnCount(2);
532  timeValues->header()->setDefaultSectionSize(50);
533 
534  gridLayout7->addWidget(timeValues, 0, 0, 1, 1);
535 
536 
537  vboxLayout->addWidget(groupDataTime);
538 
539  spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
540 
541  vboxLayout->addItem(spacerItem);
542 
543 
544  retranslateUi(pqProxyInformationWidget);
545 
546  hierarchyTabWidget->setCurrentIndex(0);
547  dataTypeProperties->setCurrentIndex(0);
548 
549 
550  QMetaObject::connectSlotsByName(pqProxyInformationWidget);
551  } // setupUi
552 
554  {
555  pqProxyInformationWidget->setWindowTitle(QCoreApplication::translate("pqProxyInformationWidget", "Form", nullptr));
556  hierarchyTabWidget->setTabText(hierarchyTabWidget->indexOf(tab), QCoreApplication::translate("pqProxyInformationWidget", "Structure", nullptr));
557  hierarchyTabWidget->setTabText(hierarchyTabWidget->indexOf(tab_2), QCoreApplication::translate("pqProxyInformationWidget", "Assembly", nullptr));
558  properties->setTitle(QCoreApplication::translate("pqProxyInformationWidget", "Properties", nullptr));
559  filenameLabel->setText(QCoreApplication::translate("pqProxyInformationWidget", "Filename:", nullptr));
560  label_13->setText(QCoreApplication::translate("pqProxyInformationWidget", "Path:", nullptr));
561  path->setText(QString());
562  groupBox->setTitle(QCoreApplication::translate("pqProxyInformationWidget", "Statistics", nullptr));
563  label->setText(QCoreApplication::translate("pqProxyInformationWidget", "Type:", nullptr));
564  label_4->setText(QCoreApplication::translate("pqProxyInformationWidget", "Memory:", nullptr));
565  label_2->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Cells:", nullptr));
566  label_3->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Points:", nullptr));
567  label_11->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Rows:", nullptr));
568  label_12->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Columns", nullptr));
569  label_14->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Trees:", nullptr));
570  label_15->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Vertices:", nullptr));
571  label_16->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Leaves:", nullptr));
572  graphVertexLabel->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Vertices", nullptr));
573  graphEdgeLabel->setText(QCoreApplication::translate("pqProxyInformationWidget", "Number of Edges", nullptr));
574  groupBox_2->setTitle(QCoreApplication::translate("pqProxyInformationWidget", "Data Arrays", nullptr));
575  QTreeWidgetItem *___qtreewidgetitem = dataArrays->headerItem();
576  ___qtreewidgetitem->setText(2, QCoreApplication::translate("pqProxyInformationWidget", "Data Ranges", nullptr));
577  ___qtreewidgetitem->setText(1, QCoreApplication::translate("pqProxyInformationWidget", "Data Type", nullptr));
578  ___qtreewidgetitem->setText(0, QCoreApplication::translate("pqProxyInformationWidget", "Name", nullptr));
579  groupExtent->setTitle(QCoreApplication::translate("pqProxyInformationWidget", "Extents", nullptr));
580  label_5->setText(QCoreApplication::translate("pqProxyInformationWidget", "Z Extent", nullptr));
581  label_9->setText(QCoreApplication::translate("pqProxyInformationWidget", "Y Extent:", nullptr));
582  label_10->setText(QCoreApplication::translate("pqProxyInformationWidget", "X Extent:", nullptr));
583  groupBox_3->setTitle(QCoreApplication::translate("pqProxyInformationWidget", "Bounds", nullptr));
584  label_8->setText(QCoreApplication::translate("pqProxyInformationWidget", "Z Range:", nullptr));
585  label_6->setText(QCoreApplication::translate("pqProxyInformationWidget", "X Range:", nullptr));
586  label_7->setText(QCoreApplication::translate("pqProxyInformationWidget", "Y Range:", nullptr));
587  groupDataTime->setTitle(QCoreApplication::translate("pqProxyInformationWidget", "Time", nullptr));
588  QTreeWidgetItem *___qtreewidgetitem1 = timeValues->headerItem();
589  ___qtreewidgetitem1->setText(1, QCoreApplication::translate("pqProxyInformationWidget", "Time", nullptr));
590  ___qtreewidgetitem1->setText(0, QCoreApplication::translate("pqProxyInformationWidget", "Index", nullptr));
591  } // retranslateUi
592 
593 };
594 
595 namespace Ui {
597 } // namespace Ui
598 
599 QT_END_NAMESPACE
600 
601 #endif // UI_PQPROXYINFORMATIONWIDGET_H
void setupUi(QWidget *pqProxyInformationWidget)
a ParaView specific customization of QTreeWidget.
Definition: pqTreeWidget.h:57
: QTreeView subclass that add ParaView specific customizations.
Definition: pqTreeView.h:62
Widget which provides information about an output port of a source proxy.
void retranslateUi(QWidget *pqProxyInformationWidget)