Newer
Older
Import / applications / MakePDF / Build / .gen / ui_LicenseUpgrade.h
/********************************************************************************
** Form generated from reading UI file 'LicenseUpgrade.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_LICENSEUPGRADE_H
#define UI_LICENSEUPGRADE_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QHeaderView>
#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(QStringLiteral("LicenseUpgrade"));
        LicenseUpgrade->resize(400, 300);
        buttonBox = new QDialogButtonBox(LicenseUpgrade);
        buttonBox->setObjectName(QStringLiteral("buttonBox"));
        buttonBox->setGeometry(QRect(300, 260, 85, 27));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Close);
        label = new QLabel(LicenseUpgrade);
        label->setObjectName(QStringLiteral("label"));
        label->setGeometry(QRect(20, 170, 95, 16));
        upgradeButton = new QPushButton(LicenseUpgrade);
        upgradeButton->setObjectName(QStringLiteral("upgradeButton"));
        upgradeButton->setGeometry(QRect(290, 170, 85, 27));
        label_2 = new QLabel(LicenseUpgrade);
        label_2->setObjectName(QStringLiteral("label_2"));
        label_2->setGeometry(QRect(20, 70, 77, 16));
        label_3 = new QLabel(LicenseUpgrade);
        label_3->setObjectName(QStringLiteral("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", 0));
        label->setText(QApplication::translate("LicenseUpgrade", "Upgrade license", 0));
        upgradeButton->setText(QApplication::translate("LicenseUpgrade", "Upgrade", 0));
        label_2->setText(QApplication::translate("LicenseUpgrade", "License type:", 0));
        label_3->setText(QApplication::translate("LicenseUpgrade", "non-commercial", 0));
    } // retranslateUi

};

namespace Ui {
    class LicenseUpgrade: public Ui_LicenseUpgrade {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_LICENSEUPGRADE_H