Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_lookupspdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'lookupspdialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_LOOKUPSPDIALOG_H
9 #define UI_LOOKUPSPDIALOG_H
10 
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>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QVBoxLayout *topLayout;
34  QHBoxLayout *horizontalLayout_12;
37  QPushButton *searchButton;
40  QVBoxLayout *verticalLayout_5;
42  QVBoxLayout *verticalLayout_7;
43  QHBoxLayout *horizontalLayout_7;
44  QHBoxLayout *horizontalLayout_9;
46  QSpacerItem *horizontalSpacer_6;
47  QFormLayout *spInfoLayout;
60  QHBoxLayout *horizontalLayout;
61  QVBoxLayout *verticalLayout_2;
63  QVBoxLayout *verticalLayout_4;
64  QVBoxLayout *verticalLayout_6;
65  QHBoxLayout *tokenHLayout;
67  QSpacerItem *horizontalSpacer;
68  QFormLayout *tokenForm;
79  QSpacerItem *verticalSpacer;
80  QVBoxLayout *verticalLayout_3;
82  QVBoxLayout *verticalLayout;
83  QHBoxLayout *horizontalLayout_5;
85  QSpacerItem *horizontalSpacer_2;
86  QFormLayout *crowdForm;
99  QSpacerItem *verticalSpacer_2;
100 
101  void setupUi(QWidget *LookupSPDialog)
102  {
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);
114 
115  topLayout->addWidget(labelAlerts);
116 
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);
126 
127  horizontalLayout_12->addWidget(searchLabel);
128 
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));
137 
138  horizontalLayout_12->addWidget(searchLineEdit);
139 
140  searchButton = new QPushButton(LookupSPDialog);
141  searchButton->setObjectName(QString::fromUtf8("searchButton"));
142 
143  horizontalLayout_12->addWidget(searchButton);
144 
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);
151 
152  horizontalLayout_12->addWidget(matchingLabel);
153 
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);
161 
162  horizontalLayout_12->addWidget(matchingComboBox);
163 
164 
165  topLayout->addLayout(horizontalLayout_12);
166 
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"));
182  QFont font;
183  font.setBold(true);
184  font.setWeight(75);
185  spInfo->setFont(font);
186 
187  horizontalLayout_9->addWidget(spInfo);
188 
189 
190  horizontalLayout_7->addLayout(horizontalLayout_9);
191 
192  horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
193 
194  horizontalLayout_7->addItem(horizontalSpacer_6);
195 
196 
197  verticalLayout_7->addLayout(horizontalLayout_7);
198 
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"));
205 
206  spInfoLayout->setWidget(0, QFormLayout::LabelRole, propertyid);
207 
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);
213 
214  spInfoLayout->setWidget(0, QFormLayout::FieldRole, propertyIDLabel);
215 
216  name = new QLabel(topFrame);
217  name->setObjectName(QString::fromUtf8("name"));
218 
219  spInfoLayout->setWidget(1, QFormLayout::LabelRole, name);
220 
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);
226 
227  spInfoLayout->setWidget(1, QFormLayout::FieldRole, nameLabel);
228 
229  issuer = new QLabel(topFrame);
230  issuer->setObjectName(QString::fromUtf8("issuer"));
231 
232  spInfoLayout->setWidget(2, QFormLayout::LabelRole, issuer);
233 
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);
246 
247  spInfoLayout->setWidget(2, QFormLayout::FieldRole, issuerLabel);
248 
249  category = new QLabel(topFrame);
250  category->setObjectName(QString::fromUtf8("category"));
251 
252  spInfoLayout->setWidget(3, QFormLayout::LabelRole, category);
253 
254  categoryLabel = new QLabel(topFrame);
255  categoryLabel->setObjectName(QString::fromUtf8("categoryLabel"));
256  QFont font1;
257  font1.setBold(false);
258  font1.setWeight(50);
259  categoryLabel->setFont(font1);
260  categoryLabel->setStyleSheet(QString::fromUtf8(""));
261  categoryLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
262 
263  spInfoLayout->setWidget(3, QFormLayout::FieldRole, categoryLabel);
264 
265  url = new QLabel(topFrame);
266  url->setObjectName(QString::fromUtf8("url"));
267 
268  spInfoLayout->setWidget(4, QFormLayout::LabelRole, url);
269 
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);
275 
276  spInfoLayout->setWidget(4, QFormLayout::FieldRole, urlLabel);
277 
278  data = new QLabel(topFrame);
279  data->setObjectName(QString::fromUtf8("data"));
280 
281  spInfoLayout->setWidget(5, QFormLayout::LabelRole, data);
282 
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);
288 
289  spInfoLayout->setWidget(5, QFormLayout::FieldRole, dataLabel);
290 
291 
292  verticalLayout_7->addLayout(spInfoLayout);
293 
294 
295  verticalLayout_5->addWidget(topFrame);
296 
297 
298  topLayout->addLayout(verticalLayout_5);
299 
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"));
317 
318  tokenHLayout->addWidget(tokenInfo);
319 
320  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
321 
322  tokenHLayout->addItem(horizontalSpacer);
323 
324 
325  verticalLayout_6->addLayout(tokenHLayout);
326 
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);
335 
336  tokenForm->setWidget(1, QFormLayout::FieldRole, issuanceTypeLabel);
337 
338  ecosystemLabel = new QLabel(leftFrame);
339  ecosystemLabel->setObjectName(QString::fromUtf8("ecosystemLabel"));
340  ecosystemLabel->setFont(font);
341  ecosystemLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
342 
343  tokenForm->setWidget(2, QFormLayout::FieldRole, ecosystemLabel);
344 
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);
350 
351  tokenForm->setWidget(3, QFormLayout::FieldRole, totalTokensLabel);
352 
353  divisibleLabel = new QLabel(leftFrame);
354  divisibleLabel->setObjectName(QString::fromUtf8("divisibleLabel"));
355  divisibleLabel->setFont(font);
356  divisibleLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
357 
358  tokenForm->setWidget(0, QFormLayout::FieldRole, divisibleLabel);
359 
360  divisible = new QLabel(leftFrame);
361  divisible->setObjectName(QString::fromUtf8("divisible"));
362 
363  tokenForm->setWidget(0, QFormLayout::LabelRole, divisible);
364 
365  issuancetype = new QLabel(leftFrame);
366  issuancetype->setObjectName(QString::fromUtf8("issuancetype"));
367 
368  tokenForm->setWidget(1, QFormLayout::LabelRole, issuancetype);
369 
370  ecosystem = new QLabel(leftFrame);
371  ecosystem->setObjectName(QString::fromUtf8("ecosystem"));
372 
373  tokenForm->setWidget(2, QFormLayout::LabelRole, ecosystem);
374 
375  totaltokens = new QLabel(leftFrame);
376  totaltokens->setObjectName(QString::fromUtf8("totaltokens"));
377 
378  tokenForm->setWidget(3, QFormLayout::LabelRole, totaltokens);
379 
380  walletbalance = new QLabel(leftFrame);
381  walletbalance->setObjectName(QString::fromUtf8("walletbalance"));
382 
383  tokenForm->setWidget(4, QFormLayout::LabelRole, walletbalance);
384 
385  walletBalanceLabel = new QLabel(leftFrame);
386  walletBalanceLabel->setObjectName(QString::fromUtf8("walletBalanceLabel"));
387  walletBalanceLabel->setFont(font);
388  walletBalanceLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
389 
390  tokenForm->setWidget(4, QFormLayout::FieldRole, walletBalanceLabel);
391 
392 
393  verticalLayout_6->addLayout(tokenForm);
394 
395 
396  verticalLayout_4->addLayout(verticalLayout_6);
397 
398 
399  verticalLayout_2->addWidget(leftFrame);
400 
401  verticalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
402 
403  verticalLayout_2->addItem(verticalSpacer);
404 
405 
406  horizontalLayout->addLayout(verticalLayout_2);
407 
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);
422 
423  horizontalLayout_5->addWidget(crowdInfo);
424 
425  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
426 
427  horizontalLayout_5->addItem(horizontalSpacer_2);
428 
429 
430  verticalLayout->addLayout(horizontalLayout_5);
431 
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"));
439 
440  crowdForm->setWidget(1, QFormLayout::LabelRole, desired);
441 
442  desiredLabel = new QLabel(rightFrame);
443  desiredLabel->setObjectName(QString::fromUtf8("desiredLabel"));
444  desiredLabel->setFont(font);
445  desiredLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
446 
447  crowdForm->setWidget(1, QFormLayout::FieldRole, desiredLabel);
448 
449  tokensperunit = new QLabel(rightFrame);
450  tokensperunit->setObjectName(QString::fromUtf8("tokensperunit"));
451 
452  crowdForm->setWidget(2, QFormLayout::LabelRole, tokensperunit);
453 
454  tokensPerUnitLabel = new QLabel(rightFrame);
455  tokensPerUnitLabel->setObjectName(QString::fromUtf8("tokensPerUnitLabel"));
456  tokensPerUnitLabel->setFont(font);
457  tokensPerUnitLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
458 
459  crowdForm->setWidget(2, QFormLayout::FieldRole, tokensPerUnitLabel);
460 
461  deadline = new QLabel(rightFrame);
462  deadline->setObjectName(QString::fromUtf8("deadline"));
463 
464  crowdForm->setWidget(3, QFormLayout::LabelRole, deadline);
465 
466  deadlineLabel = new QLabel(rightFrame);
467  deadlineLabel->setObjectName(QString::fromUtf8("deadlineLabel"));
468  deadlineLabel->setFont(font);
469  deadlineLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
470 
471  crowdForm->setWidget(3, QFormLayout::FieldRole, deadlineLabel);
472 
473  bonus = new QLabel(rightFrame);
474  bonus->setObjectName(QString::fromUtf8("bonus"));
475 
476  crowdForm->setWidget(4, QFormLayout::LabelRole, bonus);
477 
478  bonusLabel = new QLabel(rightFrame);
479  bonusLabel->setObjectName(QString::fromUtf8("bonusLabel"));
480  bonusLabel->setFont(font);
481  bonusLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
482 
483  crowdForm->setWidget(4, QFormLayout::FieldRole, bonusLabel);
484 
485  issuerperc = new QLabel(rightFrame);
486  issuerperc->setObjectName(QString::fromUtf8("issuerperc"));
487 
488  crowdForm->setWidget(5, QFormLayout::LabelRole, issuerperc);
489 
490  issuerPercLabel = new QLabel(rightFrame);
491  issuerPercLabel->setObjectName(QString::fromUtf8("issuerPercLabel"));
492  issuerPercLabel->setFont(font);
493  issuerPercLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
494 
495  crowdForm->setWidget(5, QFormLayout::FieldRole, issuerPercLabel);
496 
497  active = new QLabel(rightFrame);
498  active->setObjectName(QString::fromUtf8("active"));
499 
500  crowdForm->setWidget(0, QFormLayout::LabelRole, active);
501 
502  activeLabel = new QLabel(rightFrame);
503  activeLabel->setObjectName(QString::fromUtf8("activeLabel"));
504  activeLabel->setFont(font);
505  activeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
506 
507  crowdForm->setWidget(0, QFormLayout::FieldRole, activeLabel);
508 
509 
510  verticalLayout->addLayout(crowdForm);
511 
512 
513  verticalLayout_3->addWidget(rightFrame);
514 
515  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
516 
517  verticalLayout_3->addItem(verticalSpacer_2);
518 
519 
520  horizontalLayout->addLayout(verticalLayout_3);
521 
522  horizontalLayout->setStretch(0, 1);
523  horizontalLayout->setStretch(1, 1);
524 
525  topLayout->addLayout(horizontalLayout);
526 
527 
528  retranslateUi(LookupSPDialog);
529 
530  QMetaObject::connectSlotsByName(LookupSPDialog);
531  } // setupUi
532 
533  void retranslateUi(QWidget *LookupSPDialog)
534  {
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));
576  } // retranslateUi
577 
578 };
579 
580 namespace Ui {
582 } // namespace Ui
583 
584 QT_END_NAMESPACE
585 
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
QVBoxLayout * topLayout
QHBoxLayout * horizontalLayout
void retranslateUi(QWidget *LookupSPDialog)
void setupUi(QWidget *LookupSPDialog)
QFormLayout * crowdForm
QPushButton * searchButton
QVBoxLayout * verticalLayout_4
QSpacerItem * verticalSpacer_2
QFormLayout * tokenForm
QVBoxLayout * verticalLayout_2
QVBoxLayout * verticalLayout_6
QLineEdit * searchLineEdit
QComboBox * matchingComboBox
QVBoxLayout * verticalLayout_7
QHBoxLayout * horizontalLayout_7
QSpacerItem * horizontalSpacer_2
QHBoxLayout * horizontalLayout_9
QHBoxLayout * tokenHLayout