Fabcoin Core  0.16.2
P2P Digital Currency
ui_transactiondescdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'transactiondescdialog.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_TRANSACTIONDESCDIALOG_H
10 #define UI_TRANSACTIONDESCDIALOG_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;
31  QTextEdit *detailText;
33  QHBoxLayout *horizontalLayout_2;
34  QDialogButtonBox *buttonBox;
35 
37  {
38  if (TransactionDescDialog->objectName().isEmpty())
39  TransactionDescDialog->setObjectName(QStringLiteral("TransactionDescDialog"));
40  TransactionDescDialog->resize(620, 249);
41  TransactionDescDialog->setWindowTitle(QStringLiteral("Transaction details"));
42  verticalLayout = new QVBoxLayout(TransactionDescDialog);
43  verticalLayout->setSpacing(15);
44  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
45  verticalLayout->setContentsMargins(0, -1, 0, 0);
46  horizontalLayout = new QHBoxLayout();
47  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
48  horizontalLayout->setContentsMargins(30, -1, 30, -1);
49  detailText = new QTextEdit(TransactionDescDialog);
50  detailText->setObjectName(QStringLiteral("detailText"));
51  detailText->setReadOnly(true);
52 
53  horizontalLayout->addWidget(detailText);
54 
55 
56  verticalLayout->addLayout(horizontalLayout);
57 
58  buttonsContainerWhite = new QWidget(TransactionDescDialog);
59  buttonsContainerWhite->setObjectName(QStringLiteral("buttonsContainerWhite"));
60  horizontalLayout_2 = new QHBoxLayout(buttonsContainerWhite);
61  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
62  horizontalLayout_2->setContentsMargins(30, 15, 30, 15);
63  buttonBox = new QDialogButtonBox(buttonsContainerWhite);
64  buttonBox->setObjectName(QStringLiteral("buttonBox"));
65  buttonBox->setOrientation(Qt::Horizontal);
66  buttonBox->setStandardButtons(QDialogButtonBox::Close);
67 
68  horizontalLayout_2->addWidget(buttonBox);
69 
70 
71  verticalLayout->addWidget(buttonsContainerWhite);
72 
73 
74  retranslateUi(TransactionDescDialog);
75  QObject::connect(buttonBox, SIGNAL(accepted()), TransactionDescDialog, SLOT(accept()));
76  QObject::connect(buttonBox, SIGNAL(rejected()), TransactionDescDialog, SLOT(reject()));
77 
78  QMetaObject::connectSlotsByName(TransactionDescDialog);
79  } // setupUi
80 
82  {
83 #ifndef QT_NO_TOOLTIP
84  detailText->setToolTip(QApplication::translate("TransactionDescDialog", "This pane shows a detailed description of the transaction", 0));
85 #endif // QT_NO_TOOLTIP
86  Q_UNUSED(TransactionDescDialog);
87  } // retranslateUi
88 
89 };
90 
91 namespace Ui {
93 } // namespace Ui
94 
95 QT_END_NAMESPACE
96 
97 #endif // UI_TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
void setupUi(QDialog *TransactionDescDialog)
void retranslateUi(QDialog *TransactionDescDialog)