9 #ifndef UI_TRANSACTIONDESCDIALOG_H
10 #define UI_TRANSACTIONDESCDIALOG_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QTextEdit>
17 #include <QtWidgets/QVBoxLayout>
35 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
37 detailText->setObjectName(QString::fromUtf8(
"detailText"));
43 buttonBox->setObjectName(QString::fromUtf8(
"buttonBox"));
44 buttonBox->setOrientation(Qt::Horizontal);
45 buttonBox->setStandardButtons(QDialogButtonBox::Close);
59 #if QT_CONFIG(tooltip)
60 detailText->setToolTip(QCoreApplication::translate(
"TransactionDescDialog",
"This pane shows a detailed description of the transaction",
nullptr));
Dialog showing transaction details.
QVBoxLayout * verticalLayout
void setupUi(QDialog *TransactionDescDialog)
void retranslateUi(QDialog *TransactionDescDialog)
QDialogButtonBox * buttonBox