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/QHBoxLayout> 19 #include <QtWidgets/QHeaderView> 20 #include <QtWidgets/QTextEdit> 21 #include <QtWidgets/QVBoxLayout> 22 #include <QtWidgets/QWidget> 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);
53 horizontalLayout->addWidget(detailText);
56 verticalLayout->addLayout(horizontalLayout);
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);
68 horizontalLayout_2->addWidget(buttonBox);
71 verticalLayout->addWidget(buttonsContainerWhite);
75 QObject::connect(buttonBox, SIGNAL(accepted()), TransactionDescDialog, SLOT(accept()));
76 QObject::connect(buttonBox, SIGNAL(rejected()), TransactionDescDialog, SLOT(reject()));
78 QMetaObject::connectSlotsByName(TransactionDescDialog);
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);
97 #endif // UI_TRANSACTIONDESCDIALOG_H QVBoxLayout * verticalLayout
Dialog showing transaction details.
QDialogButtonBox * buttonBox
void setupUi(QDialog *TransactionDescDialog)
QHBoxLayout * horizontalLayout_2
QWidget * buttonsContainerWhite
QHBoxLayout * horizontalLayout
void retranslateUi(QDialog *TransactionDescDialog)