9#ifndef UI_EDITADDRESSDIALOG_H
10#define UI_EDITADDRESSDIALOG_H
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>
41 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
43 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
44 formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
46 label->setObjectName(QString::fromUtf8(
"label"));
51 labelEdit->setObjectName(QString::fromUtf8(
"labelEdit"));
56 label_2->setObjectName(QString::fromUtf8(
"label_2"));
61 addressEdit->setObjectName(QString::fromUtf8(
"addressEdit"));
69 buttonBox->setObjectName(QString::fromUtf8(
"buttonBox"));
70 buttonBox->setOrientation(Qt::Horizontal);
71 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
75#if QT_CONFIG(shortcut)
89 EditAddressDialog->setWindowTitle(QCoreApplication::translate(
"EditAddressDialog",
"Edit Address",
nullptr));
90 label->setText(QCoreApplication::translate(
"EditAddressDialog",
"&Label",
nullptr));
92 labelEdit->setToolTip(QCoreApplication::translate(
"EditAddressDialog",
"The label associated with this address list entry",
nullptr));
94 label_2->setText(QCoreApplication::translate(
"EditAddressDialog",
"&Address",
nullptr));
96 addressEdit->setToolTip(QCoreApplication::translate(
"EditAddressDialog",
"The address associated with this address list entry. This can only be modified for sending addresses.",
nullptr));
Dialog for editing an address and associated information.
Line edit that can be marked as "invalid" to show input validation feedback.
QValidatedLineEdit * addressEdit
QVBoxLayout * verticalLayout
QDialogButtonBox * buttonBox
void retranslateUi(QDialog *EditAddressDialog)
void setupUi(QDialog *EditAddressDialog)