8 #ifndef UI_LOOKUPSPDIALOG_H
9 #define UI_LOOKUPSPDIALOG_H
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QComboBox>
16 #include <QtGui/QFormLayout>
17 #include <QtGui/QFrame>
18 #include <QtGui/QHBoxLayout>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QLineEdit>
22 #include <QtGui/QPushButton>
23 #include <QtGui/QSpacerItem>
24 #include <QtGui/QVBoxLayout>
25 #include <QtGui/QWidget>
103 if (LookupSPDialog->objectName().isEmpty())
104 LookupSPDialog->setObjectName(QString::fromUtf8(
"LookupSPDialog"));
105 LookupSPDialog->resize(664, 474);
106 topLayout =
new QVBoxLayout(LookupSPDialog);
107 topLayout->setObjectName(QString::fromUtf8(
"topLayout"));
108 labelAlerts =
new QLabel(LookupSPDialog);
109 labelAlerts->setObjectName(QString::fromUtf8(
"labelAlerts"));
110 labelAlerts->setVisible(
false);
111 labelAlerts->setStyleSheet(QString::fromUtf8(
"background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;"));
112 labelAlerts->setWordWrap(
true);
113 labelAlerts->setMargin(3);
115 topLayout->addWidget(labelAlerts);
117 horizontalLayout_12 =
new QHBoxLayout();
118 horizontalLayout_12->setObjectName(QString::fromUtf8(
"horizontalLayout_12"));
119 horizontalLayout_12->setContentsMargins(-1, 0, -1, -1);
120 searchLabel =
new QLabel(LookupSPDialog);
121 searchLabel->setObjectName(QString::fromUtf8(
"searchLabel"));
122 searchLabel->setEnabled(
true);
123 searchLabel->setMinimumSize(QSize(0, 0));
124 searchLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
125 searchLabel->setMargin(0);
127 horizontalLayout_12->addWidget(searchLabel);
129 searchLineEdit =
new QLineEdit(LookupSPDialog);
130 searchLineEdit->setObjectName(QString::fromUtf8(
"searchLineEdit"));
131 QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
132 sizePolicy.setHorizontalStretch(0);
133 sizePolicy.setVerticalStretch(0);
134 sizePolicy.setHeightForWidth(searchLineEdit->sizePolicy().hasHeightForWidth());
135 searchLineEdit->setSizePolicy(sizePolicy);
136 searchLineEdit->setMinimumSize(QSize(150, 0));
138 horizontalLayout_12->addWidget(searchLineEdit);
140 searchButton =
new QPushButton(LookupSPDialog);
141 searchButton->setObjectName(QString::fromUtf8(
"searchButton"));
143 horizontalLayout_12->addWidget(searchButton);
145 matchingLabel =
new QLabel(LookupSPDialog);
146 matchingLabel->setObjectName(QString::fromUtf8(
"matchingLabel"));
147 matchingLabel->setMinimumSize(QSize(0, 0));
148 matchingLabel->setStyleSheet(QString::fromUtf8(
"padding-left:15px;"));
149 matchingLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
150 matchingLabel->setMargin(0);
152 horizontalLayout_12->addWidget(matchingLabel);
154 matchingComboBox =
new QComboBox(LookupSPDialog);
155 matchingComboBox->setObjectName(QString::fromUtf8(
"matchingComboBox"));
156 QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed);
157 sizePolicy1.setHorizontalStretch(0);
158 sizePolicy1.setVerticalStretch(0);
159 sizePolicy1.setHeightForWidth(matchingComboBox->sizePolicy().hasHeightForWidth());
160 matchingComboBox->setSizePolicy(sizePolicy1);
162 horizontalLayout_12->addWidget(matchingComboBox);
165 topLayout->addLayout(horizontalLayout_12);
167 verticalLayout_5 =
new QVBoxLayout();
168 verticalLayout_5->setObjectName(QString::fromUtf8(
"verticalLayout_5"));
169 verticalLayout_5->setContentsMargins(-1, 0, -1, -1);
170 topFrame =
new QFrame(LookupSPDialog);
171 topFrame->setObjectName(QString::fromUtf8(
"topFrame"));
172 topFrame->setFrameShape(QFrame::StyledPanel);
173 topFrame->setFrameShadow(QFrame::Raised);
174 verticalLayout_7 =
new QVBoxLayout(topFrame);
175 verticalLayout_7->setObjectName(QString::fromUtf8(
"verticalLayout_7"));
176 horizontalLayout_7 =
new QHBoxLayout();
177 horizontalLayout_7->setObjectName(QString::fromUtf8(
"horizontalLayout_7"));
178 horizontalLayout_9 =
new QHBoxLayout();
179 horizontalLayout_9->setObjectName(QString::fromUtf8(
"horizontalLayout_9"));
180 spInfo =
new QLabel(topFrame);
181 spInfo->setObjectName(QString::fromUtf8(
"spInfo"));
185 spInfo->setFont(font);
187 horizontalLayout_9->addWidget(spInfo);
190 horizontalLayout_7->addLayout(horizontalLayout_9);
192 horizontalSpacer_6 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
194 horizontalLayout_7->addItem(horizontalSpacer_6);
197 verticalLayout_7->addLayout(horizontalLayout_7);
199 spInfoLayout =
new QFormLayout();
200 spInfoLayout->setObjectName(QString::fromUtf8(
"spInfoLayout"));
201 spInfoLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
202 spInfoLayout->setContentsMargins(-1, 0, -1, -1);
203 propertyid =
new QLabel(topFrame);
204 propertyid->setObjectName(QString::fromUtf8(
"propertyid"));
206 spInfoLayout->setWidget(0, QFormLayout::LabelRole, propertyid);
208 propertyIDLabel =
new QLabel(topFrame);
209 propertyIDLabel->setObjectName(QString::fromUtf8(
"propertyIDLabel"));
210 propertyIDLabel->setFont(font);
211 propertyIDLabel->setStyleSheet(QString::fromUtf8(
""));
212 propertyIDLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
214 spInfoLayout->setWidget(0, QFormLayout::FieldRole, propertyIDLabel);
216 name =
new QLabel(topFrame);
217 name->setObjectName(QString::fromUtf8(
"name"));
219 spInfoLayout->setWidget(1, QFormLayout::LabelRole, name);
221 nameLabel =
new QLabel(topFrame);
222 nameLabel->setObjectName(QString::fromUtf8(
"nameLabel"));
223 nameLabel->setFont(font);
224 nameLabel->setStyleSheet(QString::fromUtf8(
""));
225 nameLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
227 spInfoLayout->setWidget(1, QFormLayout::FieldRole, nameLabel);
229 issuer =
new QLabel(topFrame);
230 issuer->setObjectName(QString::fromUtf8(
"issuer"));
232 spInfoLayout->setWidget(2, QFormLayout::LabelRole, issuer);
234 issuerLabel =
new QLabel(topFrame);
235 issuerLabel->setObjectName(QString::fromUtf8(
"issuerLabel"));
236 QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
237 sizePolicy2.setHorizontalStretch(0);
238 sizePolicy2.setVerticalStretch(0);
239 sizePolicy2.setHeightForWidth(issuerLabel->sizePolicy().hasHeightForWidth());
240 issuerLabel->setSizePolicy(sizePolicy2);
241 issuerLabel->setFont(font);
242 issuerLabel->setStyleSheet(QString::fromUtf8(
"color:rgb(148, 148, 148)"));
243 issuerLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
244 issuerLabel->setMargin(0);
245 issuerLabel->setIndent(-1);
247 spInfoLayout->setWidget(2, QFormLayout::FieldRole, issuerLabel);
249 category =
new QLabel(topFrame);
250 category->setObjectName(QString::fromUtf8(
"category"));
252 spInfoLayout->setWidget(3, QFormLayout::LabelRole, category);
254 categoryLabel =
new QLabel(topFrame);
255 categoryLabel->setObjectName(QString::fromUtf8(
"categoryLabel"));
257 font1.setBold(
false);
259 categoryLabel->setFont(font1);
260 categoryLabel->setStyleSheet(QString::fromUtf8(
""));
261 categoryLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
263 spInfoLayout->setWidget(3, QFormLayout::FieldRole, categoryLabel);
265 url =
new QLabel(topFrame);
266 url->setObjectName(QString::fromUtf8(
"url"));
268 spInfoLayout->setWidget(4, QFormLayout::LabelRole, url);
270 urlLabel =
new QLabel(topFrame);
271 urlLabel->setObjectName(QString::fromUtf8(
"urlLabel"));
272 urlLabel->setFont(font1);
273 urlLabel->setStyleSheet(QString::fromUtf8(
""));
274 urlLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
276 spInfoLayout->setWidget(4, QFormLayout::FieldRole, urlLabel);
278 data =
new QLabel(topFrame);
279 data->setObjectName(QString::fromUtf8(
"data"));
281 spInfoLayout->setWidget(5, QFormLayout::LabelRole, data);
283 dataLabel =
new QLabel(topFrame);
284 dataLabel->setObjectName(QString::fromUtf8(
"dataLabel"));
285 dataLabel->setFont(font1);
286 dataLabel->setStyleSheet(QString::fromUtf8(
""));
287 dataLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
289 spInfoLayout->setWidget(5, QFormLayout::FieldRole, dataLabel);
292 verticalLayout_7->addLayout(spInfoLayout);
295 verticalLayout_5->addWidget(topFrame);
298 topLayout->addLayout(verticalLayout_5);
300 horizontalLayout =
new QHBoxLayout();
301 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
302 verticalLayout_2 =
new QVBoxLayout();
303 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
304 leftFrame =
new QFrame(LookupSPDialog);
305 leftFrame->setObjectName(QString::fromUtf8(
"leftFrame"));
306 leftFrame->setFrameShape(QFrame::StyledPanel);
307 leftFrame->setFrameShadow(QFrame::Raised);
308 verticalLayout_4 =
new QVBoxLayout(leftFrame);
309 verticalLayout_4->setObjectName(QString::fromUtf8(
"verticalLayout_4"));
310 verticalLayout_6 =
new QVBoxLayout();
311 verticalLayout_6->setObjectName(QString::fromUtf8(
"verticalLayout_6"));
312 verticalLayout_6->setContentsMargins(-1, 0, -1, -1);
313 tokenHLayout =
new QHBoxLayout();
314 tokenHLayout->setObjectName(QString::fromUtf8(
"tokenHLayout"));
315 tokenInfo =
new QLabel(leftFrame);
316 tokenInfo->setObjectName(QString::fromUtf8(
"tokenInfo"));
318 tokenHLayout->addWidget(tokenInfo);
320 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
322 tokenHLayout->addItem(horizontalSpacer);
325 verticalLayout_6->addLayout(tokenHLayout);
327 tokenForm =
new QFormLayout();
328 tokenForm->setObjectName(QString::fromUtf8(
"tokenForm"));
329 tokenForm->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
330 tokenForm->setVerticalSpacing(12);
331 issuanceTypeLabel =
new QLabel(leftFrame);
332 issuanceTypeLabel->setObjectName(QString::fromUtf8(
"issuanceTypeLabel"));
333 issuanceTypeLabel->setFont(font);
334 issuanceTypeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
336 tokenForm->setWidget(1, QFormLayout::FieldRole, issuanceTypeLabel);
338 ecosystemLabel =
new QLabel(leftFrame);
339 ecosystemLabel->setObjectName(QString::fromUtf8(
"ecosystemLabel"));
340 ecosystemLabel->setFont(font);
341 ecosystemLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
343 tokenForm->setWidget(2, QFormLayout::FieldRole, ecosystemLabel);
345 totalTokensLabel =
new QLabel(leftFrame);
346 totalTokensLabel->setObjectName(QString::fromUtf8(
"totalTokensLabel"));
347 totalTokensLabel->setFont(font);
348 totalTokensLabel->setLayoutDirection(Qt::LeftToRight);
349 totalTokensLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
351 tokenForm->setWidget(3, QFormLayout::FieldRole, totalTokensLabel);
353 divisibleLabel =
new QLabel(leftFrame);
354 divisibleLabel->setObjectName(QString::fromUtf8(
"divisibleLabel"));
355 divisibleLabel->setFont(font);
356 divisibleLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
358 tokenForm->setWidget(0, QFormLayout::FieldRole, divisibleLabel);
360 divisible =
new QLabel(leftFrame);
361 divisible->setObjectName(QString::fromUtf8(
"divisible"));
363 tokenForm->setWidget(0, QFormLayout::LabelRole, divisible);
365 issuancetype =
new QLabel(leftFrame);
366 issuancetype->setObjectName(QString::fromUtf8(
"issuancetype"));
368 tokenForm->setWidget(1, QFormLayout::LabelRole, issuancetype);
370 ecosystem =
new QLabel(leftFrame);
371 ecosystem->setObjectName(QString::fromUtf8(
"ecosystem"));
373 tokenForm->setWidget(2, QFormLayout::LabelRole, ecosystem);
375 totaltokens =
new QLabel(leftFrame);
376 totaltokens->setObjectName(QString::fromUtf8(
"totaltokens"));
378 tokenForm->setWidget(3, QFormLayout::LabelRole, totaltokens);
380 walletbalance =
new QLabel(leftFrame);
381 walletbalance->setObjectName(QString::fromUtf8(
"walletbalance"));
383 tokenForm->setWidget(4, QFormLayout::LabelRole, walletbalance);
385 walletBalanceLabel =
new QLabel(leftFrame);
386 walletBalanceLabel->setObjectName(QString::fromUtf8(
"walletBalanceLabel"));
387 walletBalanceLabel->setFont(font);
388 walletBalanceLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
390 tokenForm->setWidget(4, QFormLayout::FieldRole, walletBalanceLabel);
393 verticalLayout_6->addLayout(tokenForm);
396 verticalLayout_4->addLayout(verticalLayout_6);
399 verticalLayout_2->addWidget(leftFrame);
401 verticalSpacer =
new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
403 verticalLayout_2->addItem(verticalSpacer);
406 horizontalLayout->addLayout(verticalLayout_2);
408 verticalLayout_3 =
new QVBoxLayout();
409 verticalLayout_3->setObjectName(QString::fromUtf8(
"verticalLayout_3"));
410 rightFrame =
new QFrame(LookupSPDialog);
411 rightFrame->setObjectName(QString::fromUtf8(
"rightFrame"));
412 rightFrame->setFrameShape(QFrame::StyledPanel);
413 rightFrame->setFrameShadow(QFrame::Raised);
414 verticalLayout =
new QVBoxLayout(rightFrame);
415 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
416 horizontalLayout_5 =
new QHBoxLayout();
417 horizontalLayout_5->setObjectName(QString::fromUtf8(
"horizontalLayout_5"));
418 horizontalLayout_5->setContentsMargins(-1, 0, -1, -1);
419 crowdInfo =
new QLabel(rightFrame);
420 crowdInfo->setObjectName(QString::fromUtf8(
"crowdInfo"));
421 crowdInfo->setFont(font);
423 horizontalLayout_5->addWidget(crowdInfo);
425 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
427 horizontalLayout_5->addItem(horizontalSpacer_2);
430 verticalLayout->addLayout(horizontalLayout_5);
432 crowdForm =
new QFormLayout();
433 crowdForm->setObjectName(QString::fromUtf8(
"crowdForm"));
434 crowdForm->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
435 crowdForm->setVerticalSpacing(12);
436 crowdForm->setContentsMargins(-1, 0, -1, -1);
437 desired =
new QLabel(rightFrame);
438 desired->setObjectName(QString::fromUtf8(
"desired"));
440 crowdForm->setWidget(1, QFormLayout::LabelRole, desired);
442 desiredLabel =
new QLabel(rightFrame);
443 desiredLabel->setObjectName(QString::fromUtf8(
"desiredLabel"));
444 desiredLabel->setFont(font);
445 desiredLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
447 crowdForm->setWidget(1, QFormLayout::FieldRole, desiredLabel);
449 tokensperunit =
new QLabel(rightFrame);
450 tokensperunit->setObjectName(QString::fromUtf8(
"tokensperunit"));
452 crowdForm->setWidget(2, QFormLayout::LabelRole, tokensperunit);
454 tokensPerUnitLabel =
new QLabel(rightFrame);
455 tokensPerUnitLabel->setObjectName(QString::fromUtf8(
"tokensPerUnitLabel"));
456 tokensPerUnitLabel->setFont(font);
457 tokensPerUnitLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
459 crowdForm->setWidget(2, QFormLayout::FieldRole, tokensPerUnitLabel);
461 deadline =
new QLabel(rightFrame);
462 deadline->setObjectName(QString::fromUtf8(
"deadline"));
464 crowdForm->setWidget(3, QFormLayout::LabelRole, deadline);
466 deadlineLabel =
new QLabel(rightFrame);
467 deadlineLabel->setObjectName(QString::fromUtf8(
"deadlineLabel"));
468 deadlineLabel->setFont(font);
469 deadlineLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
471 crowdForm->setWidget(3, QFormLayout::FieldRole, deadlineLabel);
473 bonus =
new QLabel(rightFrame);
474 bonus->setObjectName(QString::fromUtf8(
"bonus"));
476 crowdForm->setWidget(4, QFormLayout::LabelRole, bonus);
478 bonusLabel =
new QLabel(rightFrame);
479 bonusLabel->setObjectName(QString::fromUtf8(
"bonusLabel"));
480 bonusLabel->setFont(font);
481 bonusLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
483 crowdForm->setWidget(4, QFormLayout::FieldRole, bonusLabel);
485 issuerperc =
new QLabel(rightFrame);
486 issuerperc->setObjectName(QString::fromUtf8(
"issuerperc"));
488 crowdForm->setWidget(5, QFormLayout::LabelRole, issuerperc);
490 issuerPercLabel =
new QLabel(rightFrame);
491 issuerPercLabel->setObjectName(QString::fromUtf8(
"issuerPercLabel"));
492 issuerPercLabel->setFont(font);
493 issuerPercLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
495 crowdForm->setWidget(5, QFormLayout::FieldRole, issuerPercLabel);
497 active =
new QLabel(rightFrame);
498 active->setObjectName(QString::fromUtf8(
"active"));
500 crowdForm->setWidget(0, QFormLayout::LabelRole, active);
502 activeLabel =
new QLabel(rightFrame);
503 activeLabel->setObjectName(QString::fromUtf8(
"activeLabel"));
504 activeLabel->setFont(font);
505 activeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
507 crowdForm->setWidget(0, QFormLayout::FieldRole, activeLabel);
510 verticalLayout->addLayout(crowdForm);
513 verticalLayout_3->addWidget(rightFrame);
515 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
517 verticalLayout_3->addItem(verticalSpacer_2);
520 horizontalLayout->addLayout(verticalLayout_3);
522 horizontalLayout->setStretch(0, 1);
523 horizontalLayout->setStretch(1, 1);
525 topLayout->addLayout(horizontalLayout);
530 QMetaObject::connectSlotsByName(LookupSPDialog);
535 LookupSPDialog->setWindowTitle(QApplication::translate(
"LookupSPDialog",
"Form", 0, QApplication::UnicodeUTF8));
536 searchLabel->setText(QApplication::translate(
"LookupSPDialog",
"Search:", 0, QApplication::UnicodeUTF8));
537 searchButton->setText(QApplication::translate(
"LookupSPDialog",
"Search", 0, QApplication::UnicodeUTF8));
538 matchingLabel->setText(QApplication::translate(
"LookupSPDialog",
"Results:", 0, QApplication::UnicodeUTF8));
539 spInfo->setText(QApplication::translate(
"LookupSPDialog",
"Smart Property Information", 0, QApplication::UnicodeUTF8));
540 propertyid->setText(QApplication::translate(
"LookupSPDialog",
"Property ID:", 0, QApplication::UnicodeUTF8));
541 propertyIDLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
542 name->setText(QApplication::translate(
"LookupSPDialog",
"Name:", 0, QApplication::UnicodeUTF8));
543 nameLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
544 issuer->setText(QApplication::translate(
"LookupSPDialog",
"Issuer:", 0, QApplication::UnicodeUTF8));
545 issuerLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
546 category->setText(QApplication::translate(
"LookupSPDialog",
"Category:", 0, QApplication::UnicodeUTF8));
547 categoryLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
548 url->setText(QApplication::translate(
"LookupSPDialog",
"URL:", 0, QApplication::UnicodeUTF8));
549 urlLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
550 data->setText(QApplication::translate(
"LookupSPDialog",
"Data:", 0, QApplication::UnicodeUTF8));
551 dataLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
552 tokenInfo->setText(QApplication::translate(
"LookupSPDialog",
"<b>Token Information</b>", 0, QApplication::UnicodeUTF8));
553 issuanceTypeLabel->setText(QApplication::translate(
"LookupSPDialog",
"Fixed", 0, QApplication::UnicodeUTF8));
554 ecosystemLabel->setText(QApplication::translate(
"LookupSPDialog",
"Test", 0, QApplication::UnicodeUTF8));
555 totalTokensLabel->setText(QApplication::translate(
"LookupSPDialog",
"0 SPT", 0, QApplication::UnicodeUTF8));
556 divisibleLabel->setText(QApplication::translate(
"LookupSPDialog",
"No", 0, QApplication::UnicodeUTF8));
557 divisible->setText(QApplication::translate(
"LookupSPDialog",
"Divisible:", 0, QApplication::UnicodeUTF8));
558 issuancetype->setText(QApplication::translate(
"LookupSPDialog",
"Issuance Type:", 0, QApplication::UnicodeUTF8));
559 ecosystem->setText(QApplication::translate(
"LookupSPDialog",
"Ecosystem:", 0, QApplication::UnicodeUTF8));
560 totaltokens->setText(QApplication::translate(
"LookupSPDialog",
"Total Tokens:", 0, QApplication::UnicodeUTF8));
561 walletbalance->setText(QApplication::translate(
"LookupSPDialog",
"Wallet Balance:", 0, QApplication::UnicodeUTF8));
562 walletBalanceLabel->setText(QApplication::translate(
"LookupSPDialog",
"0 SPT", 0, QApplication::UnicodeUTF8));
563 crowdInfo->setText(QApplication::translate(
"LookupSPDialog",
"Crowdsale Information", 0, QApplication::UnicodeUTF8));
564 desired->setText(QApplication::translate(
"LookupSPDialog",
"Desired Property:", 0, QApplication::UnicodeUTF8));
565 desiredLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
566 tokensperunit->setText(QApplication::translate(
"LookupSPDialog",
"Tokens Per Unit:", 0, QApplication::UnicodeUTF8));
567 tokensPerUnitLabel->setText(QApplication::translate(
"LookupSPDialog",
"0 SPT", 0, QApplication::UnicodeUTF8));
568 deadline->setText(QApplication::translate(
"LookupSPDialog",
"Deadline:", 0, QApplication::UnicodeUTF8));
569 deadlineLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
570 bonus->setText(QApplication::translate(
"LookupSPDialog",
"Weekly Bonus:", 0, QApplication::UnicodeUTF8));
571 bonusLabel->setText(QApplication::translate(
"LookupSPDialog",
"0%", 0, QApplication::UnicodeUTF8));
572 issuerperc->setText(QApplication::translate(
"LookupSPDialog",
"Issuer Percentage:", 0, QApplication::UnicodeUTF8));
573 issuerPercLabel->setText(QApplication::translate(
"LookupSPDialog",
"0%", 0, QApplication::UnicodeUTF8));
574 active->setText(QApplication::translate(
"LookupSPDialog",
"Active:", 0, QApplication::UnicodeUTF8));
575 activeLabel->setText(QApplication::translate(
"LookupSPDialog",
"N/A", 0, QApplication::UnicodeUTF8));
586 #endif // UI_LOOKUPSPDIALOG_H
QFormLayout * spInfoLayout
QVBoxLayout * verticalLayout
QHBoxLayout * horizontalLayout_5
QSpacerItem * horizontalSpacer
QHBoxLayout * horizontalLayout_12
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_3
QSpacerItem * verticalSpacer
QSpacerItem * horizontalSpacer_6
QLabel * walletBalanceLabel
QHBoxLayout * horizontalLayout
void retranslateUi(QWidget *LookupSPDialog)
QLabel * totalTokensLabel
void setupUi(QWidget *LookupSPDialog)
QPushButton * searchButton
QVBoxLayout * verticalLayout_4
QSpacerItem * verticalSpacer_2
QVBoxLayout * verticalLayout_2
QVBoxLayout * verticalLayout_6
QLineEdit * searchLineEdit
QComboBox * matchingComboBox
QVBoxLayout * verticalLayout_7
QHBoxLayout * horizontalLayout_7
QLabel * issuanceTypeLabel
QSpacerItem * horizontalSpacer_2
QLabel * tokensPerUnitLabel
QHBoxLayout * horizontalLayout_9
QHBoxLayout * tokenHLayout