Line |
Branch |
Exec |
Source |
1 |
|
|
/******************************************************************************** |
2 |
|
|
** Form generated from reading UI file 'dialogloadenvironment.ui' |
3 |
|
|
** |
4 |
|
|
** Created by: Qt User Interface Compiler version 5.15.3 |
5 |
|
|
** |
6 |
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file! |
7 |
|
|
********************************************************************************/ |
8 |
|
|
|
9 |
|
|
#ifndef UI_DIALOGLOADENVIRONMENT_H |
10 |
|
|
#define UI_DIALOGLOADENVIRONMENT_H |
11 |
|
|
|
12 |
|
|
#include <QtCore/QVariant> |
13 |
|
|
#include <QtWidgets/QApplication> |
14 |
|
|
#include <QtWidgets/QComboBox> |
15 |
|
|
#include <QtWidgets/QDialog> |
16 |
|
|
#include <QtWidgets/QDialogButtonBox> |
17 |
|
|
#include <QtWidgets/QGridLayout> |
18 |
|
|
#include <QtWidgets/QGroupBox> |
19 |
|
|
#include <QtWidgets/QLabel> |
20 |
|
|
#include <QtWidgets/QLineEdit> |
21 |
|
|
#include <QtWidgets/QPushButton> |
22 |
|
|
#include <QtWidgets/QSpacerItem> |
23 |
|
|
|
24 |
|
|
QT_BEGIN_NAMESPACE |
25 |
|
|
|
26 |
|
|
class Ui_DialogLoadEnvironment |
27 |
|
|
{ |
28 |
|
|
public: |
29 |
|
|
QGridLayout *gridLayout; |
30 |
|
|
QDialogButtonBox *buttonBox; |
31 |
|
|
QLineEdit *envName; |
32 |
|
|
QPushButton *pushButton_details; |
33 |
|
|
QLabel *label; |
34 |
|
|
QComboBox *comboBox_defs; |
35 |
|
|
QLabel *label_2; |
36 |
|
|
QSpacerItem *horizontalSpacer; |
37 |
|
|
QGroupBox *groupBox_details; |
38 |
|
|
QGridLayout *gridLayout_2; |
39 |
|
|
QLineEdit *srdfSuffix; |
40 |
|
|
QLabel *label_4; |
41 |
|
|
QLabel *label_3; |
42 |
|
|
QLineEdit *urdfSuffix; |
43 |
|
|
QLineEdit *packageName; |
44 |
|
|
QLineEdit *urdfFilename; |
45 |
|
|
QLabel *label_5; |
46 |
|
|
QLabel *label_6; |
47 |
|
|
|
48 |
|
✗ |
void setupUi(QDialog *DialogLoadEnvironment) |
49 |
|
|
{ |
50 |
|
✗ |
if (DialogLoadEnvironment->objectName().isEmpty()) |
51 |
|
✗ |
DialogLoadEnvironment->setObjectName(QString::fromUtf8("DialogLoadEnvironment")); |
52 |
|
✗ |
DialogLoadEnvironment->resize(436, 303); |
53 |
|
✗ |
gridLayout = new QGridLayout(DialogLoadEnvironment); |
54 |
|
✗ |
gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
55 |
|
✗ |
buttonBox = new QDialogButtonBox(DialogLoadEnvironment); |
56 |
|
✗ |
buttonBox->setObjectName(QString::fromUtf8("buttonBox")); |
57 |
|
✗ |
buttonBox->setOrientation(Qt::Horizontal); |
58 |
|
✗ |
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); |
59 |
|
|
|
60 |
|
✗ |
gridLayout->addWidget(buttonBox, 8, 1, 1, 1); |
61 |
|
|
|
62 |
|
✗ |
envName = new QLineEdit(DialogLoadEnvironment); |
63 |
|
✗ |
envName->setObjectName(QString::fromUtf8("envName")); |
64 |
|
|
|
65 |
|
✗ |
gridLayout->addWidget(envName, 2, 1, 1, 1); |
66 |
|
|
|
67 |
|
✗ |
pushButton_details = new QPushButton(DialogLoadEnvironment); |
68 |
|
✗ |
pushButton_details->setObjectName(QString::fromUtf8("pushButton_details")); |
69 |
|
✗ |
pushButton_details->setCheckable(true); |
70 |
|
✗ |
pushButton_details->setChecked(false); |
71 |
|
|
|
72 |
|
✗ |
gridLayout->addWidget(pushButton_details, 6, 1, 1, 1); |
73 |
|
|
|
74 |
|
✗ |
label = new QLabel(DialogLoadEnvironment); |
75 |
|
✗ |
label->setObjectName(QString::fromUtf8("label")); |
76 |
|
✗ |
label->setAlignment(Qt::AlignCenter); |
77 |
|
|
|
78 |
|
✗ |
gridLayout->addWidget(label, 2, 0, 1, 1); |
79 |
|
|
|
80 |
|
✗ |
comboBox_defs = new QComboBox(DialogLoadEnvironment); |
81 |
|
✗ |
comboBox_defs->setObjectName(QString::fromUtf8("comboBox_defs")); |
82 |
|
|
|
83 |
|
✗ |
gridLayout->addWidget(comboBox_defs, 1, 0, 1, 2); |
84 |
|
|
|
85 |
|
✗ |
label_2 = new QLabel(DialogLoadEnvironment); |
86 |
|
✗ |
label_2->setObjectName(QString::fromUtf8("label_2")); |
87 |
|
✗ |
label_2->setWordWrap(true); |
88 |
|
|
|
89 |
|
✗ |
gridLayout->addWidget(label_2, 0, 0, 1, 2); |
90 |
|
|
|
91 |
|
✗ |
horizontalSpacer = new QSpacerItem(250, 32, QSizePolicy::Expanding, QSizePolicy::Minimum); |
92 |
|
|
|
93 |
|
✗ |
gridLayout->addItem(horizontalSpacer, 6, 0, 1, 1); |
94 |
|
|
|
95 |
|
✗ |
groupBox_details = new QGroupBox(DialogLoadEnvironment); |
96 |
|
✗ |
groupBox_details->setObjectName(QString::fromUtf8("groupBox_details")); |
97 |
|
✗ |
groupBox_details->setEnabled(true); |
98 |
|
✗ |
gridLayout_2 = new QGridLayout(groupBox_details); |
99 |
|
✗ |
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); |
100 |
|
✗ |
srdfSuffix = new QLineEdit(groupBox_details); |
101 |
|
✗ |
srdfSuffix->setObjectName(QString::fromUtf8("srdfSuffix")); |
102 |
|
|
|
103 |
|
✗ |
gridLayout_2->addWidget(srdfSuffix, 5, 1, 1, 1); |
104 |
|
|
|
105 |
|
✗ |
label_4 = new QLabel(groupBox_details); |
106 |
|
✗ |
label_4->setObjectName(QString::fromUtf8("label_4")); |
107 |
|
✗ |
label_4->setAlignment(Qt::AlignCenter); |
108 |
|
|
|
109 |
|
✗ |
gridLayout_2->addWidget(label_4, 1, 0, 1, 1); |
110 |
|
|
|
111 |
|
✗ |
label_3 = new QLabel(groupBox_details); |
112 |
|
✗ |
label_3->setObjectName(QString::fromUtf8("label_3")); |
113 |
|
✗ |
label_3->setAlignment(Qt::AlignCenter); |
114 |
|
|
|
115 |
|
✗ |
gridLayout_2->addWidget(label_3, 4, 0, 1, 1); |
116 |
|
|
|
117 |
|
✗ |
urdfSuffix = new QLineEdit(groupBox_details); |
118 |
|
✗ |
urdfSuffix->setObjectName(QString::fromUtf8("urdfSuffix")); |
119 |
|
|
|
120 |
|
✗ |
gridLayout_2->addWidget(urdfSuffix, 4, 1, 1, 1); |
121 |
|
|
|
122 |
|
✗ |
packageName = new QLineEdit(groupBox_details); |
123 |
|
✗ |
packageName->setObjectName(QString::fromUtf8("packageName")); |
124 |
|
|
|
125 |
|
✗ |
gridLayout_2->addWidget(packageName, 1, 1, 1, 1); |
126 |
|
|
|
127 |
|
✗ |
urdfFilename = new QLineEdit(groupBox_details); |
128 |
|
✗ |
urdfFilename->setObjectName(QString::fromUtf8("urdfFilename")); |
129 |
|
|
|
130 |
|
✗ |
gridLayout_2->addWidget(urdfFilename, 3, 1, 1, 1); |
131 |
|
|
|
132 |
|
✗ |
label_5 = new QLabel(groupBox_details); |
133 |
|
✗ |
label_5->setObjectName(QString::fromUtf8("label_5")); |
134 |
|
✗ |
label_5->setAlignment(Qt::AlignCenter); |
135 |
|
|
|
136 |
|
✗ |
gridLayout_2->addWidget(label_5, 3, 0, 1, 1); |
137 |
|
|
|
138 |
|
✗ |
label_6 = new QLabel(groupBox_details); |
139 |
|
✗ |
label_6->setObjectName(QString::fromUtf8("label_6")); |
140 |
|
✗ |
label_6->setAlignment(Qt::AlignCenter); |
141 |
|
|
|
142 |
|
✗ |
gridLayout_2->addWidget(label_6, 5, 0, 1, 1); |
143 |
|
|
|
144 |
|
|
|
145 |
|
✗ |
gridLayout->addWidget(groupBox_details, 7, 0, 1, 2); |
146 |
|
|
|
147 |
|
✗ |
QWidget::setTabOrder(comboBox_defs, envName); |
148 |
|
✗ |
QWidget::setTabOrder(envName, pushButton_details); |
149 |
|
✗ |
QWidget::setTabOrder(pushButton_details, packageName); |
150 |
|
✗ |
QWidget::setTabOrder(packageName, urdfFilename); |
151 |
|
✗ |
QWidget::setTabOrder(urdfFilename, buttonBox); |
152 |
|
|
|
153 |
|
✗ |
retranslateUi(DialogLoadEnvironment); |
154 |
|
✗ |
QObject::connect(buttonBox, SIGNAL(accepted()), DialogLoadEnvironment, SLOT(accept())); |
155 |
|
✗ |
QObject::connect(buttonBox, SIGNAL(rejected()), DialogLoadEnvironment, SLOT(reject())); |
156 |
|
✗ |
QObject::connect(pushButton_details, SIGNAL(toggled(bool)), groupBox_details, SLOT(setVisible(bool))); |
157 |
|
✗ |
QObject::connect(comboBox_defs, SIGNAL(currentIndexChanged(int)), DialogLoadEnvironment, SLOT(envSelect(int))); |
158 |
|
|
|
159 |
|
✗ |
QMetaObject::connectSlotsByName(DialogLoadEnvironment); |
160 |
|
✗ |
} // setupUi |
161 |
|
|
|
162 |
|
✗ |
void retranslateUi(QDialog *DialogLoadEnvironment) |
163 |
|
|
{ |
164 |
|
✗ |
DialogLoadEnvironment->setWindowTitle(QCoreApplication::translate("DialogLoadEnvironment", "Dialog", nullptr)); |
165 |
|
✗ |
envName->setPlaceholderText(QCoreApplication::translate("DialogLoadEnvironment", "Environment name", nullptr)); |
166 |
|
✗ |
pushButton_details->setText(QCoreApplication::translate("DialogLoadEnvironment", "Details", nullptr)); |
167 |
|
✗ |
label->setText(QCoreApplication::translate("DialogLoadEnvironment", "Environment name", nullptr)); |
168 |
|
✗ |
label_2->setText(QCoreApplication::translate("DialogLoadEnvironment", "Select a predifined robot or enter your own description files.", nullptr)); |
169 |
|
✗ |
groupBox_details->setTitle(QCoreApplication::translate("DialogLoadEnvironment", "Details", nullptr)); |
170 |
|
✗ |
label_4->setText(QCoreApplication::translate("DialogLoadEnvironment", "Package", nullptr)); |
171 |
|
✗ |
label_3->setText(QCoreApplication::translate("DialogLoadEnvironment", "URDF Suffix", nullptr)); |
172 |
|
✗ |
label_5->setText(QCoreApplication::translate("DialogLoadEnvironment", "URDF filename", nullptr)); |
173 |
|
✗ |
label_6->setText(QCoreApplication::translate("DialogLoadEnvironment", "SRDF Suffix", nullptr)); |
174 |
|
✗ |
} // retranslateUi |
175 |
|
|
|
176 |
|
|
}; |
177 |
|
|
|
178 |
|
|
namespace Ui { |
179 |
|
|
class DialogLoadEnvironment: public Ui_DialogLoadEnvironment {}; |
180 |
|
|
} // namespace Ui |
181 |
|
|
|
182 |
|
|
QT_END_NAMESPACE |
183 |
|
|
|
184 |
|
|
#endif // UI_DIALOGLOADENVIRONMENT_H |
185 |
|
|
|