/********************************************************************************
** Form generated from reading UI file 'Trial.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_TRIAL_H
#define UI_TRIAL_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#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(QString::fromUtf8("TrialDialog"));
TrialDialog->resize(450, 230);
TrialDialog->setMinimumSize(QSize(450, 230));
verticalLayout_3 = new QVBoxLayout(TrialDialog);
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
verticalLayout_3->setContentsMargins(5, 5, 5, 0);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QString::fromUtf8("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(QString::fromUtf8("verticalLayout_2"));
verticalSpacer_2 = new QSpacerItem(20, 5, QSizePolicy::Minimum, QSizePolicy::Fixed);
verticalLayout_2->addItem(verticalSpacer_2);
label = new QLabel(TrialDialog);
label->setObjectName(QString::fromUtf8("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(QString::fromUtf8("verticalLayout"));
trialTitle = new QLabel(TrialDialog);
trialTitle->setObjectName(QString::fromUtf8("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(QString::fromUtf8("label_3"));
label_3->setMinimumSize(QSize(0, 70));
label_3->setWordWrap(true);
verticalLayout->addWidget(label_3);
label_4 = new QLabel(TrialDialog);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setOpenExternalLinks(true);
verticalLayout->addWidget(label_4);
horizontalLayout_2->addLayout(verticalLayout);
verticalLayout_3->addLayout(horizontalLayout_2);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(-1, -1, -1, 10);
buyNowButton = new QPushButton(TrialDialog);
buyNowButton->setObjectName(QString::fromUtf8("buyNowButton"));
horizontalLayout->addWidget(buyNowButton);
enterLicenseButton = new QPushButton(TrialDialog);
enterLicenseButton->setObjectName(QString::fromUtf8("enterLicenseButton"));
horizontalLayout->addWidget(enterLicenseButton);
horizontalSpacer = new QSpacerItem(52, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
continueTrialButton = new QPushButton(TrialDialog);
continueTrialButton->setObjectName(QString::fromUtf8("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(QCoreApplication::translate("TrialDialog", "Evaluation License", nullptr));
label->setText(QString());
trialTitle->setText(QCoreApplication::translate("TrialDialog", "Evaluation License - 30 Days Left", nullptr));
label_3->setText(QCoreApplication::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.", nullptr));
label_4->setText(QCoreApplication::translate("TrialDialog", "<a href=\"https://www.subflexion.com/WickedDocs/eula.html\">End User License Agreement</a>", nullptr));
buyNowButton->setText(QCoreApplication::translate("TrialDialog", "Buy Now", nullptr));
enterLicenseButton->setText(QCoreApplication::translate("TrialDialog", "Enter License", nullptr));
continueTrialButton->setText(QCoreApplication::translate("TrialDialog", "Continue Trial", nullptr));
} // retranslateUi
};
namespace Ui {
class TrialDialog: public Ui_TrialDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_TRIAL_H