Fabcoin Core  0.16.2
P2P Digital Currency
ui_contractresult.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'contractresult.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_CONTRACTRESULT_H
10 #define UI_CONTRACTRESULT_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QLineEdit>
21 #include <QtWidgets/QScrollArea>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QStackedWidget>
24 #include <QtWidgets/QVBoxLayout>
25 #include <QtWidgets/QWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
33  QVBoxLayout *verticalLayout_3;
35  QGridLayout *gridLayout_2;
36  QLineEdit *lineEditTxID;
38  QLabel *labelHash160;
41  QLineEdit *lineEditHash160;
43  QLabel *labelTxID;
44  QSpacerItem *verticalSpacer;
45  QWidget *pageCallResult;
46  QVBoxLayout *verticalLayout;
48  QGridLayout *gridLayout;
51  QScrollArea *scrollAreaParams;
53  QVBoxLayout *verticalLayout_4;
54  QLabel *labelFunction;
55  QLineEdit *lineEditFunction;
58  QGroupBox *groupBoxResult;
59  QVBoxLayout *verticalLayout_2;
60  QScrollArea *scrollAreaResult;
62  QSpacerItem *verticalSpacer_4;
63 
64  void setupUi(QStackedWidget *ContractResult)
65  {
66  if (ContractResult->objectName().isEmpty())
67  ContractResult->setObjectName(QStringLiteral("ContractResult"));
68  ContractResult->resize(941, 503);
69  ContractResult->setStyleSheet(QLatin1String("QLineEdit{\n"
70 " border: 0px;\n"
71 "background: transparent;\n"
72 "}"));
73  pageCreateOrSendToResult = new QWidget();
74  pageCreateOrSendToResult->setObjectName(QStringLiteral("pageCreateOrSendToResult"));
75  verticalLayout_3 = new QVBoxLayout(pageCreateOrSendToResult);
76  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
77  groupBoxCreateOrSendTo = new QGroupBox(pageCreateOrSendToResult);
78  groupBoxCreateOrSendTo->setObjectName(QStringLiteral("groupBoxCreateOrSendTo"));
79  gridLayout_2 = new QGridLayout(groupBoxCreateOrSendTo);
80  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
81  gridLayout_2->setHorizontalSpacing(10);
82  gridLayout_2->setVerticalSpacing(6);
83  gridLayout_2->setContentsMargins(15, 15, -1, -1);
84  lineEditTxID = new QLineEdit(groupBoxCreateOrSendTo);
85  lineEditTxID->setObjectName(QStringLiteral("lineEditTxID"));
86  lineEditTxID->setMinimumSize(QSize(370, 0));
87  lineEditTxID->setReadOnly(true);
88 
89  gridLayout_2->addWidget(lineEditTxID, 0, 1, 1, 1);
90 
91  labelContractAddress = new QLabel(groupBoxCreateOrSendTo);
92  labelContractAddress->setObjectName(QStringLiteral("labelContractAddress"));
93  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
94  sizePolicy.setHorizontalStretch(0);
95  sizePolicy.setVerticalStretch(0);
96  sizePolicy.setHeightForWidth(labelContractAddress->sizePolicy().hasHeightForWidth());
97  labelContractAddress->setSizePolicy(sizePolicy);
98  labelContractAddress->setMinimumSize(QSize(160, 0));
99 
100  gridLayout_2->addWidget(labelContractAddress, 3, 0, 1, 1);
101 
102  labelHash160 = new QLabel(groupBoxCreateOrSendTo);
103  labelHash160->setObjectName(QStringLiteral("labelHash160"));
104  sizePolicy.setHeightForWidth(labelHash160->sizePolicy().hasHeightForWidth());
105  labelHash160->setSizePolicy(sizePolicy);
106  labelHash160->setMinimumSize(QSize(160, 0));
107 
108  gridLayout_2->addWidget(labelHash160, 2, 0, 1, 1);
109 
110  lineEditContractAddress = new QLineEdit(groupBoxCreateOrSendTo);
111  lineEditContractAddress->setObjectName(QStringLiteral("lineEditContractAddress"));
112  lineEditContractAddress->setEnabled(true);
113  lineEditContractAddress->setMinimumSize(QSize(370, 0));
114  lineEditContractAddress->setReadOnly(true);
115 
116  gridLayout_2->addWidget(lineEditContractAddress, 3, 1, 1, 1);
117 
118  labelSenderAddress = new QLabel(groupBoxCreateOrSendTo);
119  labelSenderAddress->setObjectName(QStringLiteral("labelSenderAddress"));
120  sizePolicy.setHeightForWidth(labelSenderAddress->sizePolicy().hasHeightForWidth());
121  labelSenderAddress->setSizePolicy(sizePolicy);
122  labelSenderAddress->setMinimumSize(QSize(160, 0));
123 
124  gridLayout_2->addWidget(labelSenderAddress, 1, 0, 1, 1);
125 
126  lineEditHash160 = new QLineEdit(groupBoxCreateOrSendTo);
127  lineEditHash160->setObjectName(QStringLiteral("lineEditHash160"));
128  lineEditHash160->setMinimumSize(QSize(370, 0));
129  lineEditHash160->setReadOnly(true);
130 
131  gridLayout_2->addWidget(lineEditHash160, 2, 1, 1, 1);
132 
133  lineEditSenderAddress = new QLineEdit(groupBoxCreateOrSendTo);
134  lineEditSenderAddress->setObjectName(QStringLiteral("lineEditSenderAddress"));
135  lineEditSenderAddress->setEnabled(true);
136  lineEditSenderAddress->setMinimumSize(QSize(370, 0));
137  lineEditSenderAddress->setReadOnly(true);
138 
139  gridLayout_2->addWidget(lineEditSenderAddress, 1, 1, 1, 1);
140 
141  labelTxID = new QLabel(groupBoxCreateOrSendTo);
142  labelTxID->setObjectName(QStringLiteral("labelTxID"));
143  sizePolicy.setHeightForWidth(labelTxID->sizePolicy().hasHeightForWidth());
144  labelTxID->setSizePolicy(sizePolicy);
145  labelTxID->setMinimumSize(QSize(160, 0));
146 
147  gridLayout_2->addWidget(labelTxID, 0, 0, 1, 1);
148 
149 
150  verticalLayout_3->addWidget(groupBoxCreateOrSendTo);
151 
152  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
153 
154  verticalLayout_3->addItem(verticalSpacer);
155 
156  ContractResult->addWidget(pageCreateOrSendToResult);
157  pageCallResult = new QWidget();
158  pageCallResult->setObjectName(QStringLiteral("pageCallResult"));
159  verticalLayout = new QVBoxLayout(pageCallResult);
160  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
161  groupBoxCallContract = new QGroupBox(pageCallResult);
162  groupBoxCallContract->setObjectName(QStringLiteral("groupBoxCallContract"));
163  groupBoxCallContract->setStyleSheet(QStringLiteral(""));
164  gridLayout = new QGridLayout(groupBoxCallContract);
165  gridLayout->setObjectName(QStringLiteral("gridLayout"));
166  gridLayout->setHorizontalSpacing(10);
167  gridLayout->setVerticalSpacing(6);
168  gridLayout->setContentsMargins(15, 15, -1, -1);
169  labelCallContractAddress = new QLabel(groupBoxCallContract);
170  labelCallContractAddress->setObjectName(QStringLiteral("labelCallContractAddress"));
171  sizePolicy.setHeightForWidth(labelCallContractAddress->sizePolicy().hasHeightForWidth());
172  labelCallContractAddress->setSizePolicy(sizePolicy);
173  labelCallContractAddress->setMinimumSize(QSize(160, 0));
174 
175  gridLayout->addWidget(labelCallContractAddress, 0, 0, 1, 1);
176 
177  lineEditCallContractAddress = new QLineEdit(groupBoxCallContract);
178  lineEditCallContractAddress->setObjectName(QStringLiteral("lineEditCallContractAddress"));
179  lineEditCallContractAddress->setEnabled(true);
180  lineEditCallContractAddress->setMinimumSize(QSize(370, 0));
181  lineEditCallContractAddress->setReadOnly(true);
182 
183  gridLayout->addWidget(lineEditCallContractAddress, 0, 1, 1, 1);
184 
185  scrollAreaParams = new QScrollArea(groupBoxCallContract);
186  scrollAreaParams->setObjectName(QStringLiteral("scrollAreaParams"));
187  QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Minimum);
188  sizePolicy1.setHorizontalStretch(0);
189  sizePolicy1.setVerticalStretch(0);
190  sizePolicy1.setHeightForWidth(scrollAreaParams->sizePolicy().hasHeightForWidth());
191  scrollAreaParams->setSizePolicy(sizePolicy1);
192  scrollAreaParams->setStyleSheet(QStringLiteral(""));
193  scrollAreaParams->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
194  scrollAreaParams->setWidgetResizable(true);
195  scrollAreaWidgetContents = new QWidget();
196  scrollAreaWidgetContents->setObjectName(QStringLiteral("scrollAreaWidgetContents"));
197  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 889, 73));
198  verticalLayout_4 = new QVBoxLayout(scrollAreaWidgetContents);
199  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
200  scrollAreaParams->setWidget(scrollAreaWidgetContents);
201 
202  gridLayout->addWidget(scrollAreaParams, 2, 0, 1, 2);
203 
204  labelFunction = new QLabel(groupBoxCallContract);
205  labelFunction->setObjectName(QStringLiteral("labelFunction"));
206  sizePolicy.setHeightForWidth(labelFunction->sizePolicy().hasHeightForWidth());
207  labelFunction->setSizePolicy(sizePolicy);
208  labelFunction->setMinimumSize(QSize(160, 0));
209 
210  gridLayout->addWidget(labelFunction, 1, 0, 1, 1);
211 
212  lineEditFunction = new QLineEdit(groupBoxCallContract);
213  lineEditFunction->setObjectName(QStringLiteral("lineEditFunction"));
214  lineEditFunction->setEnabled(true);
215  lineEditFunction->setMinimumSize(QSize(370, 0));
216  lineEditFunction->setReadOnly(true);
217 
218  gridLayout->addWidget(lineEditFunction, 1, 1, 1, 1);
219 
220  lineEditCallSenderAddress = new QLineEdit(groupBoxCallContract);
221  lineEditCallSenderAddress->setObjectName(QStringLiteral("lineEditCallSenderAddress"));
222  lineEditCallSenderAddress->setEnabled(true);
223  lineEditCallSenderAddress->setMinimumSize(QSize(370, 0));
224  lineEditCallSenderAddress->setReadOnly(true);
225 
226  gridLayout->addWidget(lineEditCallSenderAddress, 3, 1, 1, 1);
227 
228  labelCallSenderAddress = new QLabel(groupBoxCallContract);
229  labelCallSenderAddress->setObjectName(QStringLiteral("labelCallSenderAddress"));
230  sizePolicy.setHeightForWidth(labelCallSenderAddress->sizePolicy().hasHeightForWidth());
231  labelCallSenderAddress->setSizePolicy(sizePolicy);
232  labelCallSenderAddress->setMinimumSize(QSize(160, 0));
233 
234  gridLayout->addWidget(labelCallSenderAddress, 3, 0, 1, 1);
235 
236 
237  verticalLayout->addWidget(groupBoxCallContract);
238 
239  groupBoxResult = new QGroupBox(pageCallResult);
240  groupBoxResult->setObjectName(QStringLiteral("groupBoxResult"));
241  verticalLayout_2 = new QVBoxLayout(groupBoxResult);
242  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
243  verticalLayout_2->setContentsMargins(15, 15, 9, -1);
244  scrollAreaResult = new QScrollArea(groupBoxResult);
245  scrollAreaResult->setObjectName(QStringLiteral("scrollAreaResult"));
246  sizePolicy1.setHeightForWidth(scrollAreaResult->sizePolicy().hasHeightForWidth());
247  scrollAreaResult->setSizePolicy(sizePolicy1);
248  scrollAreaResult->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
249  scrollAreaResult->setWidgetResizable(true);
250  scrollAreaWidgetContents_2 = new QWidget();
251  scrollAreaWidgetContents_2->setObjectName(QStringLiteral("scrollAreaWidgetContents_2"));
252  scrollAreaWidgetContents_2->setGeometry(QRect(0, 0, 889, 73));
253  scrollAreaResult->setWidget(scrollAreaWidgetContents_2);
254 
255  verticalLayout_2->addWidget(scrollAreaResult);
256 
257 
258  verticalLayout->addWidget(groupBoxResult);
259 
260  verticalSpacer_4 = new QSpacerItem(20, 60, QSizePolicy::Minimum, QSizePolicy::Expanding);
261 
262  verticalLayout->addItem(verticalSpacer_4);
263 
264  ContractResult->addWidget(pageCallResult);
265 
266  retranslateUi(ContractResult);
267 
268  ContractResult->setCurrentIndex(1);
269 
270 
271  QMetaObject::connectSlotsByName(ContractResult);
272  } // setupUi
273 
274  void retranslateUi(QStackedWidget *ContractResult)
275  {
276  ContractResult->setWindowTitle(QApplication::translate("ContractResult", "StackedWidget", 0));
277  groupBoxCreateOrSendTo->setTitle(QApplication::translate("ContractResult", "Contract Summary", 0));
278  labelContractAddress->setText(QApplication::translate("ContractResult", "ContractAddress", 0));
279  labelHash160->setText(QApplication::translate("ContractResult", "Hash160", 0));
280  labelSenderAddress->setText(QApplication::translate("ContractResult", "SenderAddress", 0));
281  labelTxID->setText(QApplication::translate("ContractResult", "Transaction ID", 0));
282  groupBoxCallContract->setTitle(QApplication::translate("ContractResult", "Contract Summary", 0));
283  labelCallContractAddress->setText(QApplication::translate("ContractResult", "ContractAddress", 0));
284  labelFunction->setText(QApplication::translate("ContractResult", "Function", 0));
285  labelCallSenderAddress->setText(QApplication::translate("ContractResult", "SenderAddress", 0));
286  groupBoxResult->setTitle(QApplication::translate("ContractResult", "Result", 0));
287  } // retranslateUi
288 
289 };
290 
291 namespace Ui {
293 } // namespace Ui
294 
295 QT_END_NAMESPACE
296 
297 #endif // UI_CONTRACTRESULT_H
QLabel * labelContractAddress
QLineEdit * lineEditCallSenderAddress
QLabel * labelCallSenderAddress
QLineEdit * lineEditTxID
QVBoxLayout * verticalLayout
QScrollArea * scrollAreaResult
QLineEdit * lineEditSenderAddress
QSpacerItem * verticalSpacer_4
QGroupBox * groupBoxCallContract
QScrollArea * scrollAreaParams
QVBoxLayout * verticalLayout_3
QVBoxLayout * verticalLayout_2
QSpacerItem * verticalSpacer
void retranslateUi(QStackedWidget *ContractResult)
QLineEdit * lineEditContractAddress
QGroupBox * groupBoxCreateOrSendTo
QLabel * labelCallContractAddress
QGridLayout * gridLayout_2
QWidget * scrollAreaWidgetContents
QWidget * scrollAreaWidgetContents_2
QLineEdit * lineEditHash160
QGridLayout * gridLayout
QLineEdit * lineEditFunction
QVBoxLayout * verticalLayout_4
QWidget * pageCreateOrSendToResult
QLineEdit * lineEditCallContractAddress
QGroupBox * groupBoxResult
void setupUi(QStackedWidget *ContractResult)