Line data Source code
1 : /******************************************************************************** 2 : ** Form generated from reading UI file 'editaddressdialog.ui' 3 : ** 4 : ** Created by: Qt User Interface Compiler version 5.15.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 : 24 : class Ui_EditAddressDialog 25 : { 26 : public: 27 : QVBoxLayout *verticalLayout; 28 : QFormLayout *formLayout; 29 : QLabel *label; 30 : QLineEdit *labelEdit; 31 : QLabel *label_2; 32 : QValidatedLineEdit *addressEdit; 33 : QDialogButtonBox *buttonBox; 34 : 35 0 : void setupUi(QDialog *EditAddressDialog) 36 : { 37 0 : if (EditAddressDialog->objectName().isEmpty()) 38 0 : EditAddressDialog->setObjectName(QString::fromUtf8("EditAddressDialog")); 39 0 : EditAddressDialog->resize(457, 126); 40 0 : verticalLayout = new QVBoxLayout(EditAddressDialog); 41 0 : verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); 42 0 : formLayout = new QFormLayout(); 43 0 : formLayout->setObjectName(QString::fromUtf8("formLayout")); 44 0 : formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow); 45 0 : label = new QLabel(EditAddressDialog); 46 0 : label->setObjectName(QString::fromUtf8("label")); 47 : 48 0 : formLayout->setWidget(0, QFormLayout::LabelRole, label); 49 : 50 0 : labelEdit = new QLineEdit(EditAddressDialog); 51 0 : labelEdit->setObjectName(QString::fromUtf8("labelEdit")); 52 : 53 0 : formLayout->setWidget(0, QFormLayout::FieldRole, labelEdit); 54 : 55 0 : label_2 = new QLabel(EditAddressDialog); 56 0 : label_2->setObjectName(QString::fromUtf8("label_2")); 57 : 58 0 : formLayout->setWidget(1, QFormLayout::LabelRole, label_2); 59 : 60 0 : addressEdit = new QValidatedLineEdit(EditAddressDialog); 61 0 : addressEdit->setObjectName(QString::fromUtf8("addressEdit")); 62 : 63 0 : formLayout->setWidget(1, QFormLayout::FieldRole, addressEdit); 64 : 65 : 66 0 : verticalLayout->addLayout(formLayout); 67 : 68 0 : buttonBox = new QDialogButtonBox(EditAddressDialog); 69 0 : buttonBox->setObjectName(QString::fromUtf8("buttonBox")); 70 0 : buttonBox->setOrientation(Qt::Horizontal); 71 0 : buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); 72 : 73 0 : verticalLayout->addWidget(buttonBox); 74 : 75 : #if QT_CONFIG(shortcut) 76 0 : label->setBuddy(labelEdit); 77 0 : label_2->setBuddy(addressEdit); 78 : #endif // QT_CONFIG(shortcut) 79 : 80 0 : retranslateUi(EditAddressDialog); 81 0 : QObject::connect(buttonBox, SIGNAL(accepted()), EditAddressDialog, SLOT(accept())); 82 0 : QObject::connect(buttonBox, SIGNAL(rejected()), EditAddressDialog, SLOT(reject())); 83 : 84 0 : QMetaObject::connectSlotsByName(EditAddressDialog); 85 0 : } // setupUi 86 : 87 0 : void retranslateUi(QDialog *EditAddressDialog) 88 : { 89 0 : EditAddressDialog->setWindowTitle(QCoreApplication::translate("EditAddressDialog", "Edit Address", nullptr)); 90 0 : label->setText(QCoreApplication::translate("EditAddressDialog", "&Label", nullptr)); 91 : #if QT_CONFIG(tooltip) 92 0 : labelEdit->setToolTip(QCoreApplication::translate("EditAddressDialog", "The label associated with this address list entry", nullptr)); 93 : #endif // QT_CONFIG(tooltip) 94 0 : label_2->setText(QCoreApplication::translate("EditAddressDialog", "&Address", nullptr)); 95 : #if QT_CONFIG(tooltip) 96 0 : 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 0 : } // retranslateUi 99 : 100 : }; 101 : 102 : namespace Ui { 103 : class EditAddressDialog: public Ui_EditAddressDialog {}; 104 : } // namespace Ui 105 : 106 : QT_END_NAMESPACE 107 : 108 : #endif // UI_EDITADDRESSDIALOG_H