Newer
Older
Import / applications / MakePDF / Build / .gen / ui_Register.h
/********************************************************************************
** Form generated from reading UI file 'Register.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_REGISTER_H
#define UI_REGISTER_H

#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_RegisterDialog
{
public:
    QVBoxLayout *verticalLayout;
    QLabel *label_5;
    QHBoxLayout *horizontalLayout;
    QLabel *label_4;
    QLineEdit *licenseFile;
    QPushButton *openLicenseFile;
    QLabel *label_3;
    QHBoxLayout *horizontalLayout_2;
    QSpacerItem *horizontalSpacer;
    QPushButton *applyLicense;
    QSpacerItem *horizontalSpacer_2;

    void setupUi(QDialog *RegisterDialog)
    {
        if (RegisterDialog->objectName().isEmpty())
            RegisterDialog->setObjectName(QString::fromUtf8("RegisterDialog"));
        RegisterDialog->resize(450, 240);
        RegisterDialog->setMinimumSize(QSize(450, 240));
        verticalLayout = new QVBoxLayout(RegisterDialog);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        label_5 = new QLabel(RegisterDialog);
        label_5->setObjectName(QString::fromUtf8("label_5"));
        label_5->setWordWrap(true);
        label_5->setMargin(5);
        label_5->setOpenExternalLinks(true);

        verticalLayout->addWidget(label_5);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        label_4 = new QLabel(RegisterDialog);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        horizontalLayout->addWidget(label_4);

        licenseFile = new QLineEdit(RegisterDialog);
        licenseFile->setObjectName(QString::fromUtf8("licenseFile"));

        horizontalLayout->addWidget(licenseFile);

        openLicenseFile = new QPushButton(RegisterDialog);
        openLicenseFile->setObjectName(QString::fromUtf8("openLicenseFile"));

        horizontalLayout->addWidget(openLicenseFile);


        verticalLayout->addLayout(horizontalLayout);

        label_3 = new QLabel(RegisterDialog);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        label_3->setWordWrap(true);
        label_3->setMargin(5);
        label_3->setOpenExternalLinks(true);

        verticalLayout->addWidget(label_3);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_2->addItem(horizontalSpacer);

        applyLicense = new QPushButton(RegisterDialog);
        applyLicense->setObjectName(QString::fromUtf8("applyLicense"));

        horizontalLayout_2->addWidget(applyLicense);

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

        horizontalLayout_2->addItem(horizontalSpacer_2);


        verticalLayout->addLayout(horizontalLayout_2);


        retranslateUi(RegisterDialog);

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

    void retranslateUi(QDialog *RegisterDialog)
    {
        RegisterDialog->setWindowTitle(QCoreApplication::translate("RegisterDialog", "Registration", nullptr));
        label_5->setText(QCoreApplication::translate("RegisterDialog", "To register this application, purchase a license <a href=\"https://www.subflexion.com/WickedDocs/register.html\">here</a>, save the license file that is emailed to you, open it here and click apply.", nullptr));
        label_4->setText(QCoreApplication::translate("RegisterDialog", "License File:", nullptr));
        openLicenseFile->setText(QCoreApplication::translate("RegisterDialog", "Choose File...", nullptr));
        label_3->setText(QCoreApplication::translate("RegisterDialog", "By continuing to use this application you agree to the <a href=\"https://www.subflexion.com/WickedDocs/eula.html\">EULA</a> terms and conditions.", nullptr));
        applyLicense->setText(QCoreApplication::translate("RegisterDialog", "Apply License", nullptr));
    } // retranslateUi

};

namespace Ui {
    class RegisterDialog: public Ui_RegisterDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_REGISTER_H