ui_pqOrbitCreatorDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqOrbitCreatorDialog.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_PQORBITCREATORDIALOG_H
10 #define UI_PQORBITCREATORDIALOG_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/QGroupBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QLineEdit>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 #include "pqLineEdit.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QVBoxLayout *vboxLayout;
32  QGroupBox *groupBox;
33  QGridLayout *gridLayout;
34  QLabel *label;
38  QLabel *normalLabel;
42  QLabel *label_2;
44  QSpacerItem *spacerItem;
45  QLineEdit *origin1;
46  QLineEdit *origin2;
47  QHBoxLayout *hboxLayout;
48  QPushButton *resetCenter;
49  QDialogButtonBox *buttonBox;
50 
51  void setupUi(QDialog *OrbitCreatorDialog)
52  {
53  if (OrbitCreatorDialog->objectName().isEmpty())
54  OrbitCreatorDialog->setObjectName(QString::fromUtf8("OrbitCreatorDialog"));
55  OrbitCreatorDialog->resize(309, 210);
56  vboxLayout = new QVBoxLayout(OrbitCreatorDialog);
57  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
58  groupBox = new QGroupBox(OrbitCreatorDialog);
59  groupBox->setObjectName(QString::fromUtf8("groupBox"));
60  gridLayout = new QGridLayout(groupBox);
61  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
62  label = new QLabel(groupBox);
63  label->setObjectName(QString::fromUtf8("label"));
64 
65  gridLayout->addWidget(label, 0, 0, 1, 1);
66 
67  center0 = new pqLineEdit(groupBox);
68  center0->setObjectName(QString::fromUtf8("center0"));
69 
70  gridLayout->addWidget(center0, 0, 1, 1, 1);
71 
72  center1 = new pqLineEdit(groupBox);
73  center1->setObjectName(QString::fromUtf8("center1"));
74 
75  gridLayout->addWidget(center1, 0, 2, 1, 1);
76 
77  center2 = new pqLineEdit(groupBox);
78  center2->setObjectName(QString::fromUtf8("center2"));
79 
80  gridLayout->addWidget(center2, 0, 3, 1, 1);
81 
82  normalLabel = new QLabel(groupBox);
83  normalLabel->setObjectName(QString::fromUtf8("normalLabel"));
84 
85  gridLayout->addWidget(normalLabel, 1, 0, 1, 1);
86 
87  normal0 = new pqLineEdit(groupBox);
88  normal0->setObjectName(QString::fromUtf8("normal0"));
89 
90  gridLayout->addWidget(normal0, 1, 1, 1, 1);
91 
92  normal1 = new pqLineEdit(groupBox);
93  normal1->setObjectName(QString::fromUtf8("normal1"));
94 
95  gridLayout->addWidget(normal1, 1, 2, 1, 1);
96 
97  normal2 = new pqLineEdit(groupBox);
98  normal2->setObjectName(QString::fromUtf8("normal2"));
99 
100  gridLayout->addWidget(normal2, 1, 3, 1, 1);
101 
102  label_2 = new QLabel(groupBox);
103  label_2->setObjectName(QString::fromUtf8("label_2"));
104 
105  gridLayout->addWidget(label_2, 2, 0, 1, 1);
106 
107  origin0 = new pqLineEdit(groupBox);
108  origin0->setObjectName(QString::fromUtf8("origin0"));
109 
110  gridLayout->addWidget(origin0, 2, 1, 1, 1);
111 
112  spacerItem = new QSpacerItem(20, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
113 
114  gridLayout->addItem(spacerItem, 3, 2, 1, 1);
115 
116  origin1 = new QLineEdit(groupBox);
117  origin1->setObjectName(QString::fromUtf8("origin1"));
118 
119  gridLayout->addWidget(origin1, 2, 2, 1, 1);
120 
121  origin2 = new QLineEdit(groupBox);
122  origin2->setObjectName(QString::fromUtf8("origin2"));
123 
124  gridLayout->addWidget(origin2, 2, 3, 1, 1);
125 
126 
127  vboxLayout->addWidget(groupBox);
128 
129  hboxLayout = new QHBoxLayout();
130  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
131  resetCenter = new QPushButton(OrbitCreatorDialog);
132  resetCenter->setObjectName(QString::fromUtf8("resetCenter"));
133 
134  hboxLayout->addWidget(resetCenter);
135 
136  buttonBox = new QDialogButtonBox(OrbitCreatorDialog);
137  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
138  buttonBox->setOrientation(Qt::Horizontal);
139  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
140 
141  hboxLayout->addWidget(buttonBox);
142 
143 
144  vboxLayout->addLayout(hboxLayout);
145 
146 
147  retranslateUi(OrbitCreatorDialog);
148  QObject::connect(buttonBox, SIGNAL(accepted()), OrbitCreatorDialog, SLOT(accept()));
149  QObject::connect(buttonBox, SIGNAL(rejected()), OrbitCreatorDialog, SLOT(reject()));
150 
151  QMetaObject::connectSlotsByName(OrbitCreatorDialog);
152  } // setupUi
153 
154  void retranslateUi(QDialog *OrbitCreatorDialog)
155  {
156  OrbitCreatorDialog->setWindowTitle(QCoreApplication::translate("OrbitCreatorDialog", "Create Orbit", nullptr));
157  groupBox->setTitle(QCoreApplication::translate("OrbitCreatorDialog", "Orbit Parameters", nullptr));
158  label->setText(QCoreApplication::translate("OrbitCreatorDialog", "Center", nullptr));
159  normalLabel->setText(QCoreApplication::translate("OrbitCreatorDialog", "Normal", nullptr));
160  label_2->setText(QCoreApplication::translate("OrbitCreatorDialog", "Origin", nullptr));
161  resetCenter->setText(QCoreApplication::translate("OrbitCreatorDialog", "Reset Center", nullptr));
162  } // retranslateUi
163 
164 };
165 
166 namespace Ui {
168 } // namespace Ui
169 
170 QT_END_NAMESPACE
171 
172 #endif // UI_PQORBITCREATORDIALOG_H
QDialogButtonBox * buttonBox
pqLineEdit is a specialization of QLineEdit which provide a new property &#39;text2&#39;. ...
Definition: pqLineEdit.h:25
void setupUi(QDialog *OrbitCreatorDialog)
void retranslateUi(QDialog *OrbitCreatorDialog)