Fabcoin Core  0.16.2
P2P Digital Currency
ui_tokendescdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'tokendescdialog.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_TOKENDESCDIALOG_H
10 #define UI_TOKENDESCDIALOG_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/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QTextEdit>
21 #include <QtWidgets/QVBoxLayout>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
30  QHBoxLayout *horizontalLayout_2;
31  QTextEdit *detailText;
33  QHBoxLayout *horizontalLayout;
34  QDialogButtonBox *buttonBox;
35 
36  void setupUi(QDialog *TokenDescDialog)
37  {
38  if (TokenDescDialog->objectName().isEmpty())
39  TokenDescDialog->setObjectName(QStringLiteral("TokenDescDialog"));
40  TokenDescDialog->resize(620, 250);
41  verticalLayout = new QVBoxLayout(TokenDescDialog);
42  verticalLayout->setSpacing(15);
43  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
44  verticalLayout->setContentsMargins(0, -1, 0, 0);
45  horizontalLayout_2 = new QHBoxLayout();
46  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
47  horizontalLayout_2->setContentsMargins(30, -1, 30, -1);
48  detailText = new QTextEdit(TokenDescDialog);
49  detailText->setObjectName(QStringLiteral("detailText"));
50  detailText->setReadOnly(true);
51 
52  horizontalLayout_2->addWidget(detailText);
53 
54 
55  verticalLayout->addLayout(horizontalLayout_2);
56 
57  buttonsContainerWhite = new QWidget(TokenDescDialog);
58  buttonsContainerWhite->setObjectName(QStringLiteral("buttonsContainerWhite"));
59  horizontalLayout = new QHBoxLayout(buttonsContainerWhite);
60  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
61  horizontalLayout->setContentsMargins(30, 15, 30, 15);
62  buttonBox = new QDialogButtonBox(buttonsContainerWhite);
63  buttonBox->setObjectName(QStringLiteral("buttonBox"));
64  buttonBox->setOrientation(Qt::Horizontal);
65  buttonBox->setStandardButtons(QDialogButtonBox::Close);
66 
67  horizontalLayout->addWidget(buttonBox);
68 
69 
70  verticalLayout->addWidget(buttonsContainerWhite);
71 
72 
73  retranslateUi(TokenDescDialog);
74  QObject::connect(buttonBox, SIGNAL(accepted()), TokenDescDialog, SLOT(accept()));
75  QObject::connect(buttonBox, SIGNAL(rejected()), TokenDescDialog, SLOT(reject()));
76 
77  QMetaObject::connectSlotsByName(TokenDescDialog);
78  } // setupUi
79 
81  {
82  TokenDescDialog->setWindowTitle(QApplication::translate("TokenDescDialog", "Dialog", 0));
83  } // retranslateUi
84 
85 };
86 
87 namespace Ui {
89 } // namespace Ui
90 
91 QT_END_NAMESPACE
92 
93 #endif // UI_TOKENDESCDIALOG_H
void retranslateUi(QDialog *TokenDescDialog)
QWidget * buttonsContainerWhite
QVBoxLayout * verticalLayout
Dialog showing token details.
QHBoxLayout * horizontalLayout_2
void setupUi(QDialog *TokenDescDialog)
QDialogButtonBox * buttonBox
QHBoxLayout * horizontalLayout