GCC Code Coverage Report


Directory: ./
File: src/gepetto-viewer_autogen/include/ui_dialogloadrobot.h
Date: 2025-04-14 11:18:00
Exec Total Coverage
Lines: 0 101 0.0%
Branches: 0 164 0.0%

Line Branch Exec Source
1 /********************************************************************************
2 ** Form generated from reading UI file 'dialogloadrobot.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_DIALOGLOADROBOT_H
10 #define UI_DIALOGLOADROBOT_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_DialogLoadRobot
27 {
28 public:
29 QGridLayout *gridLayout;
30 QComboBox *comboBox_defs;
31 QLabel *label_2;
32 QDialogButtonBox *buttonBox;
33 QPushButton *pushButton_details;
34 QGroupBox *groupBox_details;
35 QGridLayout *gridLayout_2;
36 QLabel *label_6;
37 QLineEdit *modelName;
38 QLineEdit *packageName;
39 QLabel *label_4;
40 QComboBox *rootJointType;
41 QLabel *label_5;
42 QLabel *label_3;
43 QLineEdit *urdfSuffix;
44 QLineEdit *srdfSuffix;
45 QLabel *label_7;
46 QSpacerItem *horizontalSpacer;
47 QLabel *label;
48 QLineEdit *robotName;
49
50 ✗ void setupUi(QDialog *DialogLoadRobot)
51 {
52 ✗ if (DialogLoadRobot->objectName().isEmpty())
53 ✗ DialogLoadRobot->setObjectName(QString::fromUtf8("DialogLoadRobot"));
54 ✗ DialogLoadRobot->resize(259, 335);
55 ✗ gridLayout = new QGridLayout(DialogLoadRobot);
56 ✗ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
57 ✗ comboBox_defs = new QComboBox(DialogLoadRobot);
58 ✗ comboBox_defs->setObjectName(QString::fromUtf8("comboBox_defs"));
59
60 ✗ gridLayout->addWidget(comboBox_defs, 1, 0, 1, 2);
61
62 ✗ label_2 = new QLabel(DialogLoadRobot);
63 ✗ label_2->setObjectName(QString::fromUtf8("label_2"));
64 ✗ label_2->setWordWrap(true);
65
66 ✗ gridLayout->addWidget(label_2, 0, 0, 1, 2);
67
68 ✗ buttonBox = new QDialogButtonBox(DialogLoadRobot);
69 ✗ buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
70 ✗ buttonBox->setOrientation(Qt::Horizontal);
71 ✗ buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
72
73 ✗ gridLayout->addWidget(buttonBox, 12, 1, 1, 1);
74
75 ✗ pushButton_details = new QPushButton(DialogLoadRobot);
76 ✗ pushButton_details->setObjectName(QString::fromUtf8("pushButton_details"));
77 ✗ pushButton_details->setCheckable(true);
78 ✗ pushButton_details->setChecked(false);
79
80 ✗ gridLayout->addWidget(pushButton_details, 3, 1, 1, 1);
81
82 ✗ groupBox_details = new QGroupBox(DialogLoadRobot);
83 ✗ groupBox_details->setObjectName(QString::fromUtf8("groupBox_details"));
84 ✗ groupBox_details->setEnabled(true);
85 ✗ gridLayout_2 = new QGridLayout(groupBox_details);
86 ✗ gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
87 ✗ label_6 = new QLabel(groupBox_details);
88 ✗ label_6->setObjectName(QString::fromUtf8("label_6"));
89 ✗ label_6->setAlignment(Qt::AlignCenter);
90
91 ✗ gridLayout_2->addWidget(label_6, 6, 0, 1, 1);
92
93 ✗ modelName = new QLineEdit(groupBox_details);
94 ✗ modelName->setObjectName(QString::fromUtf8("modelName"));
95
96 ✗ gridLayout_2->addWidget(modelName, 2, 1, 1, 1);
97
98 ✗ packageName = new QLineEdit(groupBox_details);
99 ✗ packageName->setObjectName(QString::fromUtf8("packageName"));
100
101 ✗ gridLayout_2->addWidget(packageName, 4, 1, 1, 1);
102
103 ✗ label_4 = new QLabel(groupBox_details);
104 ✗ label_4->setObjectName(QString::fromUtf8("label_4"));
105 ✗ label_4->setAlignment(Qt::AlignCenter);
106
107 ✗ gridLayout_2->addWidget(label_4, 4, 0, 1, 1);
108
109 ✗ rootJointType = new QComboBox(groupBox_details);
110 ✗ rootJointType->setObjectName(QString::fromUtf8("rootJointType"));
111
112 ✗ gridLayout_2->addWidget(rootJointType, 1, 1, 1, 1);
113
114 ✗ label_5 = new QLabel(groupBox_details);
115 ✗ label_5->setObjectName(QString::fromUtf8("label_5"));
116 ✗ label_5->setAlignment(Qt::AlignCenter);
117
118 ✗ gridLayout_2->addWidget(label_5, 5, 0, 1, 1);
119
120 ✗ label_3 = new QLabel(groupBox_details);
121 ✗ label_3->setObjectName(QString::fromUtf8("label_3"));
122 ✗ label_3->setAlignment(Qt::AlignCenter);
123
124 ✗ gridLayout_2->addWidget(label_3, 2, 0, 1, 1);
125
126 ✗ urdfSuffix = new QLineEdit(groupBox_details);
127 ✗ urdfSuffix->setObjectName(QString::fromUtf8("urdfSuffix"));
128
129 ✗ gridLayout_2->addWidget(urdfSuffix, 5, 1, 1, 1);
130
131 ✗ srdfSuffix = new QLineEdit(groupBox_details);
132 ✗ srdfSuffix->setObjectName(QString::fromUtf8("srdfSuffix"));
133
134 ✗ gridLayout_2->addWidget(srdfSuffix, 6, 1, 1, 1);
135
136 ✗ label_7 = new QLabel(groupBox_details);
137 ✗ label_7->setObjectName(QString::fromUtf8("label_7"));
138 ✗ label_7->setAlignment(Qt::AlignCenter);
139
140 ✗ gridLayout_2->addWidget(label_7, 1, 0, 1, 1);
141
142
143 ✗ gridLayout->addWidget(groupBox_details, 6, 0, 2, 2);
144
145 ✗ horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
146
147 ✗ gridLayout->addItem(horizontalSpacer, 3, 0, 1, 1);
148
149 ✗ label = new QLabel(DialogLoadRobot);
150 ✗ label->setObjectName(QString::fromUtf8("label"));
151 ✗ label->setAlignment(Qt::AlignCenter);
152
153 ✗ gridLayout->addWidget(label, 2, 0, 1, 1);
154
155 ✗ robotName = new QLineEdit(DialogLoadRobot);
156 ✗ robotName->setObjectName(QString::fromUtf8("robotName"));
157
158 ✗ gridLayout->addWidget(robotName, 2, 1, 1, 1);
159
160 ✗ QWidget::setTabOrder(comboBox_defs, robotName);
161 ✗ QWidget::setTabOrder(robotName, pushButton_details);
162 ✗ QWidget::setTabOrder(pushButton_details, rootJointType);
163 ✗ QWidget::setTabOrder(rootJointType, modelName);
164 ✗ QWidget::setTabOrder(modelName, packageName);
165 ✗ QWidget::setTabOrder(packageName, urdfSuffix);
166 ✗ QWidget::setTabOrder(urdfSuffix, srdfSuffix);
167 ✗ QWidget::setTabOrder(srdfSuffix, buttonBox);
168
169 ✗ retranslateUi(DialogLoadRobot);
170 ✗ QObject::connect(buttonBox, SIGNAL(accepted()), DialogLoadRobot, SLOT(accept()));
171 ✗ QObject::connect(buttonBox, SIGNAL(rejected()), DialogLoadRobot, SLOT(reject()));
172 ✗ QObject::connect(comboBox_defs, SIGNAL(currentIndexChanged(int)), DialogLoadRobot, SLOT(robotSelect(int)));
173 ✗ QObject::connect(pushButton_details, SIGNAL(clicked(bool)), groupBox_details, SLOT(setVisible(bool)));
174
175 ✗ QMetaObject::connectSlotsByName(DialogLoadRobot);
176 ✗ } // setupUi
177
178 ✗ void retranslateUi(QDialog *DialogLoadRobot)
179 {
180 ✗ DialogLoadRobot->setWindowTitle(QCoreApplication::translate("DialogLoadRobot", "Dialog", nullptr));
181 ✗ label_2->setText(QCoreApplication::translate("DialogLoadRobot", "Select a predifined robot or enter your own description files.", nullptr));
182 ✗ pushButton_details->setText(QCoreApplication::translate("DialogLoadRobot", "Details", nullptr));
183 ✗ groupBox_details->setTitle(QCoreApplication::translate("DialogLoadRobot", "Details", nullptr));
184 ✗ label_6->setText(QCoreApplication::translate("DialogLoadRobot", "SRDF suffix", nullptr));
185 ✗ label_4->setText(QCoreApplication::translate("DialogLoadRobot", "Package", nullptr));
186 ✗ label_5->setText(QCoreApplication::translate("DialogLoadRobot", "URDF suffix", nullptr));
187 ✗ label_3->setText(QCoreApplication::translate("DialogLoadRobot", "Model name", nullptr));
188 ✗ label_7->setText(QCoreApplication::translate("DialogLoadRobot", "Root joint type", nullptr));
189 ✗ label->setText(QCoreApplication::translate("DialogLoadRobot", "Robot name", nullptr));
190 ✗ robotName->setPlaceholderText(QCoreApplication::translate("DialogLoadRobot", "Robot name", nullptr));
191 ✗ } // retranslateUi
192
193 };
194
195 namespace Ui {
196 class DialogLoadRobot: public Ui_DialogLoadRobot {};
197 } // namespace Ui
198
199 QT_END_NAMESPACE
200
201 #endif // UI_DIALOGLOADROBOT_H
202