Dash Core  0.12.2.1
P2P Digital Currency
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.5.1
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/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>
23 #include "qvalidatedlineedit.h"
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout;
31  QFormLayout *formLayout;
32  QLabel *label;
33  QLineEdit *labelEdit;
34  QLabel *label_2;
36  QDialogButtonBox *buttonBox;
37 
38  void setupUi(QDialog *EditAddressDialog)
39  {
40  if (EditAddressDialog->objectName().isEmpty())
41  EditAddressDialog->setObjectName(QStringLiteral("EditAddressDialog"));
42  EditAddressDialog->resize(457, 126);
43  verticalLayout = new QVBoxLayout(EditAddressDialog);
44  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
45  formLayout = new QFormLayout();
46  formLayout->setObjectName(QStringLiteral("formLayout"));
47  formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
48  label = new QLabel(EditAddressDialog);
49  label->setObjectName(QStringLiteral("label"));
50 
51  formLayout->setWidget(0, QFormLayout::LabelRole, label);
52 
53  labelEdit = new QLineEdit(EditAddressDialog);
54  labelEdit->setObjectName(QStringLiteral("labelEdit"));
55 
56  formLayout->setWidget(0, QFormLayout::FieldRole, labelEdit);
57 
58  label_2 = new QLabel(EditAddressDialog);
59  label_2->setObjectName(QStringLiteral("label_2"));
60 
61  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
62 
64  addressEdit->setObjectName(QStringLiteral("addressEdit"));
65 
66  formLayout->setWidget(1, QFormLayout::FieldRole, addressEdit);
67 
68 
69  verticalLayout->addLayout(formLayout);
70 
71  buttonBox = new QDialogButtonBox(EditAddressDialog);
72  buttonBox->setObjectName(QStringLiteral("buttonBox"));
73  buttonBox->setOrientation(Qt::Horizontal);
74  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
75 
76  verticalLayout->addWidget(buttonBox);
77 
78 #ifndef QT_NO_SHORTCUT
79  label->setBuddy(labelEdit);
80  label_2->setBuddy(addressEdit);
81 #endif // QT_NO_SHORTCUT
82 
84  QObject::connect(buttonBox, SIGNAL(accepted()), EditAddressDialog, SLOT(accept()));
85  QObject::connect(buttonBox, SIGNAL(rejected()), EditAddressDialog, SLOT(reject()));
86 
87  QMetaObject::connectSlotsByName(EditAddressDialog);
88  } // setupUi
89 
91  {
92  EditAddressDialog->setWindowTitle(QApplication::translate("EditAddressDialog", "Edit Address", 0));
93  label->setText(QApplication::translate("EditAddressDialog", "&Label", 0));
94 #ifndef QT_NO_TOOLTIP
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));
98 #ifndef QT_NO_TOOLTIP
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
101  } // retranslateUi
102 
103 };
104 
105 namespace Ui {
107 } // namespace Ui
108 
109 QT_END_NAMESPACE
110 
111 #endif // UI_EDITADDRESSDIALOG_H
void retranslateUi(QDialog *EditAddressDialog)
QDialogButtonBox * buttonBox
void setupUi(QDialog *EditAddressDialog)
QValidatedLineEdit * addressEdit