/********************************************************************************
** Form generated from reading UI file 'About.ui'
**
** Created by: Qt User Interface Compiler version 5.5.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ABOUT_H
#define UI_ABOUT_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QFrame>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_About
{
public:
QVBoxLayout *verticalLayout_2;
QFrame *frame;
QVBoxLayout *verticalLayout_4;
QSpacerItem *verticalSpacer;
QHBoxLayout *horizontalLayout;
QLabel *appIcon;
QSpacerItem *horizontalSpacer;
QVBoxLayout *verticalLayout;
QLabel *appName;
QLabel *appVer;
QLabel *label;
QLabel *appURL;
QSpacerItem *verticalSpacer_2;
QFrame *frame_2;
QVBoxLayout *verticalLayout_3;
QLabel *label_2;
QHBoxLayout *horizontalLayout_2;
QLabel *label_6;
QLabel *label_7;
QSpacerItem *horizontalSpacer_2;
QPushButton *okayButton;
void setupUi(QDialog *About)
{
if (About->objectName().isEmpty())
About->setObjectName(QStringLiteral("About"));
About->resize(500, 316);
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(About->sizePolicy().hasHeightForWidth());
About->setSizePolicy(sizePolicy);
About->setMinimumSize(QSize(500, 300));
About->setMaximumSize(QSize(800, 500));
About->setSizeGripEnabled(false);
verticalLayout_2 = new QVBoxLayout(About);
verticalLayout_2->setSpacing(0);
verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
verticalLayout_2->setContentsMargins(0, 0, 0, 0);
frame = new QFrame(About);
frame->setObjectName(QStringLiteral("frame"));
QPalette palette;
QBrush brush(QColor(255, 255, 255, 255));
brush.setStyle(Qt::SolidPattern);
palette.setBrush(QPalette::Active, QPalette::Button, brush);
palette.setBrush(QPalette::Active, QPalette::Base, brush);
palette.setBrush(QPalette::Active, QPalette::Window, brush);
palette.setBrush(QPalette::Inactive, QPalette::Button, brush);
palette.setBrush(QPalette::Inactive, QPalette::Base, brush);
palette.setBrush(QPalette::Inactive, QPalette::Window, brush);
palette.setBrush(QPalette::Disabled, QPalette::Button, brush);
palette.setBrush(QPalette::Disabled, QPalette::Base, brush);
palette.setBrush(QPalette::Disabled, QPalette::Window, brush);
frame->setPalette(palette);
frame->setAutoFillBackground(true);
frame->setFrameShape(QFrame::NoFrame);
frame->setFrameShadow(QFrame::Plain);
verticalLayout_4 = new QVBoxLayout(frame);
verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout_4->addItem(verticalSpacer);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setSpacing(0);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
appIcon = new QLabel(frame);
appIcon->setObjectName(QStringLiteral("appIcon"));
QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(appIcon->sizePolicy().hasHeightForWidth());
appIcon->setSizePolicy(sizePolicy1);
appIcon->setMinimumSize(QSize(160, 160));
appIcon->setMaximumSize(QSize(160, 160));
appIcon->setScaledContents(true);
appIcon->setAlignment(Qt::AlignCenter);
horizontalLayout->addWidget(appIcon);
horizontalSpacer = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
appName = new QLabel(frame);
appName->setObjectName(QStringLiteral("appName"));
QFont font;
font.setPointSize(40);
font.setBold(true);
font.setWeight(75);
appName->setFont(font);
appName->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
verticalLayout->addWidget(appName);
appVer = new QLabel(frame);
appVer->setObjectName(QStringLiteral("appVer"));
appVer->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
verticalLayout->addWidget(appVer);
label = new QLabel(frame);
label->setObjectName(QStringLiteral("label"));
QFont font1;
font1.setPointSize(10);
label->setFont(font1);
label->setWordWrap(true);
verticalLayout->addWidget(label);
appURL = new QLabel(frame);
appURL->setObjectName(QStringLiteral("appURL"));
appURL->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
appURL->setOpenExternalLinks(true);
verticalLayout->addWidget(appURL);
horizontalLayout->addLayout(verticalLayout);
verticalLayout_4->addLayout(horizontalLayout);
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout_4->addItem(verticalSpacer_2);
verticalLayout_2->addWidget(frame);
frame_2 = new QFrame(About);
frame_2->setObjectName(QStringLiteral("frame_2"));
QPalette palette1;
palette1.setBrush(QPalette::Active, QPalette::Button, brush);
palette1.setBrush(QPalette::Active, QPalette::Base, brush);
palette1.setBrush(QPalette::Active, QPalette::Window, brush);
palette1.setBrush(QPalette::Inactive, QPalette::Button, brush);
palette1.setBrush(QPalette::Inactive, QPalette::Base, brush);
palette1.setBrush(QPalette::Inactive, QPalette::Window, brush);
palette1.setBrush(QPalette::Disabled, QPalette::Button, brush);
palette1.setBrush(QPalette::Disabled, QPalette::Base, brush);
palette1.setBrush(QPalette::Disabled, QPalette::Window, brush);
frame_2->setPalette(palette1);
frame_2->setAutoFillBackground(false);
frame_2->setFrameShape(QFrame::NoFrame);
frame_2->setFrameShadow(QFrame::Raised);
verticalLayout_3 = new QVBoxLayout(frame_2);
verticalLayout_3->setSpacing(10);
verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
label_2 = new QLabel(frame_2);
label_2->setObjectName(QStringLiteral("label_2"));
QFont font2;
font2.setPointSize(11);
label_2->setFont(font2);
label_2->setWordWrap(true);
verticalLayout_3->addWidget(label_2);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
label_6 = new QLabel(frame_2);
label_6->setObjectName(QStringLiteral("label_6"));
label_6->setMaximumSize(QSize(16777215, 22));
label_6->setOpenExternalLinks(true);
horizontalLayout_2->addWidget(label_6);
label_7 = new QLabel(frame_2);
label_7->setObjectName(QStringLiteral("label_7"));
label_7->setMaximumSize(QSize(16777215, 22));
label_7->setOpenExternalLinks(true);
horizontalLayout_2->addWidget(label_7);
horizontalSpacer_2 = new QSpacerItem(140, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer_2);
okayButton = new QPushButton(frame_2);
okayButton->setObjectName(QStringLiteral("okayButton"));
horizontalLayout_2->addWidget(okayButton);
verticalLayout_3->addLayout(horizontalLayout_2);
verticalLayout_2->addWidget(frame_2);
retranslateUi(About);
QObject::connect(okayButton, SIGNAL(clicked()), About, SLOT(accept()));
QMetaObject::connectSlotsByName(About);
} // setupUi
void retranslateUi(QDialog *About)
{
About->setWindowTitle(QApplication::translate("About", "About", 0));
appIcon->setText(QApplication::translate("About", "AppIcon", 0));
appName->setText(QApplication::translate("About", "AppName", 0));
appVer->setText(QApplication::translate("About", "AppVer", 0));
label->setText(QApplication::translate("About", "Copyright (c) 2015-2020 Subflexion.\n"
"All rights reserved.", 0));
appURL->setText(QApplication::translate("About", "<html><head/><body><p><a href=\"https://www.subflexion.com/WickedDocs\"><span style=\" text-decoration: underline; color:#0000ff;\">https://www.subflexion.com/WickedDocs</span></a></p></body></html>", 0));
label_2->setText(QApplication::translate("About", "This software is protected by copyright law and international treaties.<br><br>By using this software you agree to the terms and conditions specified in the License Agreement.", 0));
label_6->setText(QApplication::translate("About", "<html><head/><body><a href=\"https://www.subflexion.com/WickedDocs/eula.html\"><span style=\" text-decoration: underline; color:#0000ff;\">License Agreement</span></a></body></html>", 0));
label_7->setText(QApplication::translate("About", "<html><head/><body><a href=\"https://www.subflexion.com/WickedDocs/licenses.html\"><span style=\" text-decoration: underline; color:#0000ff;\">Acknowledgements</span></a></body></html>", 0));
okayButton->setText(QApplication::translate("About", "OK", 0));
} // retranslateUi
};
namespace Ui {
class About: public Ui_About {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUT_H