Line |
Branch |
Exec |
Source |
1 |
|
|
/******************************************************************************** |
2 |
|
|
** Form generated from reading UI file 'linkwidget.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_LINKWIDGET_H |
10 |
|
|
#define UI_LINKWIDGET_H |
11 |
|
|
|
12 |
|
|
#include <QtCore/QVariant> |
13 |
|
|
#include <QtWidgets/QApplication> |
14 |
|
|
#include <QtWidgets/QCheckBox> |
15 |
|
|
#include <QtWidgets/QHBoxLayout> |
16 |
|
|
#include <QtWidgets/QLabel> |
17 |
|
|
#include <QtWidgets/QListWidget> |
18 |
|
|
#include <QtWidgets/QPushButton> |
19 |
|
|
#include <QtWidgets/QVBoxLayout> |
20 |
|
|
#include <QtWidgets/QWidget> |
21 |
|
|
|
22 |
|
|
QT_BEGIN_NAMESPACE |
23 |
|
|
|
24 |
|
|
class Ui_LinkWidget |
25 |
|
|
{ |
26 |
|
|
public: |
27 |
|
|
QHBoxLayout *horizontalLayout; |
28 |
|
|
QVBoxLayout *verticalLayout_2; |
29 |
|
|
QLabel *label; |
30 |
|
|
QListWidget *grippersList; |
31 |
|
|
QLabel *label_2; |
32 |
|
|
QListWidget *handlesList; |
33 |
|
|
QCheckBox *linked; |
34 |
|
|
QPushButton *createButton; |
35 |
|
|
QVBoxLayout *verticalLayout; |
36 |
|
|
QLabel *label_3; |
37 |
|
|
QListWidget *rulesList; |
38 |
|
|
|
39 |
|
✗ |
void setupUi(QWidget *LinkWidget) |
40 |
|
|
{ |
41 |
|
✗ |
if (LinkWidget->objectName().isEmpty()) |
42 |
|
✗ |
LinkWidget->setObjectName(QString::fromUtf8("LinkWidget")); |
43 |
|
✗ |
LinkWidget->resize(522, 376); |
44 |
|
✗ |
horizontalLayout = new QHBoxLayout(LinkWidget); |
45 |
|
✗ |
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); |
46 |
|
✗ |
verticalLayout_2 = new QVBoxLayout(); |
47 |
|
✗ |
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); |
48 |
|
✗ |
label = new QLabel(LinkWidget); |
49 |
|
✗ |
label->setObjectName(QString::fromUtf8("label")); |
50 |
|
|
|
51 |
|
✗ |
verticalLayout_2->addWidget(label); |
52 |
|
|
|
53 |
|
✗ |
grippersList = new QListWidget(LinkWidget); |
54 |
|
✗ |
grippersList->setObjectName(QString::fromUtf8("grippersList")); |
55 |
|
✗ |
grippersList->setSelectionMode(QAbstractItemView::ExtendedSelection); |
56 |
|
|
|
57 |
|
✗ |
verticalLayout_2->addWidget(grippersList); |
58 |
|
|
|
59 |
|
✗ |
label_2 = new QLabel(LinkWidget); |
60 |
|
✗ |
label_2->setObjectName(QString::fromUtf8("label_2")); |
61 |
|
|
|
62 |
|
✗ |
verticalLayout_2->addWidget(label_2); |
63 |
|
|
|
64 |
|
✗ |
handlesList = new QListWidget(LinkWidget); |
65 |
|
✗ |
handlesList->setObjectName(QString::fromUtf8("handlesList")); |
66 |
|
✗ |
handlesList->setSelectionMode(QAbstractItemView::ExtendedSelection); |
67 |
|
|
|
68 |
|
✗ |
verticalLayout_2->addWidget(handlesList); |
69 |
|
|
|
70 |
|
✗ |
linked = new QCheckBox(LinkWidget); |
71 |
|
✗ |
linked->setObjectName(QString::fromUtf8("linked")); |
72 |
|
|
|
73 |
|
✗ |
verticalLayout_2->addWidget(linked); |
74 |
|
|
|
75 |
|
✗ |
createButton = new QPushButton(LinkWidget); |
76 |
|
✗ |
createButton->setObjectName(QString::fromUtf8("createButton")); |
77 |
|
|
|
78 |
|
✗ |
verticalLayout_2->addWidget(createButton); |
79 |
|
|
|
80 |
|
|
|
81 |
|
✗ |
horizontalLayout->addLayout(verticalLayout_2); |
82 |
|
|
|
83 |
|
✗ |
verticalLayout = new QVBoxLayout(); |
84 |
|
✗ |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); |
85 |
|
✗ |
label_3 = new QLabel(LinkWidget); |
86 |
|
✗ |
label_3->setObjectName(QString::fromUtf8("label_3")); |
87 |
|
|
|
88 |
|
✗ |
verticalLayout->addWidget(label_3); |
89 |
|
|
|
90 |
|
✗ |
rulesList = new QListWidget(LinkWidget); |
91 |
|
✗ |
rulesList->setObjectName(QString::fromUtf8("rulesList")); |
92 |
|
|
|
93 |
|
✗ |
verticalLayout->addWidget(rulesList); |
94 |
|
|
|
95 |
|
|
|
96 |
|
✗ |
horizontalLayout->addLayout(verticalLayout); |
97 |
|
|
|
98 |
|
|
|
99 |
|
✗ |
retranslateUi(LinkWidget); |
100 |
|
|
|
101 |
|
✗ |
QMetaObject::connectSlotsByName(LinkWidget); |
102 |
|
✗ |
} // setupUi |
103 |
|
|
|
104 |
|
✗ |
void retranslateUi(QWidget *LinkWidget) |
105 |
|
|
{ |
106 |
|
✗ |
LinkWidget->setWindowTitle(QCoreApplication::translate("LinkWidget", "Form", nullptr)); |
107 |
|
✗ |
label->setText(QCoreApplication::translate("LinkWidget", "Gripper", nullptr)); |
108 |
|
✗ |
label_2->setText(QCoreApplication::translate("LinkWidget", "Handle", nullptr)); |
109 |
|
✗ |
linked->setText(QCoreApplication::translate("LinkWidget", "Link ?", nullptr)); |
110 |
|
✗ |
createButton->setText(QCoreApplication::translate("LinkWidget", "Create rule", nullptr)); |
111 |
|
✗ |
label_3->setText(QCoreApplication::translate("LinkWidget", "Select the rules you want to include", nullptr)); |
112 |
|
✗ |
} // retranslateUi |
113 |
|
|
|
114 |
|
|
}; |
115 |
|
|
|
116 |
|
|
namespace Ui { |
117 |
|
|
class LinkWidget: public Ui_LinkWidget {}; |
118 |
|
|
} // namespace Ui |
119 |
|
|
|
120 |
|
|
QT_END_NAMESPACE |
121 |
|
|
|
122 |
|
|
#endif // UI_LINKWIDGET_H |
123 |
|
|
|