Bitcoin Core 22.99.0
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.15.2
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/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QDialogButtonBox>
16#include <QtWidgets/QTextEdit>
17#include <QtWidgets/QVBoxLayout>
18
19QT_BEGIN_NAMESPACE
20
22{
23public:
24 QVBoxLayout *verticalLayout;
25 QTextEdit *detailText;
26 QDialogButtonBox *buttonBox;
27
29 {
30 if (TransactionDescDialog->objectName().isEmpty())
31 TransactionDescDialog->setObjectName(QString::fromUtf8("TransactionDescDialog"));
32 TransactionDescDialog->resize(620, 250);
33 TransactionDescDialog->setWindowTitle(QString::fromUtf8("Transaction details"));
34 verticalLayout = new QVBoxLayout(TransactionDescDialog);
35 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
36 detailText = new QTextEdit(TransactionDescDialog);
37 detailText->setObjectName(QString::fromUtf8("detailText"));
38 detailText->setReadOnly(true);
39
40 verticalLayout->addWidget(detailText);
41
42 buttonBox = new QDialogButtonBox(TransactionDescDialog);
43 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
44 buttonBox->setOrientation(Qt::Horizontal);
45 buttonBox->setStandardButtons(QDialogButtonBox::Close);
46
47 verticalLayout->addWidget(buttonBox);
48
49
51 QObject::connect(buttonBox, SIGNAL(accepted()), TransactionDescDialog, SLOT(accept()));
52 QObject::connect(buttonBox, SIGNAL(rejected()), TransactionDescDialog, SLOT(reject()));
53
54 QMetaObject::connectSlotsByName(TransactionDescDialog);
55 } // setupUi
56
58 {
59#if QT_CONFIG(tooltip)
60 detailText->setToolTip(QCoreApplication::translate("TransactionDescDialog", "This pane shows a detailed description of the transaction", nullptr));
61#endif // QT_CONFIG(tooltip)
63 } // retranslateUi
64
65};
66
67namespace Ui {
69} // namespace Ui
70
71QT_END_NAMESPACE
72
73#endif // UI_TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
void setupUi(QDialog *TransactionDescDialog)
void retranslateUi(QDialog *TransactionDescDialog)