Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_helpmessagedialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'helpmessagedialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_HELPMESSAGEDIALOG_H
9 #define UI_HELPMESSAGEDIALOG_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QDialog>
16 #include <QtGui/QDialogButtonBox>
17 #include <QtGui/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QScrollArea>
21 #include <QtGui/QVBoxLayout>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QHBoxLayout *horizontalLayout_2;
31  QVBoxLayout *verticalLayout;
32  QScrollArea *scrollArea;
34  QVBoxLayout *verticalLayout_2;
36  QDialogButtonBox *okButton;
37 
39  {
40  if (HelpMessageDialog->objectName().isEmpty())
41  HelpMessageDialog->setObjectName(QString::fromUtf8("HelpMessageDialog"));
42  HelpMessageDialog->resize(800, 400);
43  QFont font;
44  font.setPointSize(10);
45  HelpMessageDialog->setFont(font);
46  horizontalLayout_2 = new QHBoxLayout(HelpMessageDialog);
47  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
48  graphic = new QLabel(HelpMessageDialog);
49  graphic->setObjectName(QString::fromUtf8("graphic"));
50  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Ignored);
51  sizePolicy.setHorizontalStretch(0);
52  sizePolicy.setVerticalStretch(0);
53  sizePolicy.setHeightForWidth(graphic->sizePolicy().hasHeightForWidth());
54  graphic->setSizePolicy(sizePolicy);
55  graphic->setPixmap(QPixmap(QString::fromUtf8(":/images/about")));
56 
57  horizontalLayout_2->addWidget(graphic);
58 
59  verticalLayout = new QVBoxLayout();
60  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
61  scrollArea = new QScrollArea(HelpMessageDialog);
62  scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
63  scrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
64  scrollArea->setWidgetResizable(true);
65  scrollAreaWidgetContents = new QWidget();
66  scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
67  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 659, 348));
68  verticalLayout_2 = new QVBoxLayout(scrollAreaWidgetContents);
69  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
70  helpMessageLabel = new QLabel(scrollAreaWidgetContents);
71  helpMessageLabel->setObjectName(QString::fromUtf8("helpMessageLabel"));
72  QFont font1;
73  font1.setFamily(QString::fromUtf8("Terminal"));
74  helpMessageLabel->setFont(font1);
75  helpMessageLabel->setCursor(QCursor(Qt::IBeamCursor));
76  helpMessageLabel->setTextFormat(Qt::PlainText);
77  helpMessageLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
78 
79  verticalLayout_2->addWidget(helpMessageLabel);
80 
81  scrollArea->setWidget(scrollAreaWidgetContents);
82 
83  verticalLayout->addWidget(scrollArea);
84 
85  okButton = new QDialogButtonBox(HelpMessageDialog);
86  okButton->setObjectName(QString::fromUtf8("okButton"));
87  okButton->setOrientation(Qt::Horizontal);
88  okButton->setStandardButtons(QDialogButtonBox::Ok);
89 
90  verticalLayout->addWidget(okButton);
91 
92 
93  horizontalLayout_2->addLayout(verticalLayout);
94 
95 
96  retranslateUi(HelpMessageDialog);
97  QObject::connect(okButton, SIGNAL(accepted()), HelpMessageDialog, SLOT(accept()));
98  QObject::connect(okButton, SIGNAL(rejected()), HelpMessageDialog, SLOT(reject()));
99 
100  QMetaObject::connectSlotsByName(HelpMessageDialog);
101  } // setupUi
102 
104  {
105  HelpMessageDialog->setWindowTitle(QApplication::translate("HelpMessageDialog", "Bitcoin Core - Command-line options", 0, QApplication::UnicodeUTF8));
106  } // retranslateUi
107 
108 };
109 
110 namespace Ui {
112 } // namespace Ui
113 
114 QT_END_NAMESPACE
115 
116 #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:38
QDialogButtonBox * okButton