/********************************************************************************
** Form generated from reading UI file 'LicenseUpgrade.ui'
**
** Created by: Qt User Interface Compiler version 5.12.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_LICENSEUPGRADE_H
#define UI_LICENSEUPGRADE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_LicenseUpgrade
{
public:
QDialogButtonBox *buttonBox;
QLabel *label;
QPushButton *upgradeButton;
QLabel *label_2;
QLabel *label_3;
void setupUi(QDialog *LicenseUpgrade)
{
if (LicenseUpgrade->objectName().isEmpty())
LicenseUpgrade->setObjectName(QString::fromUtf8("LicenseUpgrade"));
LicenseUpgrade->resize(400, 300);
buttonBox = new QDialogButtonBox(LicenseUpgrade);
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
buttonBox->setGeometry(QRect(300, 260, 85, 27));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Close);
label = new QLabel(LicenseUpgrade);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(20, 170, 95, 16));
upgradeButton = new QPushButton(LicenseUpgrade);
upgradeButton->setObjectName(QString::fromUtf8("upgradeButton"));
upgradeButton->setGeometry(QRect(290, 170, 85, 27));
label_2 = new QLabel(LicenseUpgrade);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(20, 70, 77, 16));
label_3 = new QLabel(LicenseUpgrade);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(280, 70, 95, 16));
retranslateUi(LicenseUpgrade);
QObject::connect(buttonBox, SIGNAL(accepted()), LicenseUpgrade, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), LicenseUpgrade, SLOT(reject()));
QMetaObject::connectSlotsByName(LicenseUpgrade);
} // setupUi
void retranslateUi(QDialog *LicenseUpgrade)
{
LicenseUpgrade->setWindowTitle(QApplication::translate("LicenseUpgrade", "Dialog", nullptr));
label->setText(QApplication::translate("LicenseUpgrade", "Upgrade license", nullptr));
upgradeButton->setText(QApplication::translate("LicenseUpgrade", "Upgrade", nullptr));
label_2->setText(QApplication::translate("LicenseUpgrade", "License type:", nullptr));
label_3->setText(QApplication::translate("LicenseUpgrade", "non-commercial", nullptr));
} // retranslateUi
};
namespace Ui {
class LicenseUpgrade: public Ui_LicenseUpgrade {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_LICENSEUPGRADE_H