ui_pqQueryCompositeTreeDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqQueryCompositeTreeDialog.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_PQQUERYCOMPOSITETREEDIALOG_H
10 #define UI_PQQUERYCOMPOSITETREEDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QHeaderView>
17 #include <QtWidgets/QVBoxLayout>
18 #include "pqTreeView.h"
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QVBoxLayout *verticalLayout;
27  QDialogButtonBox *buttonBox;
28 
29  void setupUi(QDialog *pqQueryCompositeTreeDialog)
30  {
31  if (pqQueryCompositeTreeDialog->objectName().isEmpty())
32  pqQueryCompositeTreeDialog->setObjectName(QString::fromUtf8("pqQueryCompositeTreeDialog"));
33  pqQueryCompositeTreeDialog->resize(400, 300);
34  verticalLayout = new QVBoxLayout(pqQueryCompositeTreeDialog);
35  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
36  Blocks = new pqTreeView(pqQueryCompositeTreeDialog);
37  Blocks->setObjectName(QString::fromUtf8("Blocks"));
38  Blocks->setRootIsDecorated(false);
39  Blocks->setHeaderHidden(true);
40 
41  verticalLayout->addWidget(Blocks);
42 
43  buttonBox = new QDialogButtonBox(pqQueryCompositeTreeDialog);
44  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
45  buttonBox->setOrientation(Qt::Horizontal);
46  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
47 
48  verticalLayout->addWidget(buttonBox);
49 
50 
51  retranslateUi(pqQueryCompositeTreeDialog);
52  QObject::connect(buttonBox, SIGNAL(accepted()), pqQueryCompositeTreeDialog, SLOT(accept()));
53  QObject::connect(buttonBox, SIGNAL(rejected()), pqQueryCompositeTreeDialog, SLOT(reject()));
54 
55  QMetaObject::connectSlotsByName(pqQueryCompositeTreeDialog);
56  } // setupUi
57 
58  void retranslateUi(QDialog *pqQueryCompositeTreeDialog)
59  {
60  pqQueryCompositeTreeDialog->setWindowTitle(QCoreApplication::translate("pqQueryCompositeTreeDialog", "Select Block", nullptr));
61  } // retranslateUi
62 
63 };
64 
65 namespace Ui {
67 } // namespace Ui
68 
69 QT_END_NAMESPACE
70 
71 #endif // UI_PQQUERYCOMPOSITETREEDIALOG_H
void setupUi(QDialog *pqQueryCompositeTreeDialog)
: QTreeView subclass that add ParaView specific customizations.
Definition: pqTreeView.h:62
void retranslateUi(QDialog *pqQueryCompositeTreeDialog)