umbrello  2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
ui_umlinstanceattributedialog.h
Go to the documentation of this file.
1 #include <klocalizedstring.h>
2 
3 /********************************************************************************
4 ** Form generated from reading UI file 'umlinstanceattributedialog.ui'
5 **
6 ** Created by: Qt User Interface Compiler version 5.15.5
7 **
8 ** WARNING! All changes made in this file will be lost when recompiling UI file!
9 ********************************************************************************/
10 
11 #ifndef UI_UMLINSTANCEATTRIBUTEDIALOG_H
12 #define UI_UMLINSTANCEATTRIBUTEDIALOG_H
13 
14 #include <QtCore/QVariant>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  QLabel *label;
28  QLabel *label_2;
29  QLabel *label_3;
30  QLineEdit *valueLE;
31  QLineEdit *nameLE;
32 
34  {
35  if (UMLInstanceAttributeDialog->objectName().isEmpty())
36  UMLInstanceAttributeDialog->setObjectName(QString::fromUtf8("UMLInstanceAttributeDialog"));
37  UMLInstanceAttributeDialog->resize(200, 100);
38  gridLayout = new QGridLayout(UMLInstanceAttributeDialog);
39  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
40  label = new QLabel(UMLInstanceAttributeDialog);
41  label->setObjectName(QString::fromUtf8("label"));
42  label->setAlignment(Qt::AlignCenter);
43 
44  gridLayout->addWidget(label, 0, 0, 1, 2);
45 
46  label_2 = new QLabel(UMLInstanceAttributeDialog);
47  label_2->setObjectName(QString::fromUtf8("label_2"));
48  label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
49 
50  gridLayout->addWidget(label_2, 1, 0, 1, 1);
51 
52  label_3 = new QLabel(UMLInstanceAttributeDialog);
53  label_3->setObjectName(QString::fromUtf8("label_3"));
54  label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
55 
56  gridLayout->addWidget(label_3, 2, 0, 1, 1);
57 
58  valueLE = new QLineEdit(UMLInstanceAttributeDialog);
59  valueLE->setObjectName(QString::fromUtf8("valueLE"));
60 
61  gridLayout->addWidget(valueLE, 2, 1, 1, 1);
62 
63  nameLE = new QLineEdit(UMLInstanceAttributeDialog);
64  nameLE->setObjectName(QString::fromUtf8("nameLE"));
65 
66  gridLayout->addWidget(nameLE, 1, 1, 1, 1);
67 
68 
70 
71  QMetaObject::connectSlotsByName(UMLInstanceAttributeDialog);
72  } // setupUi
73 
75  {
76  label->setText(tr2i18n("General Properties", nullptr));
77  label_2->setText(tr2i18n("Attribute Name:", nullptr));
78  label_3->setText(tr2i18n("Value:", nullptr));
80  } // retranslateUi
81 
82 };
83 
84 namespace Ui {
86 } // namespace Ui
87 
88 QT_END_NAMESPACE
89 
90 #endif // UMLINSTANCEATTRIBUTEDIALOG_H
91 
Ui_UMLInstanceAttributeDialog::label
QLabel * label
Definition: ui_umlinstanceattributedialog.h:33
UMLInstanceAttributeDialog
Definition: umlinstanceattributedialog.h:17
Ui_UMLInstanceAttributeDialog
Definition: ui_umlinstanceattributedialog.h:23
void
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition plus the scripts used to control compilation and installation of the executable as a special the source code distributed need not include anything that is normally and so on of the operating system on which the executable unless that component itself accompanies the executable If distribution of executable or object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place counts as distribution of the source even though third parties are not compelled to copy the source along with the object code You may not or distribute the Program except as expressly provided under this License Any attempt otherwise to sublicense or distribute the Program is void
Definition: GPL-2.0-only.txt:165
Ui
Definition: ui_autolayoutoptionpage.h:125
Ui_UMLInstanceAttributeDialog::retranslateUi
void retranslateUi(QWidget *UMLInstanceAttributeDialog)
Definition: ui_umlinstanceattributedialog.h:80
Ui_UMLInstanceAttributeDialog::label_3
QLabel * label_3
Definition: ui_umlinstanceattributedialog.h:35
Ui_UMLInstanceAttributeDialog::label_2
QLabel * label_2
Definition: ui_umlinstanceattributedialog.h:34
Ui_UMLInstanceAttributeDialog::valueLE
QLineEdit * valueLE
Definition: ui_umlinstanceattributedialog.h:36
Ui_UMLInstanceAttributeDialog::setupUi
void setupUi(QWidget *UMLInstanceAttributeDialog)
Definition: ui_umlinstanceattributedialog.h:39
Ui_UMLInstanceAttributeDialog::nameLE
QLineEdit * nameLE
Definition: ui_umlinstanceattributedialog.h:37
Ui::UMLInstanceAttributeDialog
Definition: ui_umlinstanceattributedialog.h:85
Ui_UMLInstanceAttributeDialog::gridLayout
QGridLayout * gridLayout
Definition: ui_umlinstanceattributedialog.h:32