Bitcoin Core  0.21.1
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.6.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/QHeaderView>
19 #include <QtWidgets/QTextEdit>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *verticalLayout;
28  QTextEdit *detailText;
29  QDialogButtonBox *buttonBox;
30 
32  {
33  if (TransactionDescDialog->objectName().isEmpty())
34  TransactionDescDialog->setObjectName(QStringLiteral("TransactionDescDialog"));
35  TransactionDescDialog->resize(620, 250);
36  TransactionDescDialog->setWindowTitle(QStringLiteral("Transaction details"));
37  verticalLayout = new QVBoxLayout(TransactionDescDialog);
38  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
39  detailText = new QTextEdit(TransactionDescDialog);
40  detailText->setObjectName(QStringLiteral("detailText"));
41  detailText->setReadOnly(true);
42 
43  verticalLayout->addWidget(detailText);
44 
45  buttonBox = new QDialogButtonBox(TransactionDescDialog);
46  buttonBox->setObjectName(QStringLiteral("buttonBox"));
47  buttonBox->setOrientation(Qt::Horizontal);
48  buttonBox->setStandardButtons(QDialogButtonBox::Close);
49 
50  verticalLayout->addWidget(buttonBox);
51 
52 
53  retranslateUi(TransactionDescDialog);
54  QObject::connect(buttonBox, SIGNAL(accepted()), TransactionDescDialog, SLOT(accept()));
55  QObject::connect(buttonBox, SIGNAL(rejected()), TransactionDescDialog, SLOT(reject()));
56 
57  QMetaObject::connectSlotsByName(TransactionDescDialog);
58  } // setupUi
59 
61  {
62 #ifndef QT_NO_TOOLTIP
63  detailText->setToolTip(QApplication::translate("TransactionDescDialog", "This pane shows a detailed description of the transaction", 0));
64 #endif // QT_NO_TOOLTIP
65  Q_UNUSED(TransactionDescDialog);
66  } // retranslateUi
67 
68 };
69 
70 namespace Ui {
72 } // namespace Ui
73 
74 QT_END_NAMESPACE
75 
76 #endif // UI_TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
void setupUi(QDialog *TransactionDescDialog)
void retranslateUi(QDialog *TransactionDescDialog)