9 #ifndef UI_TRANSACTIONDESCDIALOG_H 10 #define UI_TRANSACTIONDESCDIALOG_H 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> 40 detailText->setObjectName(QStringLiteral(
"detailText"));
46 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
47 buttonBox->setOrientation(Qt::Horizontal);
48 buttonBox->setStandardButtons(QDialogButtonBox::Close);
63 detailText->setToolTip(QApplication::translate(
"TransactionDescDialog",
"This pane shows a detailed description of the transaction", Q_NULLPTR));
64 #endif // QT_NO_TOOLTIP 76 #endif // UI_TRANSACTIONDESCDIALOG_H QVBoxLayout * verticalLayout
Dialog showing transaction details.
QDialogButtonBox * buttonBox
void setupUi(QDialog *TransactionDescDialog)
void retranslateUi(QDialog *TransactionDescDialog)