-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_dbcnodeeditor.h
More file actions
85 lines (63 loc) · 2.66 KB
/
Copy pathui_dbcnodeeditor.h
File metadata and controls
85 lines (63 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/********************************************************************************
** Form generated from reading UI file 'dbcnodeeditor.ui'
**
** Created by: Qt User Interface Compiler version 6.10.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DBCNODEEDITOR_H
#define UI_DBCNODEEDITOR_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_DBCNodeEditor
{
public:
QVBoxLayout *verticalLayout;
QFormLayout *formLayout;
QLabel *label_2;
QLineEdit *lineMsgName;
QLabel *label_8;
QLineEdit *lineComment;
void setupUi(QDialog *DBCNodeEditor)
{
if (DBCNodeEditor->objectName().isEmpty())
DBCNodeEditor->setObjectName("DBCNodeEditor");
DBCNodeEditor->resize(311, 88);
verticalLayout = new QVBoxLayout(DBCNodeEditor);
verticalLayout->setObjectName("verticalLayout");
formLayout = new QFormLayout();
formLayout->setObjectName("formLayout");
label_2 = new QLabel(DBCNodeEditor);
label_2->setObjectName("label_2");
formLayout->setWidget(0, QFormLayout::ItemRole::LabelRole, label_2);
lineMsgName = new QLineEdit(DBCNodeEditor);
lineMsgName->setObjectName("lineMsgName");
formLayout->setWidget(0, QFormLayout::ItemRole::FieldRole, lineMsgName);
label_8 = new QLabel(DBCNodeEditor);
label_8->setObjectName("label_8");
formLayout->setWidget(1, QFormLayout::ItemRole::LabelRole, label_8);
lineComment = new QLineEdit(DBCNodeEditor);
lineComment->setObjectName("lineComment");
formLayout->setWidget(1, QFormLayout::ItemRole::FieldRole, lineComment);
verticalLayout->addLayout(formLayout);
retranslateUi(DBCNodeEditor);
QMetaObject::connectSlotsByName(DBCNodeEditor);
} // setupUi
void retranslateUi(QDialog *DBCNodeEditor)
{
DBCNodeEditor->setWindowTitle(QCoreApplication::translate("DBCNodeEditor", "Node Editor", nullptr));
label_2->setText(QCoreApplication::translate("DBCNodeEditor", "Node Name:", nullptr));
label_8->setText(QCoreApplication::translate("DBCNodeEditor", "Comments:", nullptr));
} // retranslateUi
};
namespace Ui {
class DBCNodeEditor: public Ui_DBCNodeEditor {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DBCNODEEDITOR_H