Newer
Older
Import / applications / MakePDF / Build / .gen / ui_About.h
/********************************************************************************
** Form generated from reading UI file 'About.ui'
**
** Created by: Qt User Interface Compiler version 5.14.0
**
** 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/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QFrame>
#include <QtWidgets/QHBoxLayout>
#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(QString::fromUtf8("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(QString::fromUtf8("verticalLayout_2"));
        verticalLayout_2->setContentsMargins(0, 0, 0, 0);
        frame = new QFrame(About);
        frame->setObjectName(QString::fromUtf8("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(QString::fromUtf8("verticalLayout_4"));
        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_4->addItem(verticalSpacer);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setSpacing(0);
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        appIcon = new QLabel(frame);
        appIcon->setObjectName(QString::fromUtf8("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(QString::fromUtf8("verticalLayout"));
        appName = new QLabel(frame);
        appName->setObjectName(QString::fromUtf8("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(QString::fromUtf8("appVer"));
        appVer->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);

        verticalLayout->addWidget(appVer);

        label = new QLabel(frame);
        label->setObjectName(QString::fromUtf8("label"));
        QFont font1;
        font1.setPointSize(10);
        label->setFont(font1);
        label->setWordWrap(true);

        verticalLayout->addWidget(label);

        appURL = new QLabel(frame);
        appURL->setObjectName(QString::fromUtf8("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(QString::fromUtf8("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(QString::fromUtf8("verticalLayout_3"));
        label_2 = new QLabel(frame_2);
        label_2->setObjectName(QString::fromUtf8("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(QString::fromUtf8("horizontalLayout_2"));
        label_6 = new QLabel(frame_2);
        label_6->setObjectName(QString::fromUtf8("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(QString::fromUtf8("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(QString::fromUtf8("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(QCoreApplication::translate("About", "About", nullptr));
        appIcon->setText(QCoreApplication::translate("About", "AppIcon", nullptr));
        appName->setText(QCoreApplication::translate("About", "AppName", nullptr));
        appVer->setText(QCoreApplication::translate("About", "AppVer", nullptr));
        label->setText(QCoreApplication::translate("About", "Copyright (c) 2015-2020 Subflexion.\n"
"All rights reserved.", nullptr));
        appURL->setText(QCoreApplication::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>", nullptr));
        label_2->setText(QCoreApplication::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.", nullptr));
        label_6->setText(QCoreApplication::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>", nullptr));
        label_7->setText(QCoreApplication::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>", nullptr));
        okayButton->setText(QCoreApplication::translate("About", "OK", nullptr));
    } // retranslateUi

};

namespace Ui {
    class About: public Ui_About {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ABOUT_H