/********************************************************************************
** Form generated from reading UI file 'CheckUpdates.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_CHECKUPDATES_H
#define UI_CHECKUPDATES_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#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(QStringLiteral("CheckUpdates"));
CheckUpdates->resize(590, 357);
verticalLayout = new QVBoxLayout(CheckUpdates);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
gridLayout = new QGridLayout();
gridLayout->setObjectName(QStringLiteral("gridLayout"));
label_4 = new QLabel(CheckUpdates);
label_4->setObjectName(QStringLiteral("label_4"));
gridLayout->addWidget(label_4, 0, 1, 1, 1);
currentVersion = new QLabel(CheckUpdates);
currentVersion->setObjectName(QStringLiteral("currentVersion"));
gridLayout->addWidget(currentVersion, 0, 2, 1, 1);
checkButton = new QPushButton(CheckUpdates);
checkButton->setObjectName(QStringLiteral("checkButton"));
gridLayout->addWidget(checkButton, 1, 0, 1, 1);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
checkLabel = new QLabel(CheckUpdates);
checkLabel->setObjectName(QStringLiteral("checkLabel"));
checkLabel->setEnabled(false);
horizontalLayout->addWidget(checkLabel);
checkProgressBar = new QProgressBar(CheckUpdates);
checkProgressBar->setObjectName(QStringLiteral("checkProgressBar"));
checkProgressBar->setEnabled(true);
checkProgressBar->setValue(0);
horizontalLayout->addWidget(checkProgressBar);
gridLayout->addLayout(horizontalLayout, 1, 1, 1, 2);
checkReady = new QLabel(CheckUpdates);
checkReady->setObjectName(QStringLiteral("checkReady"));
checkReady->setEnabled(false);
gridLayout->addWidget(checkReady, 2, 1, 1, 1);
checkedVersion = new QLabel(CheckUpdates);
checkedVersion->setObjectName(QStringLiteral("checkedVersion"));
checkedVersion->setEnabled(false);
gridLayout->addWidget(checkedVersion, 2, 2, 1, 1);
downloadButton = new QPushButton(CheckUpdates);
downloadButton->setObjectName(QStringLiteral("downloadButton"));
downloadButton->setEnabled(false);
gridLayout->addWidget(downloadButton, 3, 0, 1, 1);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
downloadLabel = new QLabel(CheckUpdates);
downloadLabel->setObjectName(QStringLiteral("downloadLabel"));
downloadLabel->setEnabled(false);
horizontalLayout_2->addWidget(downloadLabel);
downloadProgressBar = new QProgressBar(CheckUpdates);
downloadProgressBar->setObjectName(QStringLiteral("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(QStringLiteral("downloadReady"));
downloadReady->setEnabled(false);
gridLayout->addWidget(downloadReady, 4, 1, 1, 1);
downloadedVersion = new QLabel(CheckUpdates);
downloadedVersion->setObjectName(QStringLiteral("downloadedVersion"));
downloadedVersion->setEnabled(false);
gridLayout->addWidget(downloadedVersion, 4, 2, 1, 1);
installButton = new QPushButton(CheckUpdates);
installButton->setObjectName(QStringLiteral("installButton"));
installButton->setEnabled(false);
gridLayout->addWidget(installButton, 5, 0, 1, 1);
horizontalLayout_3 = new QHBoxLayout();
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
installLabel = new QLabel(CheckUpdates);
installLabel->setObjectName(QStringLiteral("installLabel"));
installLabel->setEnabled(false);
horizontalLayout_3->addWidget(installLabel);
installProgressBar = new QProgressBar(CheckUpdates);
installProgressBar->setObjectName(QStringLiteral("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(QStringLiteral("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(QStringLiteral("checkBox"));
verticalLayout->addWidget(checkBox);
buttonBox = new QDialogButtonBox(CheckUpdates);
buttonBox->setObjectName(QStringLiteral("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", "Updates", 0));
label_4->setText(QApplication::translate("CheckUpdates", "Current version:", 0));
currentVersion->setText(QString());
checkButton->setText(QApplication::translate("CheckUpdates", "Check for updates", 0));
checkLabel->setText(QString());
checkReady->setText(QApplication::translate("CheckUpdates", "Latest version available:", 0));
checkedVersion->setText(QString());
downloadButton->setText(QApplication::translate("CheckUpdates", "Download update", 0));
downloadLabel->setText(QString());
downloadReady->setText(QApplication::translate("CheckUpdates", "Version ready to install:", 0));
downloadedVersion->setText(QString());
installButton->setText(QApplication::translate("CheckUpdates", "Install update", 0));
installLabel->setText(QString());
restartButton->setText(QApplication::translate("CheckUpdates", "Restart", 0));
checkBox->setText(QApplication::translate("CheckUpdates", "Automatically check and install updates", 0));
} // retranslateUi
};
namespace Ui {
class CheckUpdates: public Ui_CheckUpdates {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CHECKUPDATES_H