Line |
Branch |
Exec |
Source |
1 |
|
|
/******************************************************************************** |
2 |
|
|
** Form generated from reading UI file 'numericalconstraintpicker.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_NUMERICALCONSTRAINTPICKER_H |
10 |
|
|
#define UI_NUMERICALCONSTRAINTPICKER_H |
11 |
|
|
|
12 |
|
|
#include <QtCore/QVariant> |
13 |
|
|
#include <QtWidgets/QApplication> |
14 |
|
|
#include <QtWidgets/QFormLayout> |
15 |
|
|
#include <QtWidgets/QHBoxLayout> |
16 |
|
|
#include <QtWidgets/QLabel> |
17 |
|
|
#include <QtWidgets/QLineEdit> |
18 |
|
|
#include <QtWidgets/QListWidget> |
19 |
|
|
#include <QtWidgets/QPushButton> |
20 |
|
|
#include <QtWidgets/QVBoxLayout> |
21 |
|
|
#include <QtWidgets/QWidget> |
22 |
|
|
|
23 |
|
|
QT_BEGIN_NAMESPACE |
24 |
|
|
|
25 |
|
|
class Ui_NumericalConstraintPicker |
26 |
|
|
{ |
27 |
|
|
public: |
28 |
|
|
QVBoxLayout *verticalLayout; |
29 |
|
|
QFormLayout *formLayout; |
30 |
|
|
QLabel *constraintLabel; |
31 |
|
|
QLineEdit *constraintName; |
32 |
|
|
QLabel *lockedJointLabel; |
33 |
|
|
QListWidget *lockedJointList; |
34 |
|
|
QLabel *numericalLabel; |
35 |
|
|
QListWidget *numericalList; |
36 |
|
|
QHBoxLayout *horizontalLayout; |
37 |
|
|
QPushButton *confirmButton; |
38 |
|
|
QPushButton *cancelButton; |
39 |
|
|
|
40 |
|
✗ |
void setupUi(QWidget *NumericalConstraintPicker) |
41 |
|
|
{ |
42 |
|
✗ |
if (NumericalConstraintPicker->objectName().isEmpty()) |
43 |
|
✗ |
NumericalConstraintPicker->setObjectName(QString::fromUtf8("NumericalConstraintPicker")); |
44 |
|
✗ |
NumericalConstraintPicker->resize(400, 322); |
45 |
|
✗ |
verticalLayout = new QVBoxLayout(NumericalConstraintPicker); |
46 |
|
✗ |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); |
47 |
|
✗ |
formLayout = new QFormLayout(); |
48 |
|
✗ |
formLayout->setObjectName(QString::fromUtf8("formLayout")); |
49 |
|
✗ |
constraintLabel = new QLabel(NumericalConstraintPicker); |
50 |
|
✗ |
constraintLabel->setObjectName(QString::fromUtf8("constraintLabel")); |
51 |
|
|
|
52 |
|
✗ |
formLayout->setWidget(0, QFormLayout::LabelRole, constraintLabel); |
53 |
|
|
|
54 |
|
✗ |
constraintName = new QLineEdit(NumericalConstraintPicker); |
55 |
|
✗ |
constraintName->setObjectName(QString::fromUtf8("constraintName")); |
56 |
|
|
|
57 |
|
✗ |
formLayout->setWidget(0, QFormLayout::FieldRole, constraintName); |
58 |
|
|
|
59 |
|
|
|
60 |
|
✗ |
verticalLayout->addLayout(formLayout); |
61 |
|
|
|
62 |
|
✗ |
lockedJointLabel = new QLabel(NumericalConstraintPicker); |
63 |
|
✗ |
lockedJointLabel->setObjectName(QString::fromUtf8("lockedJointLabel")); |
64 |
|
|
|
65 |
|
✗ |
verticalLayout->addWidget(lockedJointLabel); |
66 |
|
|
|
67 |
|
✗ |
lockedJointList = new QListWidget(NumericalConstraintPicker); |
68 |
|
✗ |
lockedJointList->setObjectName(QString::fromUtf8("lockedJointList")); |
69 |
|
|
|
70 |
|
✗ |
verticalLayout->addWidget(lockedJointList); |
71 |
|
|
|
72 |
|
✗ |
numericalLabel = new QLabel(NumericalConstraintPicker); |
73 |
|
✗ |
numericalLabel->setObjectName(QString::fromUtf8("numericalLabel")); |
74 |
|
|
|
75 |
|
✗ |
verticalLayout->addWidget(numericalLabel); |
76 |
|
|
|
77 |
|
✗ |
numericalList = new QListWidget(NumericalConstraintPicker); |
78 |
|
✗ |
numericalList->setObjectName(QString::fromUtf8("numericalList")); |
79 |
|
|
|
80 |
|
✗ |
verticalLayout->addWidget(numericalList); |
81 |
|
|
|
82 |
|
✗ |
horizontalLayout = new QHBoxLayout(); |
83 |
|
✗ |
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); |
84 |
|
✗ |
confirmButton = new QPushButton(NumericalConstraintPicker); |
85 |
|
✗ |
confirmButton->setObjectName(QString::fromUtf8("confirmButton")); |
86 |
|
|
|
87 |
|
✗ |
horizontalLayout->addWidget(confirmButton); |
88 |
|
|
|
89 |
|
✗ |
cancelButton = new QPushButton(NumericalConstraintPicker); |
90 |
|
✗ |
cancelButton->setObjectName(QString::fromUtf8("cancelButton")); |
91 |
|
|
|
92 |
|
✗ |
horizontalLayout->addWidget(cancelButton); |
93 |
|
|
|
94 |
|
|
|
95 |
|
✗ |
verticalLayout->addLayout(horizontalLayout); |
96 |
|
|
|
97 |
|
|
|
98 |
|
✗ |
retranslateUi(NumericalConstraintPicker); |
99 |
|
|
|
100 |
|
✗ |
QMetaObject::connectSlotsByName(NumericalConstraintPicker); |
101 |
|
✗ |
} // setupUi |
102 |
|
|
|
103 |
|
✗ |
void retranslateUi(QWidget *NumericalConstraintPicker) |
104 |
|
|
{ |
105 |
|
✗ |
NumericalConstraintPicker->setWindowTitle(QCoreApplication::translate("NumericalConstraintPicker", "Form", nullptr)); |
106 |
|
✗ |
constraintLabel->setText(QCoreApplication::translate("NumericalConstraintPicker", "Name", nullptr)); |
107 |
|
✗ |
constraintName->setText(QCoreApplication::translate("NumericalConstraintPicker", "constraint", nullptr)); |
108 |
|
✗ |
lockedJointLabel->setText(QCoreApplication::translate("NumericalConstraintPicker", "Select the locked joint constraints:", nullptr)); |
109 |
|
✗ |
numericalLabel->setText(QCoreApplication::translate("NumericalConstraintPicker", "Select the numerical constraints:", nullptr)); |
110 |
|
✗ |
confirmButton->setText(QCoreApplication::translate("NumericalConstraintPicker", "Confirm", nullptr)); |
111 |
|
✗ |
cancelButton->setText(QCoreApplication::translate("NumericalConstraintPicker", "Cancel", nullptr)); |
112 |
|
✗ |
} // retranslateUi |
113 |
|
|
|
114 |
|
|
}; |
115 |
|
|
|
116 |
|
|
namespace Ui { |
117 |
|
|
class NumericalConstraintPicker: public Ui_NumericalConstraintPicker {}; |
118 |
|
|
} // namespace Ui |
119 |
|
|
|
120 |
|
|
QT_END_NAMESPACE |
121 |
|
|
|
122 |
|
|
#endif // UI_NUMERICALCONSTRAINTPICKER_H |
123 |
|
|
|