/********************************************************************************
** Form generated from reading UI file 'CheckUpdates.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_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/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_CheckUpdates
{
public:
    QVBoxLayout *verticalLayout;
    QGridLayout *gridLayout;
    QPushButton *pushButton_2;
    QLabel *label;
    QProgressBar *progressBar;
    QLabel *label_3;
    QLabel *label_4;
    QPushButton *pushButton;
    QLabel *label_2;
    QProgressBar *progressBar_2;
    QLabel *label_5;
    QLabel *label_6;
    QPushButton *pushButton_3;
    QLabel *label_7;
    QProgressBar *progressBar_3;
    QSpacerItem *verticalSpacer;
    QCheckBox *checkBox;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *CheckUpdates)
    {
        if (CheckUpdates->objectName().isEmpty())
            CheckUpdates->setObjectName(QString::fromUtf8("CheckUpdates"));
        CheckUpdates->resize(528, 277);
        verticalLayout = new QVBoxLayout(CheckUpdates);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        pushButton_2 = new QPushButton(CheckUpdates);
        pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));

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

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

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

        progressBar = new QProgressBar(CheckUpdates);
        progressBar->setObjectName(QString::fromUtf8("progressBar"));
        progressBar->setValue(24);

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

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

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

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

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

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

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

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

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

        progressBar_2 = new QProgressBar(CheckUpdates);
        progressBar_2->setObjectName(QString::fromUtf8("progressBar_2"));
        progressBar_2->setValue(24);

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

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

        gridLayout->addWidget(label_5, 3, 0, 1, 2);

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

        gridLayout->addWidget(label_6, 3, 2, 1, 1);

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

        gridLayout->addWidget(pushButton_3, 4, 0, 1, 1);

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

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

        progressBar_3 = new QProgressBar(CheckUpdates);
        progressBar_3->setObjectName(QString::fromUtf8("progressBar_3"));
        progressBar_3->setValue(24);

        gridLayout->addWidget(progressBar_3, 4, 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(QApplication::translate("CheckUpdates", "Dialog", nullptr));
        pushButton_2->setText(QApplication::translate("CheckUpdates", "Check for updates", nullptr));
        label->setText(QApplication::translate("CheckUpdates", "Checking for updates...", nullptr));
        label_3->setText(QApplication::translate("CheckUpdates", "Update available:", nullptr));
        label_4->setText(QApplication::translate("CheckUpdates", "version 1.x", nullptr));
        pushButton->setText(QApplication::translate("CheckUpdates", "Download update", nullptr));
        label_2->setText(QApplication::translate("CheckUpdates", "Downloading update...", nullptr));
        label_5->setText(QApplication::translate("CheckUpdates", "Update ready to install:", nullptr));
        label_6->setText(QApplication::translate("CheckUpdates", "version 1.x", nullptr));
        pushButton_3->setText(QApplication::translate("CheckUpdates", "Install update", nullptr));
        label_7->setText(QApplication::translate("CheckUpdates", "Installing...", nullptr));
        checkBox->setText(QApplication::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
