Fabcoin Core  0.16.2
P2P Digital Currency
ui_editcontractinfodialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'editcontractinfodialog.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_EDITCONTRACTINFODIALOG_H
10 #define UI_EDITCONTRACTINFODIALOG_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/QGridLayout>
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 #include "qvalidatedtextedit.h"
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QVBoxLayout *verticalLayout;
35  QGridLayout *gridLayout;
36  QLabel *labelName;
37  QLineEdit *labelEdit;
38  QLabel *labelAddress;
41  QVBoxLayout *verticalLayout_3;
42  QLabel *labelABI;
43  QSpacerItem *verticalSpacer;
45  QHBoxLayout *horizontalLayout;
46  QDialogButtonBox *buttonBox;
47 
49  {
50  if (EditContractInfoDialog->objectName().isEmpty())
51  EditContractInfoDialog->setObjectName(QStringLiteral("EditContractInfoDialog"));
52  EditContractInfoDialog->resize(590, 350);
53  verticalLayout = new QVBoxLayout(EditContractInfoDialog);
54  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
55  verticalLayout->setContentsMargins(0, 15, 0, 0);
56  gridLayout = new QGridLayout();
57  gridLayout->setObjectName(QStringLiteral("gridLayout"));
58  gridLayout->setVerticalSpacing(15);
59  gridLayout->setContentsMargins(30, -1, 30, -1);
60  labelName = new QLabel(EditContractInfoDialog);
61  labelName->setObjectName(QStringLiteral("labelName"));
62 
63  gridLayout->addWidget(labelName, 0, 0, 1, 1);
64 
65  labelEdit = new QLineEdit(EditContractInfoDialog);
66  labelEdit->setObjectName(QStringLiteral("labelEdit"));
67 
68  gridLayout->addWidget(labelEdit, 0, 1, 1, 1);
69 
70  labelAddress = new QLabel(EditContractInfoDialog);
71  labelAddress->setObjectName(QStringLiteral("labelAddress"));
72 
73  gridLayout->addWidget(labelAddress, 1, 0, 1, 1);
74 
75  addressEdit = new QValidatedLineEdit(EditContractInfoDialog);
76  addressEdit->setObjectName(QStringLiteral("addressEdit"));
77 
78  gridLayout->addWidget(addressEdit, 1, 1, 1, 1);
79 
80  ABIEdit = new QValidatedTextEdit(EditContractInfoDialog);
81  ABIEdit->setObjectName(QStringLiteral("ABIEdit"));
82 
83  gridLayout->addWidget(ABIEdit, 2, 1, 1, 1);
84 
85  verticalLayout_3 = new QVBoxLayout();
86  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
87  labelABI = new QLabel(EditContractInfoDialog);
88  labelABI->setObjectName(QStringLiteral("labelABI"));
89 
90  verticalLayout_3->addWidget(labelABI);
91 
92  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
93 
94  verticalLayout_3->addItem(verticalSpacer);
95 
96 
97  gridLayout->addLayout(verticalLayout_3, 2, 0, 1, 1);
98 
99 
100  verticalLayout->addLayout(gridLayout);
101 
102  buttonsContainerWhite = new QWidget(EditContractInfoDialog);
103  buttonsContainerWhite->setObjectName(QStringLiteral("buttonsContainerWhite"));
104  horizontalLayout = new QHBoxLayout(buttonsContainerWhite);
105  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
106  horizontalLayout->setContentsMargins(30, 15, 30, 15);
107  buttonBox = new QDialogButtonBox(buttonsContainerWhite);
108  buttonBox->setObjectName(QStringLiteral("buttonBox"));
109  buttonBox->setOrientation(Qt::Horizontal);
110  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
111  buttonBox->setCenterButtons(true);
112 
113  horizontalLayout->addWidget(buttonBox);
114 
115 
116  verticalLayout->addWidget(buttonsContainerWhite);
117 
118 
119  retranslateUi(EditContractInfoDialog);
120  QObject::connect(buttonBox, SIGNAL(accepted()), EditContractInfoDialog, SLOT(accept()));
121  QObject::connect(buttonBox, SIGNAL(rejected()), EditContractInfoDialog, SLOT(reject()));
122 
123  QMetaObject::connectSlotsByName(EditContractInfoDialog);
124  } // setupUi
125 
127  {
128  EditContractInfoDialog->setWindowTitle(QApplication::translate("EditContractInfoDialog", "Dialog", 0));
129  labelName->setText(QApplication::translate("EditContractInfoDialog", "Label", 0));
130  labelAddress->setText(QApplication::translate("EditContractInfoDialog", "Contract Address", 0));
131  labelABI->setText(QApplication::translate("EditContractInfoDialog", "Interface (ABI)", 0));
132  } // retranslateUi
133 
134 };
135 
136 namespace Ui {
138 } // namespace Ui
139 
140 QT_END_NAMESPACE
141 
142 #endif // UI_EDITCONTRACTINFODIALOG_H
Dialog for editing a contract information.
void setupUi(QDialog *EditContractInfoDialog)
Line edit that can be marked as "invalid" to show input validation feedback.
void retranslateUi(QDialog *EditContractInfoDialog)