Newer
Older
Import / applications / MakePDF / Build / .gen / ui_Trial.h
/********************************************************************************
** Form generated from reading UI file 'Trial.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_TRIAL_H
#define UI_TRIAL_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_TrialDialog
{
public:
    QVBoxLayout *verticalLayout_3;
    QHBoxLayout *horizontalLayout_2;
    QSpacerItem *horizontalSpacer_2;
    QVBoxLayout *verticalLayout_2;
    QSpacerItem *verticalSpacer_2;
    QLabel *label;
    QSpacerItem *verticalSpacer;
    QVBoxLayout *verticalLayout;
    QLabel *trialTitle;
    QLabel *label_3;
    QLabel *label_4;
    QHBoxLayout *horizontalLayout;
    QPushButton *buyNowButton;
    QPushButton *enterLicenseButton;
    QSpacerItem *horizontalSpacer;
    QPushButton *continueTrialButton;

    void setupUi(QDialog *TrialDialog)
    {
        if (TrialDialog->objectName().isEmpty())
            TrialDialog->setObjectName(QStringLiteral("TrialDialog"));
        TrialDialog->resize(450, 230);
        TrialDialog->setMinimumSize(QSize(450, 230));
        verticalLayout_3 = new QVBoxLayout(TrialDialog);
        verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
        verticalLayout_3->setContentsMargins(5, 5, 5, 0);
        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
        horizontalSpacer_2 = new QSpacerItem(5, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);

        horizontalLayout_2->addItem(horizontalSpacer_2);

        verticalLayout_2 = new QVBoxLayout();
        verticalLayout_2->setSpacing(0);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        verticalSpacer_2 = new QSpacerItem(20, 5, QSizePolicy::Minimum, QSizePolicy::Fixed);

        verticalLayout_2->addItem(verticalSpacer_2);

        label = new QLabel(TrialDialog);
        label->setObjectName(QStringLiteral("label"));
        label->setMaximumSize(QSize(64, 64));
        label->setPixmap(QPixmap(QString::fromUtf8(":/images/images/logo.svg")));
        label->setScaledContents(true);

        verticalLayout_2->addWidget(label);

        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_2->addItem(verticalSpacer);


        horizontalLayout_2->addLayout(verticalLayout_2);

        verticalLayout = new QVBoxLayout();
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        trialTitle = new QLabel(TrialDialog);
        trialTitle->setObjectName(QStringLiteral("trialTitle"));
        QFont font;
        font.setPointSize(20);
        font.setBold(true);
        font.setWeight(75);
        trialTitle->setFont(font);

        verticalLayout->addWidget(trialTitle);

        label_3 = new QLabel(TrialDialog);
        label_3->setObjectName(QStringLiteral("label_3"));
        label_3->setMinimumSize(QSize(0, 70));
        label_3->setWordWrap(true);

        verticalLayout->addWidget(label_3);

        label_4 = new QLabel(TrialDialog);
        label_4->setObjectName(QStringLiteral("label_4"));
        label_4->setOpenExternalLinks(true);

        verticalLayout->addWidget(label_4);


        horizontalLayout_2->addLayout(verticalLayout);


        verticalLayout_3->addLayout(horizontalLayout_2);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        horizontalLayout->setContentsMargins(-1, -1, -1, 10);
        buyNowButton = new QPushButton(TrialDialog);
        buyNowButton->setObjectName(QStringLiteral("buyNowButton"));

        horizontalLayout->addWidget(buyNowButton);

        enterLicenseButton = new QPushButton(TrialDialog);
        enterLicenseButton->setObjectName(QStringLiteral("enterLicenseButton"));

        horizontalLayout->addWidget(enterLicenseButton);

        horizontalSpacer = new QSpacerItem(52, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout->addItem(horizontalSpacer);

        continueTrialButton = new QPushButton(TrialDialog);
        continueTrialButton->setObjectName(QStringLiteral("continueTrialButton"));

        horizontalLayout->addWidget(continueTrialButton);


        verticalLayout_3->addLayout(horizontalLayout);


        retranslateUi(TrialDialog);
        QObject::connect(continueTrialButton, SIGNAL(clicked()), TrialDialog, SLOT(accept()));

        continueTrialButton->setDefault(true);


        QMetaObject::connectSlotsByName(TrialDialog);
    } // setupUi

    void retranslateUi(QDialog *TrialDialog)
    {
        TrialDialog->setWindowTitle(QApplication::translate("TrialDialog", "Evaluation License", 0));
        label->setText(QString());
        trialTitle->setText(QApplication::translate("TrialDialog", "Evaluation License - 30 Days Left", 0));
        label_3->setText(QApplication::translate("TrialDialog", "When using this application according to the 30 day evaluation license terms, once the evaluation period ends, you must either purchase a license or uninstall this software.", 0));
        label_4->setText(QApplication::translate("TrialDialog", "<a href=\"https://www.subflexion.com/WickedDocs/eula.html\">End User License Agreement</a>", 0));
        buyNowButton->setText(QApplication::translate("TrialDialog", "Buy Now", 0));
        enterLicenseButton->setText(QApplication::translate("TrialDialog", "Enter License", 0));
        continueTrialButton->setText(QApplication::translate("TrialDialog", "Continue Trial", 0));
    } // retranslateUi

};

namespace Ui {
    class TrialDialog: public Ui_TrialDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_TRIAL_H