Anoncoin  0.9.4
P2P Digital Currency
ui_helpmessagedialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'helpmessagedialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.2.1
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/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/QLabel>
21 #include <QtWidgets/QScrollArea>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QHBoxLayout *horizontalLayout_2;
31  QLabel *graphic;
32  QVBoxLayout *verticalLayout;
33  QScrollArea *scrollArea;
35  QVBoxLayout *verticalLayout_2;
37  QDialogButtonBox *okButton;
38 
39  void setupUi(QDialog *HelpMessageDialog)
40  {
41  if (HelpMessageDialog->objectName().isEmpty())
42  HelpMessageDialog->setObjectName(QStringLiteral("HelpMessageDialog"));
43  HelpMessageDialog->resize(800, 594);
44  QFont font;
45  font.setPointSize(10);
46  HelpMessageDialog->setFont(font);
47  horizontalLayout_2 = new QHBoxLayout(HelpMessageDialog);
48  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
49  graphic = new QLabel(HelpMessageDialog);
50  graphic->setObjectName(QStringLiteral("graphic"));
51  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Ignored);
52  sizePolicy.setHorizontalStretch(0);
53  sizePolicy.setVerticalStretch(0);
54  sizePolicy.setHeightForWidth(graphic->sizePolicy().hasHeightForWidth());
55  graphic->setSizePolicy(sizePolicy);
56  graphic->setPixmap(QPixmap(QString::fromUtf8(":/images/about")));
57 
58  horizontalLayout_2->addWidget(graphic);
59 
60  verticalLayout = new QVBoxLayout();
61  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
62  scrollArea = new QScrollArea(HelpMessageDialog);
63  scrollArea->setObjectName(QStringLiteral("scrollArea"));
64  scrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
65  scrollArea->setWidgetResizable(true);
66  scrollAreaWidgetContents = new QWidget();
67  scrollAreaWidgetContents->setObjectName(QStringLiteral("scrollAreaWidgetContents"));
68  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 659, 348));
69  verticalLayout_2 = new QVBoxLayout(scrollAreaWidgetContents);
70  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
71  helpMessageLabel = new QLabel(scrollAreaWidgetContents);
72  helpMessageLabel->setObjectName(QStringLiteral("helpMessageLabel"));
73  QFont font1;
74  font1.setFamily(QStringLiteral("Terminal"));
75  helpMessageLabel->setFont(font1);
76  helpMessageLabel->setCursor(QCursor(Qt::IBeamCursor));
77  helpMessageLabel->setTextFormat(Qt::PlainText);
78  helpMessageLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
79 
80  verticalLayout_2->addWidget(helpMessageLabel);
81 
82  scrollArea->setWidget(scrollAreaWidgetContents);
83 
84  verticalLayout->addWidget(scrollArea);
85 
86  okButton = new QDialogButtonBox(HelpMessageDialog);
87  okButton->setObjectName(QStringLiteral("okButton"));
88  okButton->setOrientation(Qt::Horizontal);
89  okButton->setStandardButtons(QDialogButtonBox::Ok);
90 
91  verticalLayout->addWidget(okButton);
92 
93 
94  horizontalLayout_2->addLayout(verticalLayout);
95 
96 
97  retranslateUi(HelpMessageDialog);
98  QObject::connect(okButton, SIGNAL(accepted()), HelpMessageDialog, SLOT(accept()));
99  QObject::connect(okButton, SIGNAL(rejected()), HelpMessageDialog, SLOT(reject()));
100 
101  QMetaObject::connectSlotsByName(HelpMessageDialog);
102  } // setupUi
103 
105  {
106  HelpMessageDialog->setWindowTitle(QApplication::translate("HelpMessageDialog", "Anoncoin Core - Command-line options", 0));
107  } // retranslateUi
108 
109 };
110 
111 namespace Ui {
113 } // namespace Ui
114 
115 QT_END_NAMESPACE
116 
117 #endif // UI_HELPMESSAGEDIALOG_H
QHBoxLayout * horizontalLayout_2
void setupUi(QDialog *HelpMessageDialog)
QVBoxLayout * verticalLayout_2
void retranslateUi(QDialog *HelpMessageDialog)
"Help message" dialog box
Definition: utilitydialog.h:39
QDialogButtonBox * okButton