Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_aboutdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'aboutdialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_ABOUTDIALOG_H
9 #define UI_ABOUTDIALOG_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/QSpacerItem>
21 #include <QtGui/QVBoxLayout>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QHBoxLayout *horizontalLayout_2;
30  QVBoxLayout *verticalLayout_2;
31  QSpacerItem *verticalSpacer_2;
32  QHBoxLayout *horizontalLayout;
35  QSpacerItem *horizontalSpacer;
39  QSpacerItem *verticalSpacer;
40  QDialogButtonBox *buttonBox;
41 
43  {
44  if (AboutDialog->objectName().isEmpty())
45  AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
46  AboutDialog->resize(593, 319);
47  horizontalLayout_2 = new QHBoxLayout(AboutDialog);
48  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
49  label_4 = new QLabel(AboutDialog);
50  label_4->setObjectName(QString::fromUtf8("label_4"));
51  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Ignored);
52  sizePolicy.setHorizontalStretch(0);
53  sizePolicy.setVerticalStretch(0);
54  sizePolicy.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
55  label_4->setSizePolicy(sizePolicy);
56  label_4->setPixmap(QPixmap(QString::fromUtf8(":/images/about")));
57 
58  horizontalLayout_2->addWidget(label_4);
59 
60  verticalLayout_2 = new QVBoxLayout();
61  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
62  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
63 
64  verticalLayout_2->addItem(verticalSpacer_2);
65 
66  horizontalLayout = new QHBoxLayout();
67  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
68  label = new QLabel(AboutDialog);
69  label->setObjectName(QString::fromUtf8("label"));
70  label->setCursor(QCursor(Qt::IBeamCursor));
71  label->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
72 
73  horizontalLayout->addWidget(label);
74 
75  versionLabel = new QLabel(AboutDialog);
76  versionLabel->setObjectName(QString::fromUtf8("versionLabel"));
77  versionLabel->setCursor(QCursor(Qt::IBeamCursor));
78  versionLabel->setText(QString::fromUtf8("0.3.666-beta"));
79  versionLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
80 
81  horizontalLayout->addWidget(versionLabel);
82 
83  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
84 
85  horizontalLayout->addItem(horizontalSpacer);
86 
87 
88  verticalLayout_2->addLayout(horizontalLayout);
89 
90  copyrightLabel = new QLabel(AboutDialog);
91  copyrightLabel->setObjectName(QString::fromUtf8("copyrightLabel"));
92  copyrightLabel->setCursor(QCursor(Qt::IBeamCursor));
93  copyrightLabel->setText(QString::fromUtf8("Copyright (C) 2009-YYYY The Bitcoin Core developers"));
94  copyrightLabel->setTextFormat(Qt::AutoText);
95  copyrightLabel->setWordWrap(true);
96  copyrightLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
97 
98  verticalLayout_2->addWidget(copyrightLabel);
99 
100  copyrightLabel_MC = new QLabel(AboutDialog);
101  copyrightLabel_MC->setObjectName(QString::fromUtf8("copyrightLabel_MC"));
102 
103  verticalLayout_2->addWidget(copyrightLabel_MC);
104 
105  label_2 = new QLabel(AboutDialog);
106  label_2->setObjectName(QString::fromUtf8("label_2"));
107  label_2->setCursor(QCursor(Qt::IBeamCursor));
108  label_2->setWordWrap(true);
109  label_2->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
110 
111  verticalLayout_2->addWidget(label_2);
112 
113  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
114 
115  verticalLayout_2->addItem(verticalSpacer);
116 
117  buttonBox = new QDialogButtonBox(AboutDialog);
118  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
119  buttonBox->setOrientation(Qt::Horizontal);
120  buttonBox->setStandardButtons(QDialogButtonBox::Ok);
121 
122  verticalLayout_2->addWidget(buttonBox);
123 
124 
125  horizontalLayout_2->addLayout(verticalLayout_2);
126 
127 
128  retranslateUi(AboutDialog);
129  QObject::connect(buttonBox, SIGNAL(accepted()), AboutDialog, SLOT(accept()));
130  QObject::connect(buttonBox, SIGNAL(rejected()), AboutDialog, SLOT(reject()));
131 
132  QMetaObject::connectSlotsByName(AboutDialog);
133  } // setupUi
134 
136  {
137  AboutDialog->setWindowTitle(QApplication::translate("AboutDialog", "About Master Core", 0, QApplication::UnicodeUTF8));
138  label->setText(QApplication::translate("AboutDialog", "<b>Master Core</b> version", 0, QApplication::UnicodeUTF8));
139  copyrightLabel_MC->setText(QApplication::translate("AboutDialog", "Copyright (C) 2013-YYYY The Master Core developers", 0, QApplication::UnicodeUTF8));
140  label_2->setText(QApplication::translate("AboutDialog", "\n"
141 "This is experimental software.\n"
142 "\n"
143 "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.\n"
144 "\n"
145 "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.", 0, QApplication::UnicodeUTF8));
146  } // retranslateUi
147 
148 };
149 
150 namespace Ui {
151  class AboutDialog: public Ui_AboutDialog {};
152 } // namespace Ui
153 
154 QT_END_NAMESPACE
155 
156 #endif // UI_ABOUTDIALOG_H
QLabel * copyrightLabel_MC
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer
QSpacerItem * verticalSpacer_2
"About" dialog box
Definition: utilitydialog.h:20
QHBoxLayout * horizontalLayout_2
QVBoxLayout * verticalLayout_2
QSpacerItem * verticalSpacer
QLabel * label_4
void retranslateUi(QDialog *AboutDialog)
QDialogButtonBox * buttonBox
QLabel * versionLabel
QLabel * copyrightLabel
void setupUi(QDialog *AboutDialog)
QLabel * label_2