LCOV - code coverage report
Current view: top level - src/qt/forms - ui_transactiondescdialog.h (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 24 0.0 %
Date: 2020-09-26 01:30:44 Functions: 0 2 0.0 %

          Line data    Source code
       1             : /********************************************************************************
       2             : ** Form generated from reading UI file 'transactiondescdialog.ui'
       3             : **
       4             : ** Created by: Qt User Interface Compiler version 5.15.0
       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             : 
      19             : QT_BEGIN_NAMESPACE
      20             : 
      21             : class Ui_TransactionDescDialog
      22             : {
      23             : public:
      24             :     QVBoxLayout *verticalLayout;
      25             :     QTextEdit *detailText;
      26             :     QDialogButtonBox *buttonBox;
      27             : 
      28           0 :     void setupUi(QDialog *TransactionDescDialog)
      29             :     {
      30           0 :         if (TransactionDescDialog->objectName().isEmpty())
      31           0 :             TransactionDescDialog->setObjectName(QString::fromUtf8("TransactionDescDialog"));
      32           0 :         TransactionDescDialog->resize(620, 250);
      33           0 :         TransactionDescDialog->setWindowTitle(QString::fromUtf8("Transaction details"));
      34           0 :         verticalLayout = new QVBoxLayout(TransactionDescDialog);
      35           0 :         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
      36           0 :         detailText = new QTextEdit(TransactionDescDialog);
      37           0 :         detailText->setObjectName(QString::fromUtf8("detailText"));
      38           0 :         detailText->setReadOnly(true);
      39             : 
      40           0 :         verticalLayout->addWidget(detailText);
      41             : 
      42           0 :         buttonBox = new QDialogButtonBox(TransactionDescDialog);
      43           0 :         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
      44           0 :         buttonBox->setOrientation(Qt::Horizontal);
      45           0 :         buttonBox->setStandardButtons(QDialogButtonBox::Close);
      46             : 
      47           0 :         verticalLayout->addWidget(buttonBox);
      48             : 
      49             : 
      50           0 :         retranslateUi(TransactionDescDialog);
      51           0 :         QObject::connect(buttonBox, SIGNAL(accepted()), TransactionDescDialog, SLOT(accept()));
      52           0 :         QObject::connect(buttonBox, SIGNAL(rejected()), TransactionDescDialog, SLOT(reject()));
      53             : 
      54           0 :         QMetaObject::connectSlotsByName(TransactionDescDialog);
      55           0 :     } // setupUi
      56             : 
      57           0 :     void retranslateUi(QDialog *TransactionDescDialog)
      58             :     {
      59             : #if QT_CONFIG(tooltip)
      60           0 :         detailText->setToolTip(QCoreApplication::translate("TransactionDescDialog", "This pane shows a detailed description of the transaction", nullptr));
      61             : #endif // QT_CONFIG(tooltip)
      62             :         (void)TransactionDescDialog;
      63           0 :     } // retranslateUi
      64             : 
      65             : };
      66             : 
      67             : namespace Ui {
      68             :     class TransactionDescDialog: public Ui_TransactionDescDialog {};
      69             : } // namespace Ui
      70             : 
      71             : QT_END_NAMESPACE
      72             : 
      73             : #endif // UI_TRANSACTIONDESCDIALOG_H

Generated by: LCOV version 1.15