9 #ifndef UI_EDITADDRESSDIALOG_H 10 #define UI_EDITADDRESSDIALOG_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QDialog> 17 #include <QtWidgets/QDialogButtonBox> 18 #include <QtWidgets/QFormLayout> 19 #include <QtWidgets/QHeaderView> 20 #include <QtWidgets/QLabel> 21 #include <QtWidgets/QLineEdit> 22 #include <QtWidgets/QVBoxLayout> 46 formLayout->setObjectName(QStringLiteral(
"formLayout"));
47 formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
49 label->setObjectName(QStringLiteral(
"label"));
54 labelEdit->setObjectName(QStringLiteral(
"labelEdit"));
59 label_2->setObjectName(QStringLiteral(
"label_2"));
64 addressEdit->setObjectName(QStringLiteral(
"addressEdit"));
72 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
73 buttonBox->setOrientation(Qt::Horizontal);
74 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
78 #ifndef QT_NO_SHORTCUT 81 #endif // QT_NO_SHORTCUT 92 EditAddressDialog->setWindowTitle(QApplication::translate(
"EditAddressDialog",
"Edit Address", 0));
93 label->setText(QApplication::translate(
"EditAddressDialog",
"&Label", 0));
95 labelEdit->setToolTip(QApplication::translate(
"EditAddressDialog",
"The label associated with this address list entry", 0));
96 #endif // QT_NO_TOOLTIP 97 label_2->setText(QApplication::translate(
"EditAddressDialog",
"&Address", 0));
99 addressEdit->setToolTip(QApplication::translate(
"EditAddressDialog",
"The address associated with this address list entry. This can only be modified for sending addresses.", 0));
100 #endif // QT_NO_TOOLTIP 111 #endif // UI_EDITADDRESSDIALOG_H
void retranslateUi(QDialog *EditAddressDialog)
QDialogButtonBox * buttonBox
void setupUi(QDialog *EditAddressDialog)
QValidatedLineEdit * addressEdit
QVBoxLayout * verticalLayout