LCOV - code coverage report
Current view: top level - src/qt/forms - ui_helpmessagedialog.h (source / functions) Hit Total Coverage
Test: total_coverage.info Lines: 0 69 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 'helpmessagedialog.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_HELPMESSAGEDIALOG_H
      10             : #define UI_HELPMESSAGEDIALOG_H
      11             : 
      12             : #include <QtCore/QVariant>
      13             : #include <QtWidgets/QApplication>
      14             : #include <QtWidgets/QDialog>
      15             : #include <QtWidgets/QDialogButtonBox>
      16             : #include <QtWidgets/QFrame>
      17             : #include <QtWidgets/QHBoxLayout>
      18             : #include <QtWidgets/QLabel>
      19             : #include <QtWidgets/QScrollArea>
      20             : #include <QtWidgets/QSpacerItem>
      21             : #include <QtWidgets/QTextEdit>
      22             : #include <QtWidgets/QVBoxLayout>
      23             : #include <QtWidgets/QWidget>
      24             : 
      25             : QT_BEGIN_NAMESPACE
      26             : 
      27             : class Ui_HelpMessageDialog
      28             : {
      29             : public:
      30             :     QHBoxLayout *horizontalLayout_2;
      31             :     QVBoxLayout *verticalLayoutLogo;
      32             :     QLabel *aboutLogo;
      33             :     QFrame *frame;
      34             :     QVBoxLayout *verticalLayout;
      35             :     QTextEdit *helpMessage;
      36             :     QScrollArea *scrollArea;
      37             :     QWidget *scrollAreaWidgetContents;
      38             :     QVBoxLayout *verticalLayout_2;
      39             :     QLabel *aboutMessage;
      40             :     QSpacerItem *verticalSpacer;
      41             :     QDialogButtonBox *okButton;
      42             : 
      43           0 :     void setupUi(QDialog *HelpMessageDialog)
      44             :     {
      45           0 :         if (HelpMessageDialog->objectName().isEmpty())
      46           0 :             HelpMessageDialog->setObjectName(QString::fromUtf8("HelpMessageDialog"));
      47           0 :         HelpMessageDialog->resize(780, 400);
      48           0 :         horizontalLayout_2 = new QHBoxLayout(HelpMessageDialog);
      49           0 :         horizontalLayout_2->setSpacing(0);
      50           0 :         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
      51           0 :         horizontalLayout_2->setContentsMargins(12, 12, 12, 12);
      52           0 :         verticalLayoutLogo = new QVBoxLayout();
      53           0 :         verticalLayoutLogo->setObjectName(QString::fromUtf8("verticalLayoutLogo"));
      54           0 :         verticalLayoutLogo->setContentsMargins(0, 4, 0, -1);
      55           0 :         aboutLogo = new QLabel(HelpMessageDialog);
      56           0 :         aboutLogo->setObjectName(QString::fromUtf8("aboutLogo"));
      57           0 :         QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Ignored);
      58           0 :         sizePolicy.setHorizontalStretch(0);
      59           0 :         sizePolicy.setVerticalStretch(0);
      60           0 :         sizePolicy.setHeightForWidth(aboutLogo->sizePolicy().hasHeightForWidth());
      61           0 :         aboutLogo->setSizePolicy(sizePolicy);
      62           0 :         aboutLogo->setMaximumSize(QSize(100, 100));
      63           0 :         aboutLogo->setPixmap(QPixmap(QString::fromUtf8(":/icons/bitcoin")));
      64           0 :         aboutLogo->setScaledContents(true);
      65           0 :         aboutLogo->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
      66             : 
      67           0 :         verticalLayoutLogo->addWidget(aboutLogo);
      68             : 
      69           0 :         frame = new QFrame(HelpMessageDialog);
      70           0 :         frame->setObjectName(QString::fromUtf8("frame"));
      71           0 :         frame->setFrameShape(QFrame::NoFrame);
      72           0 :         frame->setFrameShadow(QFrame::Raised);
      73             : 
      74           0 :         verticalLayoutLogo->addWidget(frame);
      75             : 
      76             : 
      77           0 :         horizontalLayout_2->addLayout(verticalLayoutLogo);
      78             : 
      79           0 :         verticalLayout = new QVBoxLayout();
      80           0 :         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
      81           0 :         helpMessage = new QTextEdit(HelpMessageDialog);
      82           0 :         helpMessage->setObjectName(QString::fromUtf8("helpMessage"));
      83           0 :         helpMessage->setReadOnly(true);
      84             : 
      85           0 :         verticalLayout->addWidget(helpMessage);
      86             : 
      87           0 :         scrollArea = new QScrollArea(HelpMessageDialog);
      88           0 :         scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
      89           0 :         scrollArea->setFrameShape(QFrame::NoFrame);
      90           0 :         scrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
      91           0 :         scrollArea->setWidgetResizable(true);
      92           0 :         scrollAreaWidgetContents = new QWidget();
      93           0 :         scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
      94           0 :         verticalLayout_2 = new QVBoxLayout(scrollAreaWidgetContents);
      95           0 :         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
      96           0 :         aboutMessage = new QLabel(scrollAreaWidgetContents);
      97           0 :         aboutMessage->setObjectName(QString::fromUtf8("aboutMessage"));
      98           0 :         aboutMessage->setCursor(QCursor(Qt::IBeamCursor));
      99           0 :         aboutMessage->setTextFormat(Qt::PlainText);
     100           0 :         aboutMessage->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
     101           0 :         aboutMessage->setOpenExternalLinks(true);
     102           0 :         aboutMessage->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
     103             : 
     104           0 :         verticalLayout_2->addWidget(aboutMessage);
     105             : 
     106           0 :         scrollArea->setWidget(scrollAreaWidgetContents);
     107             : 
     108           0 :         verticalLayout->addWidget(scrollArea);
     109             : 
     110           0 :         verticalSpacer = new QSpacerItem(4, 4, QSizePolicy::Minimum, QSizePolicy::Fixed);
     111             : 
     112           0 :         verticalLayout->addItem(verticalSpacer);
     113             : 
     114           0 :         okButton = new QDialogButtonBox(HelpMessageDialog);
     115           0 :         okButton->setObjectName(QString::fromUtf8("okButton"));
     116           0 :         okButton->setOrientation(Qt::Horizontal);
     117           0 :         okButton->setStandardButtons(QDialogButtonBox::Ok);
     118             : 
     119           0 :         verticalLayout->addWidget(okButton);
     120             : 
     121             : 
     122           0 :         horizontalLayout_2->addLayout(verticalLayout);
     123             : 
     124             : 
     125           0 :         retranslateUi(HelpMessageDialog);
     126           0 :         QObject::connect(okButton, SIGNAL(accepted()), HelpMessageDialog, SLOT(accept()));
     127           0 :         QObject::connect(okButton, SIGNAL(rejected()), HelpMessageDialog, SLOT(reject()));
     128             : 
     129           0 :         QMetaObject::connectSlotsByName(HelpMessageDialog);
     130           0 :     } // setupUi
     131             : 
     132           0 :     void retranslateUi(QDialog *HelpMessageDialog)
     133             :     {
     134             :         (void)HelpMessageDialog;
     135           0 :     } // retranslateUi
     136             : 
     137             : };
     138             : 
     139             : namespace Ui {
     140             :     class HelpMessageDialog: public Ui_HelpMessageDialog {};
     141             : } // namespace Ui
     142             : 
     143             : QT_END_NAMESPACE
     144             : 
     145             : #endif // UI_HELPMESSAGEDIALOG_H

Generated by: LCOV version 1.15