ui_pqSLACDataLoadManager.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSLACDataLoadManager.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_PQSLACDATALOADMANAGER_H
10 #define UI_PQSLACDATALOADMANAGER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QVBoxLayout>
19 #include "pqFileChooserWidget.h"
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QGridLayout *gridLayout;
28  QLabel *label;
30  QLabel *label_2;
32  QLabel *label_3;
34  QDialogButtonBox *buttonBox;
35 
36  void setupUi(QDialog *pqSLACDataLoadManager)
37  {
38  if (pqSLACDataLoadManager->objectName().isEmpty())
39  pqSLACDataLoadManager->setObjectName(QString::fromUtf8("pqSLACDataLoadManager"));
40  pqSLACDataLoadManager->resize(396, 179);
41  verticalLayout = new QVBoxLayout(pqSLACDataLoadManager);
42  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
43  gridLayout = new QGridLayout();
44  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
45  label = new QLabel(pqSLACDataLoadManager);
46  label->setObjectName(QString::fromUtf8("label"));
47 
48  gridLayout->addWidget(label, 0, 0, 1, 1);
49 
50  meshFile = new pqFileChooserWidget(pqSLACDataLoadManager);
51  meshFile->setObjectName(QString::fromUtf8("meshFile"));
52  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
53  sizePolicy.setHorizontalStretch(1);
54  sizePolicy.setVerticalStretch(0);
55  sizePolicy.setHeightForWidth(meshFile->sizePolicy().hasHeightForWidth());
56  meshFile->setSizePolicy(sizePolicy);
57 
58  gridLayout->addWidget(meshFile, 0, 1, 1, 1);
59 
60  label_2 = new QLabel(pqSLACDataLoadManager);
61  label_2->setObjectName(QString::fromUtf8("label_2"));
62 
63  gridLayout->addWidget(label_2, 1, 0, 1, 1);
64 
65  modeFile = new pqFileChooserWidget(pqSLACDataLoadManager);
66  modeFile->setObjectName(QString::fromUtf8("modeFile"));
67  sizePolicy.setHeightForWidth(modeFile->sizePolicy().hasHeightForWidth());
68  modeFile->setSizePolicy(sizePolicy);
69 
70  gridLayout->addWidget(modeFile, 1, 1, 1, 1);
71 
72  label_3 = new QLabel(pqSLACDataLoadManager);
73  label_3->setObjectName(QString::fromUtf8("label_3"));
74 
75  gridLayout->addWidget(label_3, 2, 0, 1, 1);
76 
77  particlesFile = new pqFileChooserWidget(pqSLACDataLoadManager);
78  particlesFile->setObjectName(QString::fromUtf8("particlesFile"));
79  sizePolicy.setHeightForWidth(particlesFile->sizePolicy().hasHeightForWidth());
80  particlesFile->setSizePolicy(sizePolicy);
81 
82  gridLayout->addWidget(particlesFile, 2, 1, 1, 1);
83 
84 
85  verticalLayout->addLayout(gridLayout);
86 
87  buttonBox = new QDialogButtonBox(pqSLACDataLoadManager);
88  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
89  buttonBox->setOrientation(Qt::Horizontal);
90  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
91 
92  verticalLayout->addWidget(buttonBox);
93 
94 
95  retranslateUi(pqSLACDataLoadManager);
96  QObject::connect(buttonBox, SIGNAL(accepted()), pqSLACDataLoadManager, SLOT(accept()));
97  QObject::connect(buttonBox, SIGNAL(rejected()), pqSLACDataLoadManager, SLOT(reject()));
98 
99  QMetaObject::connectSlotsByName(pqSLACDataLoadManager);
100  } // setupUi
101 
102  void retranslateUi(QDialog *pqSLACDataLoadManager)
103  {
104  pqSLACDataLoadManager->setWindowTitle(QCoreApplication::translate("pqSLACDataLoadManager", "SLAC Data Load Manager", nullptr));
105  label->setText(QCoreApplication::translate("pqSLACDataLoadManager", "Mesh File <font size=-2 color=\"red\">(required)</font>", nullptr));
106  label_2->setText(QCoreApplication::translate("pqSLACDataLoadManager", "Mode File <font size=-2>(optional)</font>", nullptr));
107  label_3->setText(QCoreApplication::translate("pqSLACDataLoadManager", "Particles File <font size=-2>(optional)</font>", nullptr));
108  } // retranslateUi
109 
110 };
111 
112 namespace Ui {
114 } // namespace Ui
115 
116 QT_END_NAMESPACE
117 
118 #endif // UI_PQSLACDATALOADMANAGER_H
void retranslateUi(QDialog *pqSLACDataLoadManager)
pqFileChooserWidget * modeFile
pqFileChooserWidget * meshFile
void setupUi(QDialog *pqSLACDataLoadManager)
pqFileChooserWidget * particlesFile
input widget for files