Bitcoin
ui_editaddressdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'editaddressdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.13.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_EDITADDRESSDIALOG_H
10 #define UI_EDITADDRESSDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QFormLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QVBoxLayout>
20 #include "qt/qvalidatedlineedit.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QFormLayout *formLayout;
29  QLabel *label;
30  QLineEdit *labelEdit;
31  QLabel *label_2;
33  QDialogButtonBox *buttonBox;
34 
35  void setupUi(QDialog *EditAddressDialog)
36  {
37  if (EditAddressDialog->objectName().isEmpty())
38  EditAddressDialog->setObjectName(QString::fromUtf8("EditAddressDialog"));
39  EditAddressDialog->resize(457, 126);
40  verticalLayout = new QVBoxLayout(EditAddressDialog);
41  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
42  formLayout = new QFormLayout();
43  formLayout->setObjectName(QString::fromUtf8("formLayout"));
44  formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
45  label = new QLabel(EditAddressDialog);
46  label->setObjectName(QString::fromUtf8("label"));
47 
48  formLayout->setWidget(0, QFormLayout::LabelRole, label);
49 
50  labelEdit = new QLineEdit(EditAddressDialog);
51  labelEdit->setObjectName(QString::fromUtf8("labelEdit"));
52 
53  formLayout->setWidget(0, QFormLayout::FieldRole, labelEdit);
54 
55  label_2 = new QLabel(EditAddressDialog);
56  label_2->setObjectName(QString::fromUtf8("label_2"));
57 
58  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
59 
61  addressEdit->setObjectName(QString::fromUtf8("addressEdit"));
62 
63  formLayout->setWidget(1, QFormLayout::FieldRole, addressEdit);
64 
65 
66  verticalLayout->addLayout(formLayout);
67 
68  buttonBox = new QDialogButtonBox(EditAddressDialog);
69  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
70  buttonBox->setOrientation(Qt::Horizontal);
71  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
72 
73  verticalLayout->addWidget(buttonBox);
74 
75 #if QT_CONFIG(shortcut)
76  label->setBuddy(labelEdit);
77  label_2->setBuddy(addressEdit);
78 #endif // QT_CONFIG(shortcut)
79 
81  QObject::connect(buttonBox, SIGNAL(accepted()), EditAddressDialog, SLOT(accept()));
82  QObject::connect(buttonBox, SIGNAL(rejected()), EditAddressDialog, SLOT(reject()));
83 
84  QMetaObject::connectSlotsByName(EditAddressDialog);
85  } // setupUi
86 
88  {
89  EditAddressDialog->setWindowTitle(QCoreApplication::translate("EditAddressDialog", "Edit Address", nullptr));
90  label->setText(QCoreApplication::translate("EditAddressDialog", "&Label", nullptr));
91 #if QT_CONFIG(tooltip)
92  labelEdit->setToolTip(QCoreApplication::translate("EditAddressDialog", "The label associated with this address list entry", nullptr));
93 #endif // QT_CONFIG(tooltip)
94  label_2->setText(QCoreApplication::translate("EditAddressDialog", "&Address", nullptr));
95 #if QT_CONFIG(tooltip)
96  addressEdit->setToolTip(QCoreApplication::translate("EditAddressDialog", "The address associated with this address list entry. This can only be modified for sending addresses.", nullptr));
97 #endif // QT_CONFIG(tooltip)
98  } // retranslateUi
99 
100 };
101 
102 namespace Ui {
104 } // namespace Ui
105 
106 QT_END_NAMESPACE
107 
108 #endif // UI_EDITADDRESSDIALOG_H
QLabel * label
Definition: ui_editaddressdialog.h:29
void retranslateUi(QDialog *EditAddressDialog)
Definition: ui_editaddressdialog.h:87
QDialogButtonBox * buttonBox
Definition: ui_editaddressdialog.h:33
Definition: addressbookpage.h:14
void setupUi(QDialog *EditAddressDialog)
Definition: ui_editaddressdialog.h:35
QValidatedLineEdit * addressEdit
Definition: ui_editaddressdialog.h:32
Definition: editaddressdialog.h:22
QVBoxLayout * verticalLayout
Definition: ui_editaddressdialog.h:27
Definition: qvalidatedlineedit.h:13
Definition: ui_editaddressdialog.h:103
Definition: ui_editaddressdialog.h:24
QFormLayout * formLayout
Definition: ui_editaddressdialog.h:28
QLineEdit * labelEdit
Definition: ui_editaddressdialog.h:30
QLabel * label_2
Definition: ui_editaddressdialog.h:31