Anoncoin  0.9.4
P2P Digital Currency
ui_aboutdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'aboutdialog.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_ABOUTDIALOG_H
10 #define UI_ABOUTDIALOG_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/QSpacerItem>
22 #include <QtWidgets/QVBoxLayout>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QHBoxLayout *horizontalLayout_2;
30  QLabel *label_4;
31  QVBoxLayout *verticalLayout_2;
32  QSpacerItem *verticalSpacer_2;
33  QHBoxLayout *horizontalLayout;
34  QLabel *label;
35  QLabel *versionLabel;
36  QSpacerItem *horizontalSpacer;
37  QLabel *copyrightLabel;
38  QLabel *label_2;
39  QSpacerItem *verticalSpacer;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(QDialog *AboutDialog)
43  {
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")));
57 
58  horizontalLayout_2->addWidget(label_4);
59 
60  verticalLayout_2 = new QVBoxLayout();
61  verticalLayout_2->setObjectName(QStringLiteral("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(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);
72 
73  horizontalLayout->addWidget(label);
74 
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);
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(QStringLiteral("copyrightLabel"));
92  copyrightLabel->setCursor(QCursor(Qt::IBeamCursor));
93  copyrightLabel->setText(QStringLiteral("Copyright &copy; 2013-YYYY The Anoncoin Core developers"));
94  copyrightLabel->setTextFormat(Qt::RichText);
95  copyrightLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
96 
97  verticalLayout_2->addWidget(copyrightLabel);
98 
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);
104 
105  verticalLayout_2->addWidget(label_2);
106 
107  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
108 
109  verticalLayout_2->addItem(verticalSpacer);
110 
111  buttonBox = new QDialogButtonBox(AboutDialog);
112  buttonBox->setObjectName(QStringLiteral("buttonBox"));
113  buttonBox->setOrientation(Qt::Horizontal);
114  buttonBox->setStandardButtons(QDialogButtonBox::Ok);
115 
116  verticalLayout_2->addWidget(buttonBox);
117 
118 
119  horizontalLayout_2->addLayout(verticalLayout_2);
120 
121 
122  retranslateUi(AboutDialog);
123  QObject::connect(buttonBox, SIGNAL(accepted()), AboutDialog, SLOT(accept()));
124  QObject::connect(buttonBox, SIGNAL(rejected()), AboutDialog, SLOT(reject()));
125 
126  QMetaObject::connectSlotsByName(AboutDialog);
127  } // setupUi
128 
129  void retranslateUi(QDialog *AboutDialog)
130  {
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"
135 "\n"
136 "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.\n"
137 "\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));
139  } // retranslateUi
140 
141 };
142 
143 namespace Ui {
144  class AboutDialog: public Ui_AboutDialog {};
145 } // namespace Ui
146 
147 QT_END_NAMESPACE
148 
149 #endif // UI_ABOUTDIALOG_H
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer
QSpacerItem * verticalSpacer_2
"About" dialog box
Definition: utilitydialog.h:21
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