/********************************************************************************
** Form generated from reading UI file 'Evaluation.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_EVALUATION_H
#define UI_EVALUATION_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_EvaluationDialog
{
public:
QVBoxLayout *verticalLayout;
QLabel *label_3;
QTabWidget *tabWidget;
QWidget *tab;
QGridLayout *gridLayout;
QLineEdit *trialName;
QLabel *label;
QLabel *label_2;
QLineEdit *trialEmail;
QPushButton *trialActivate;
QWidget *tab_2;
QGridLayout *gridLayout_2;
QLabel *label_4;
QLabel *label_5;
QLineEdit *licenseFile;
QPushButton *openLicenseFile;
QSpacerItem *verticalSpacer_2;
QPushButton *applyLicense;
QSpacerItem *verticalSpacer;
QHBoxLayout *horizontalLayout;
QLabel *activateLabel;
QProgressBar *activateProgressBar;
void setupUi(QDialog *EvaluationDialog)
{
if (EvaluationDialog->objectName().isEmpty())
EvaluationDialog->setObjectName(QString::fromUtf8("EvaluationDialog"));
EvaluationDialog->resize(520, 265);
verticalLayout = new QVBoxLayout(EvaluationDialog);
verticalLayout->setSpacing(5);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
verticalLayout->setContentsMargins(5, 12, 5, 0);
label_3 = new QLabel(EvaluationDialog);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setWordWrap(true);
label_3->setMargin(5);
label_3->setOpenExternalLinks(true);
verticalLayout->addWidget(label_3);
tabWidget = new QTabWidget(EvaluationDialog);
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
tab = new QWidget();
tab->setObjectName(QString::fromUtf8("tab"));
gridLayout = new QGridLayout(tab);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
trialName = new QLineEdit(tab);
trialName->setObjectName(QString::fromUtf8("trialName"));
gridLayout->addWidget(trialName, 0, 1, 1, 1);
label = new QLabel(tab);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 0, 0, 1, 1);
label_2 = new QLabel(tab);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 1, 0, 1, 1);
trialEmail = new QLineEdit(tab);
trialEmail->setObjectName(QString::fromUtf8("trialEmail"));
gridLayout->addWidget(trialEmail, 1, 1, 1, 1);
trialActivate = new QPushButton(tab);
trialActivate->setObjectName(QString::fromUtf8("trialActivate"));
gridLayout->addWidget(trialActivate, 2, 0, 1, 2);
tabWidget->addTab(tab, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QString::fromUtf8("tab_2"));
gridLayout_2 = new QGridLayout(tab_2);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
label_4 = new QLabel(tab_2);
label_4->setObjectName(QString::fromUtf8("label_4"));
gridLayout_2->addWidget(label_4, 3, 0, 1, 1);
label_5 = new QLabel(tab_2);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setWordWrap(true);
label_5->setMargin(5);
label_5->setOpenExternalLinks(true);
gridLayout_2->addWidget(label_5, 0, 0, 2, 3);
licenseFile = new QLineEdit(tab_2);
licenseFile->setObjectName(QString::fromUtf8("licenseFile"));
gridLayout_2->addWidget(licenseFile, 3, 1, 1, 1);
openLicenseFile = new QPushButton(tab_2);
openLicenseFile->setObjectName(QString::fromUtf8("openLicenseFile"));
gridLayout_2->addWidget(openLicenseFile, 3, 2, 1, 1);
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout_2->addItem(verticalSpacer_2, 4, 1, 1, 1);
applyLicense = new QPushButton(tab_2);
applyLicense->setObjectName(QString::fromUtf8("applyLicense"));
gridLayout_2->addWidget(applyLicense, 5, 0, 1, 3);
tabWidget->addTab(tab_2, QString());
verticalLayout->addWidget(tabWidget);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
activateLabel = new QLabel(EvaluationDialog);
activateLabel->setObjectName(QString::fromUtf8("activateLabel"));
activateLabel->setEnabled(false);
horizontalLayout->addWidget(activateLabel);
activateProgressBar = new QProgressBar(EvaluationDialog);
activateProgressBar->setObjectName(QString::fromUtf8("activateProgressBar"));
activateProgressBar->setEnabled(true);
activateProgressBar->setValue(0);
horizontalLayout->addWidget(activateProgressBar);
verticalLayout->addLayout(horizontalLayout);
retranslateUi(EvaluationDialog);
tabWidget->setCurrentIndex(1);
QMetaObject::connectSlotsByName(EvaluationDialog);
} // setupUi
void retranslateUi(QDialog *EvaluationDialog)
{
EvaluationDialog->setWindowTitle(QCoreApplication::translate("EvaluationDialog", "Registration", nullptr));
label_3->setText(QCoreApplication::translate("EvaluationDialog", "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));
label->setText(QCoreApplication::translate("EvaluationDialog", "Name:", nullptr));
label_2->setText(QCoreApplication::translate("EvaluationDialog", "Email address:", nullptr));
trialActivate->setText(QCoreApplication::translate("EvaluationDialog", "Activate 30 day trial", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab), QCoreApplication::translate("EvaluationDialog", "Activate Trial", nullptr));
label_4->setText(QCoreApplication::translate("EvaluationDialog", "License File:", nullptr));
label_5->setText(QCoreApplication::translate("EvaluationDialog", "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));
openLicenseFile->setText(QCoreApplication::translate("EvaluationDialog", "Open...", nullptr));
applyLicense->setText(QCoreApplication::translate("EvaluationDialog", "Apply License", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab_2), QCoreApplication::translate("EvaluationDialog", "Register", nullptr));
activateLabel->setText(QString());
} // retranslateUi
};
namespace Ui {
class EvaluationDialog: public Ui_EvaluationDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_EVALUATION_H