1 #include <klocalizedstring.h>
11 #ifndef UI_UMLINSTANCEATTRIBUTEDIALOG_H
12 #define UI_UMLINSTANCEATTRIBUTEDIALOG_H
14 #include <QtCore/QVariant>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QWidget>
39 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
41 label->setObjectName(QString::fromUtf8(
"label"));
42 label->setAlignment(Qt::AlignCenter);
47 label_2->setObjectName(QString::fromUtf8(
"label_2"));
48 label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
53 label_3->setObjectName(QString::fromUtf8(
"label_3"));
54 label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
59 valueLE->setObjectName(QString::fromUtf8(
"valueLE"));
64 nameLE->setObjectName(QString::fromUtf8(
"nameLE"));
76 label->setText(tr2i18n(
"General Properties",
nullptr));
77 label_2->setText(tr2i18n(
"Attribute Name:",
nullptr));
78 label_3->setText(tr2i18n(
"Value:",
nullptr));
90 #endif // UMLINSTANCEATTRIBUTEDIALOG_H