Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_editaddressdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'editaddressdialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_EDITADDRESSDIALOG_H
9 #define UI_EDITADDRESSDIALOG_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QDialog>
16 #include <QtGui/QDialogButtonBox>
17 #include <QtGui/QFormLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QLineEdit>
21 #include <QtGui/QVBoxLayout>
22 #include "qvalidatedlineedit.h"
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
30  QFormLayout *formLayout;
35  QDialogButtonBox *buttonBox;
36 
38  {
39  if (EditAddressDialog->objectName().isEmpty())
40  EditAddressDialog->setObjectName(QString::fromUtf8("EditAddressDialog"));
41  EditAddressDialog->resize(457, 126);
42  verticalLayout = new QVBoxLayout(EditAddressDialog);
43  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
44  formLayout = new QFormLayout();
45  formLayout->setObjectName(QString::fromUtf8("formLayout"));
46  formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
47  label = new QLabel(EditAddressDialog);
48  label->setObjectName(QString::fromUtf8("label"));
49 
50  formLayout->setWidget(0, QFormLayout::LabelRole, label);
51 
52  labelEdit = new QLineEdit(EditAddressDialog);
53  labelEdit->setObjectName(QString::fromUtf8("labelEdit"));
54 
55  formLayout->setWidget(0, QFormLayout::FieldRole, labelEdit);
56 
57  label_2 = new QLabel(EditAddressDialog);
58  label_2->setObjectName(QString::fromUtf8("label_2"));
59 
60  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
61 
62  addressEdit = new QValidatedLineEdit(EditAddressDialog);
63  addressEdit->setObjectName(QString::fromUtf8("addressEdit"));
64 
65  formLayout->setWidget(1, QFormLayout::FieldRole, addressEdit);
66 
67 
68  verticalLayout->addLayout(formLayout);
69 
70  buttonBox = new QDialogButtonBox(EditAddressDialog);
71  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
72  buttonBox->setOrientation(Qt::Horizontal);
73  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
74 
75  verticalLayout->addWidget(buttonBox);
76 
77 #ifndef QT_NO_SHORTCUT
78  label->setBuddy(labelEdit);
79  label_2->setBuddy(addressEdit);
80 #endif // QT_NO_SHORTCUT
81 
82  retranslateUi(EditAddressDialog);
83  QObject::connect(buttonBox, SIGNAL(accepted()), EditAddressDialog, SLOT(accept()));
84  QObject::connect(buttonBox, SIGNAL(rejected()), EditAddressDialog, SLOT(reject()));
85 
86  QMetaObject::connectSlotsByName(EditAddressDialog);
87  } // setupUi
88 
90  {
91  EditAddressDialog->setWindowTitle(QApplication::translate("EditAddressDialog", "Edit Address", 0, QApplication::UnicodeUTF8));
92  label->setText(QApplication::translate("EditAddressDialog", "&Label", 0, QApplication::UnicodeUTF8));
93 #ifndef QT_NO_TOOLTIP
94  labelEdit->setToolTip(QApplication::translate("EditAddressDialog", "The label associated with this address list entry", 0, QApplication::UnicodeUTF8));
95 #endif // QT_NO_TOOLTIP
96  label_2->setText(QApplication::translate("EditAddressDialog", "&Address", 0, QApplication::UnicodeUTF8));
97 #ifndef QT_NO_TOOLTIP
98  addressEdit->setToolTip(QApplication::translate("EditAddressDialog", "The address associated with this address list entry. This can only be modified for sending addresses.", 0, QApplication::UnicodeUTF8));
99 #endif // QT_NO_TOOLTIP
100  } // retranslateUi
101 
102 };
103 
104 namespace Ui {
106 } // namespace Ui
107 
108 QT_END_NAMESPACE
109 
110 #endif // UI_EDITADDRESSDIALOG_H
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)