9 #ifndef UI_ABOUTDIALOG_H
10 #define UI_ABOUTDIALOG_H
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/QSpacerItem>
22 #include <QtWidgets/QVBoxLayout>
44 if (AboutDialog->objectName().isEmpty())
45 AboutDialog->setObjectName(QStringLiteral(
"AboutDialog"));
46 AboutDialog->resize(619, 594);
47 horizontalLayout_2 =
new QHBoxLayout(AboutDialog);
48 horizontalLayout_2->setObjectName(QStringLiteral(
"horizontalLayout_2"));
49 label_4 =
new QLabel(AboutDialog);
50 label_4->setObjectName(QStringLiteral(
"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")));
58 horizontalLayout_2->addWidget(label_4);
60 verticalLayout_2 =
new QVBoxLayout();
61 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
62 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
64 verticalLayout_2->addItem(verticalSpacer_2);
66 horizontalLayout =
new QHBoxLayout();
67 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
68 label =
new QLabel(AboutDialog);
69 label->setObjectName(QStringLiteral(
"label"));
70 label->setCursor(QCursor(Qt::IBeamCursor));
71 label->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
73 horizontalLayout->addWidget(label);
75 versionLabel =
new QLabel(AboutDialog);
76 versionLabel->setObjectName(QStringLiteral(
"versionLabel"));
77 versionLabel->setCursor(QCursor(Qt::IBeamCursor));
78 versionLabel->setText(QStringLiteral(
"0.3.666-beta"));
79 versionLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
81 horizontalLayout->addWidget(versionLabel);
83 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
85 horizontalLayout->addItem(horizontalSpacer);
88 verticalLayout_2->addLayout(horizontalLayout);
90 copyrightLabel =
new QLabel(AboutDialog);
91 copyrightLabel->setObjectName(QStringLiteral(
"copyrightLabel"));
92 copyrightLabel->setCursor(QCursor(Qt::IBeamCursor));
93 copyrightLabel->setText(QStringLiteral(
"Copyright © 2013-YYYY The Anoncoin Core developers"));
94 copyrightLabel->setTextFormat(Qt::RichText);
95 copyrightLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
97 verticalLayout_2->addWidget(copyrightLabel);
99 label_2 =
new QLabel(AboutDialog);
100 label_2->setObjectName(QStringLiteral(
"label_2"));
101 label_2->setCursor(QCursor(Qt::IBeamCursor));
102 label_2->setWordWrap(
true);
103 label_2->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
105 verticalLayout_2->addWidget(label_2);
107 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
109 verticalLayout_2->addItem(verticalSpacer);
111 buttonBox =
new QDialogButtonBox(AboutDialog);
112 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
113 buttonBox->setOrientation(Qt::Horizontal);
114 buttonBox->setStandardButtons(QDialogButtonBox::Ok);
116 verticalLayout_2->addWidget(buttonBox);
119 horizontalLayout_2->addLayout(verticalLayout_2);
123 QObject::connect(buttonBox, SIGNAL(accepted()), AboutDialog, SLOT(accept()));
124 QObject::connect(buttonBox, SIGNAL(rejected()), AboutDialog, SLOT(reject()));
126 QMetaObject::connectSlotsByName(AboutDialog);
131 AboutDialog->setWindowTitle(QApplication::translate(
"AboutDialog",
"About Anoncoin Core", 0));
132 label->setText(QApplication::translate(
"AboutDialog",
"<b>Anoncoin Core</b> version", 0));
133 label_2->setText(QApplication::translate(
"AboutDialog",
"\n"
134 "This is experimental software.\n"
136 "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.\n"
138 "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));
149 #endif // UI_ABOUTDIALOG_H
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer
QSpacerItem * verticalSpacer_2
QHBoxLayout * horizontalLayout_2
QVBoxLayout * verticalLayout_2
QSpacerItem * verticalSpacer
void retranslateUi(QDialog *AboutDialog)
QDialogButtonBox * buttonBox
void setupUi(QDialog *AboutDialog)