/********************************************************************************
** Form generated from reading UI file 'CheckUpdates.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_CHECKUPDATES_H
#define UI_CHECKUPDATES_H

#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_CheckUpdates
{
public:
    QVBoxLayout *verticalLayout;
    QGridLayout *gridLayout;
    QLabel *label_4;
    QLabel *currentVersion;
    QPushButton *checkButton;
    QHBoxLayout *horizontalLayout;
    QLabel *checkLabel;
    QProgressBar *checkProgressBar;
    QLabel *checkReady;
    QLabel *checkedVersion;
    QPushButton *downloadButton;
    QHBoxLayout *horizontalLayout_2;
    QLabel *downloadLabel;
    QProgressBar *downloadProgressBar;
    QLabel *downloadReady;
    QLabel *downloadedVersion;
    QPushButton *installButton;
    QHBoxLayout *horizontalLayout_3;
    QLabel *installLabel;
    QProgressBar *installProgressBar;
    QPushButton *restartButton;
    QSpacerItem *verticalSpacer;
    QCheckBox *checkBox;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *CheckUpdates)
    {
        if (CheckUpdates->objectName().isEmpty())
            CheckUpdates->setObjectName(QString::fromUtf8("CheckUpdates"));
        CheckUpdates->resize(590, 357);
        verticalLayout = new QVBoxLayout(CheckUpdates);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        label_4 = new QLabel(CheckUpdates);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        gridLayout->addWidget(label_4, 0, 1, 1, 1);

        currentVersion = new QLabel(CheckUpdates);
        currentVersion->setObjectName(QString::fromUtf8("currentVersion"));

        gridLayout->addWidget(currentVersion, 0, 2, 1, 1);

        checkButton = new QPushButton(CheckUpdates);
        checkButton->setObjectName(QString::fromUtf8("checkButton"));

        gridLayout->addWidget(checkButton, 1, 0, 1, 1);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        checkLabel = new QLabel(CheckUpdates);
        checkLabel->setObjectName(QString::fromUtf8("checkLabel"));
        checkLabel->setEnabled(false);

        horizontalLayout->addWidget(checkLabel);

        checkProgressBar = new QProgressBar(CheckUpdates);
        checkProgressBar->setObjectName(QString::fromUtf8("checkProgressBar"));
        checkProgressBar->setEnabled(true);
        checkProgressBar->setValue(0);

        horizontalLayout->addWidget(checkProgressBar);


        gridLayout->addLayout(horizontalLayout, 1, 1, 1, 2);

        checkReady = new QLabel(CheckUpdates);
        checkReady->setObjectName(QString::fromUtf8("checkReady"));
        checkReady->setEnabled(false);

        gridLayout->addWidget(checkReady, 2, 1, 1, 1);

        checkedVersion = new QLabel(CheckUpdates);
        checkedVersion->setObjectName(QString::fromUtf8("checkedVersion"));
        checkedVersion->setEnabled(false);

        gridLayout->addWidget(checkedVersion, 2, 2, 1, 1);

        downloadButton = new QPushButton(CheckUpdates);
        downloadButton->setObjectName(QString::fromUtf8("downloadButton"));
        downloadButton->setEnabled(false);

        gridLayout->addWidget(downloadButton, 3, 0, 1, 1);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        downloadLabel = new QLabel(CheckUpdates);
        downloadLabel->setObjectName(QString::fromUtf8("downloadLabel"));
        downloadLabel->setEnabled(false);

        horizontalLayout_2->addWidget(downloadLabel);

        downloadProgressBar = new QProgressBar(CheckUpdates);
        downloadProgressBar->setObjectName(QString::fromUtf8("downloadProgressBar"));
        downloadProgressBar->setEnabled(true);
        downloadProgressBar->setValue(0);

        horizontalLayout_2->addWidget(downloadProgressBar);


        gridLayout->addLayout(horizontalLayout_2, 3, 1, 1, 2);

        downloadReady = new QLabel(CheckUpdates);
        downloadReady->setObjectName(QString::fromUtf8("downloadReady"));
        downloadReady->setEnabled(false);

        gridLayout->addWidget(downloadReady, 4, 1, 1, 1);

        downloadedVersion = new QLabel(CheckUpdates);
        downloadedVersion->setObjectName(QString::fromUtf8("downloadedVersion"));
        downloadedVersion->setEnabled(false);

        gridLayout->addWidget(downloadedVersion, 4, 2, 1, 1);

        installButton = new QPushButton(CheckUpdates);
        installButton->setObjectName(QString::fromUtf8("installButton"));
        installButton->setEnabled(false);

        gridLayout->addWidget(installButton, 5, 0, 1, 1);

        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
        installLabel = new QLabel(CheckUpdates);
        installLabel->setObjectName(QString::fromUtf8("installLabel"));
        installLabel->setEnabled(false);

        horizontalLayout_3->addWidget(installLabel);

        installProgressBar = new QProgressBar(CheckUpdates);
        installProgressBar->setObjectName(QString::fromUtf8("installProgressBar"));
        installProgressBar->setEnabled(true);
        installProgressBar->setValue(0);

        horizontalLayout_3->addWidget(installProgressBar);


        gridLayout->addLayout(horizontalLayout_3, 5, 1, 1, 2);

        restartButton = new QPushButton(CheckUpdates);
        restartButton->setObjectName(QString::fromUtf8("restartButton"));
        restartButton->setEnabled(false);

        gridLayout->addWidget(restartButton, 6, 2, 1, 1);


        verticalLayout->addLayout(gridLayout);

        verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);

        verticalLayout->addItem(verticalSpacer);

        checkBox = new QCheckBox(CheckUpdates);
        checkBox->setObjectName(QString::fromUtf8("checkBox"));

        verticalLayout->addWidget(checkBox);

        buttonBox = new QDialogButtonBox(CheckUpdates);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);

        verticalLayout->addWidget(buttonBox);


        retranslateUi(CheckUpdates);
        QObject::connect(buttonBox, SIGNAL(accepted()), CheckUpdates, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), CheckUpdates, SLOT(reject()));

        QMetaObject::connectSlotsByName(CheckUpdates);
    } // setupUi

    void retranslateUi(QDialog *CheckUpdates)
    {
        CheckUpdates->setWindowTitle(QCoreApplication::translate("CheckUpdates", "Updates", nullptr));
        label_4->setText(QCoreApplication::translate("CheckUpdates", "Current version:", nullptr));
        currentVersion->setText(QString());
        checkButton->setText(QCoreApplication::translate("CheckUpdates", "Check for updates", nullptr));
        checkLabel->setText(QString());
        checkReady->setText(QCoreApplication::translate("CheckUpdates", "Latest version available:", nullptr));
        checkedVersion->setText(QString());
        downloadButton->setText(QCoreApplication::translate("CheckUpdates", "Download update", nullptr));
        downloadLabel->setText(QString());
        downloadReady->setText(QCoreApplication::translate("CheckUpdates", "Version ready to install:", nullptr));
        downloadedVersion->setText(QString());
        installButton->setText(QCoreApplication::translate("CheckUpdates", "Install update", nullptr));
        installLabel->setText(QString());
        restartButton->setText(QCoreApplication::translate("CheckUpdates", "Restart", nullptr));
        checkBox->setText(QCoreApplication::translate("CheckUpdates", "Automatically check and install updates", nullptr));
    } // retranslateUi

};

namespace Ui {
    class CheckUpdates: public Ui_CheckUpdates {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CHECKUPDATES_H
