/********************************************************************************
** Form generated from reading UI file 'Register.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_REGISTER_H
#define UI_REGISTER_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/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(QStringLiteral("RegisterDialog"));
RegisterDialog->resize(450, 240);
RegisterDialog->setMinimumSize(QSize(450, 240));
verticalLayout = new QVBoxLayout(RegisterDialog);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
label_5 = new QLabel(RegisterDialog);
label_5->setObjectName(QStringLiteral("label_5"));
label_5->setWordWrap(true);
label_5->setMargin(5);
label_5->setOpenExternalLinks(true);
verticalLayout->addWidget(label_5);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
label_4 = new QLabel(RegisterDialog);
label_4->setObjectName(QStringLiteral("label_4"));
horizontalLayout->addWidget(label_4);
licenseFile = new QLineEdit(RegisterDialog);
licenseFile->setObjectName(QStringLiteral("licenseFile"));
horizontalLayout->addWidget(licenseFile);
openLicenseFile = new QPushButton(RegisterDialog);
openLicenseFile->setObjectName(QStringLiteral("openLicenseFile"));
horizontalLayout->addWidget(openLicenseFile);
verticalLayout->addLayout(horizontalLayout);
label_3 = new QLabel(RegisterDialog);
label_3->setObjectName(QStringLiteral("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(QStringLiteral("horizontalLayout_2"));
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer);
applyLicense = new QPushButton(RegisterDialog);
applyLicense->setObjectName(QStringLiteral("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(QApplication::translate("RegisterDialog", "Registration", 0));
label_5->setText(QApplication::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.", 0));
label_4->setText(QApplication::translate("RegisterDialog", "License File:", 0));
openLicenseFile->setText(QApplication::translate("RegisterDialog", "Choose File...", 0));
label_3->setText(QApplication::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.", 0));
applyLicense->setText(QApplication::translate("RegisterDialog", "Apply License", 0));
} // retranslateUi
};
namespace Ui {
class RegisterDialog: public Ui_RegisterDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_REGISTER_H