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) 78 #endif // QT_CONFIG(shortcut) 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) 108 #endif // UI_EDITADDRESSDIALOG_H QDialogButtonBox * buttonBox
Line edit that can be marked as "invalid" to show input validation feedback.
QVBoxLayout * verticalLayout
void retranslateUi(QDialog *EditAddressDialog)
QValidatedLineEdit * addressEdit
Dialog for editing an address and associated information.
void setupUi(QDialog *EditAddressDialog)