Fabcoin Core  0.16.2
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/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QVBoxLayout>
25 #include <QtWidgets/QWidget>
26 #include "qvalidatedlineedit.h"
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QVBoxLayout *verticalLayout;
34  QFormLayout *formLayout;
35  QLabel *label;
36  QLineEdit *labelEdit;
37  QLabel *label_2;
39  QSpacerItem *verticalSpacer;
41  QHBoxLayout *horizontalLayout;
42  QDialogButtonBox *buttonBox;
43 
44  void setupUi(QDialog *EditAddressDialog)
45  {
46  if (EditAddressDialog->objectName().isEmpty())
47  EditAddressDialog->setObjectName(QStringLiteral("EditAddressDialog"));
48  EditAddressDialog->resize(457, 148);
49  verticalLayout = new QVBoxLayout(EditAddressDialog);
50  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
51  verticalLayout->setContentsMargins(0, 15, 0, 0);
52  formLayout = new QFormLayout();
53  formLayout->setObjectName(QStringLiteral("formLayout"));
54  formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
55  formLayout->setVerticalSpacing(15);
56  formLayout->setContentsMargins(30, -1, 30, -1);
57  label = new QLabel(EditAddressDialog);
58  label->setObjectName(QStringLiteral("label"));
59 
60  formLayout->setWidget(0, QFormLayout::LabelRole, label);
61 
62  labelEdit = new QLineEdit(EditAddressDialog);
63  labelEdit->setObjectName(QStringLiteral("labelEdit"));
64 
65  formLayout->setWidget(0, QFormLayout::FieldRole, labelEdit);
66 
67  label_2 = new QLabel(EditAddressDialog);
68  label_2->setObjectName(QStringLiteral("label_2"));
69 
70  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
71 
72  addressEdit = new QValidatedLineEdit(EditAddressDialog);
73  addressEdit->setObjectName(QStringLiteral("addressEdit"));
74 
75  formLayout->setWidget(1, QFormLayout::FieldRole, addressEdit);
76 
77 
78  verticalLayout->addLayout(formLayout);
79 
80  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
81 
82  verticalLayout->addItem(verticalSpacer);
83 
84  buttonsContainerWhite = new QWidget(EditAddressDialog);
85  buttonsContainerWhite->setObjectName(QStringLiteral("buttonsContainerWhite"));
86  horizontalLayout = new QHBoxLayout(buttonsContainerWhite);
87  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
88  horizontalLayout->setContentsMargins(30, 15, 30, 15);
89  buttonBox = new QDialogButtonBox(buttonsContainerWhite);
90  buttonBox->setObjectName(QStringLiteral("buttonBox"));
91  buttonBox->setOrientation(Qt::Horizontal);
92  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
93  buttonBox->setCenterButtons(true);
94 
95  horizontalLayout->addWidget(buttonBox);
96 
97 
98  verticalLayout->addWidget(buttonsContainerWhite);
99 
100 #ifndef QT_NO_SHORTCUT
101  label->setBuddy(labelEdit);
102  label_2->setBuddy(addressEdit);
103 #endif // QT_NO_SHORTCUT
104 
105  retranslateUi(EditAddressDialog);
106  QObject::connect(buttonBox, SIGNAL(accepted()), EditAddressDialog, SLOT(accept()));
107  QObject::connect(buttonBox, SIGNAL(rejected()), EditAddressDialog, SLOT(reject()));
108 
109  QMetaObject::connectSlotsByName(EditAddressDialog);
110  } // setupUi
111 
113  {
114  EditAddressDialog->setWindowTitle(QApplication::translate("EditAddressDialog", "Edit Address", 0));
115  label->setText(QApplication::translate("EditAddressDialog", "&Label", 0));
116 #ifndef QT_NO_TOOLTIP
117  labelEdit->setToolTip(QApplication::translate("EditAddressDialog", "The label associated with this address list entry", 0));
118 #endif // QT_NO_TOOLTIP
119  label_2->setText(QApplication::translate("EditAddressDialog", "&Address", 0));
120 #ifndef QT_NO_TOOLTIP
121  addressEdit->setToolTip(QApplication::translate("EditAddressDialog", "The address associated with this address list entry. This can only be modified for sending addresses.", 0));
122 #endif // QT_NO_TOOLTIP
123  } // retranslateUi
124 
125 };
126 
127 namespace Ui {
129 } // namespace Ui
130 
131 QT_END_NAMESPACE
132 
133 #endif // UI_EDITADDRESSDIALOG_H
QHBoxLayout * horizontalLayout
QDialogButtonBox * buttonBox
Line edit that can be marked as "invalid" to show input validation feedback.
void retranslateUi(QDialog *EditAddressDialog)
QValidatedLineEdit * addressEdit
Dialog for editing an address and associated information.
void setupUi(QDialog *EditAddressDialog)