/********************************************************************************
** Form generated from reading UI file 'appbox.ui'
**
** Created by: Qt User Interface Compiler version 4.8.7
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_APPBOX_H
#define UI_APPBOX_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QFormLayout>
#include <QtGui/QFrame>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QProgressBar>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QToolButton>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_appBox
{
public:
    QVBoxLayout *verticalLayout;
    QFrame *frame;
    QVBoxLayout *verticalLayout_2;
    QVBoxLayout *verticalLayout_3;
    QHBoxLayout *horizontalLayout_2;
    QCheckBox *checkBox;
    QSpacerItem *horizontalSpacer;
    QPushButton *NOWbtn;
    QLabel *description;
    QProgressBar *progressBar;
    QPushButton *pushButton;
    QWidget *extInfo;
    QFormLayout *formLayout;
    QLabel *label_8;
    QLabel *version;
    QLabel *label_4;
    QLabel *installedVer;
    QLabel *label_6;
    QLabel *url;
    QLabel *label_10;
    QLabel *licenseLabel;
    QLabel *label;
    QLineEdit *keyEdit;
    QLabel *label_3;
    QLabel *kits;
    QLabel *label_12;
    QHBoxLayout *horizontalLayout_3;
    QLabel *scriptLabel;
    QLineEdit *installerEdit;
    QToolButton *toolButton;

    void setupUi(QWidget *appBox)
    {
        if (appBox->objectName().isEmpty())
            appBox->setObjectName(QString::fromUtf8("appBox"));
        appBox->resize(330, 308);
        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(appBox->sizePolicy().hasHeightForWidth());
        appBox->setSizePolicy(sizePolicy);
        appBox->setMinimumSize(QSize(0, 0));
        appBox->setBaseSize(QSize(0, 0));
        verticalLayout = new QVBoxLayout(appBox);
        verticalLayout->setSpacing(0);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        verticalLayout->setContentsMargins(0, 0, 0, 0);
        frame = new QFrame(appBox);
        frame->setObjectName(QString::fromUtf8("frame"));
        frame->setStyleSheet(QString::fromUtf8("#frame {\n"
"background-color: rgb(255, 255, 255);\n"
"border: 1px solid black;\n"
"}"));
        frame->setFrameShape(QFrame::StyledPanel);
        frame->setFrameShadow(QFrame::Raised);
        frame->setLineWidth(3);
        verticalLayout_2 = new QVBoxLayout(frame);
        verticalLayout_2->setSpacing(0);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        verticalLayout_2->setContentsMargins(5, 5, 5, 5);
        verticalLayout_3 = new QVBoxLayout();
        verticalLayout_3->setSpacing(0);
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setSpacing(0);
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        horizontalLayout_2->setContentsMargins(1, 0, -1, 12);
        checkBox = new QCheckBox(frame);
        checkBox->setObjectName(QString::fromUtf8("checkBox"));
        QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Ignored);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(checkBox->sizePolicy().hasHeightForWidth());
        checkBox->setSizePolicy(sizePolicy1);
        checkBox->setMinimumSize(QSize(0, 32));
        checkBox->setMaximumSize(QSize(16777215, 14));
        QFont font;
        font.setPointSize(16);
        checkBox->setFont(font);
        checkBox->setIconSize(QSize(32, 32));

        horizontalLayout_2->addWidget(checkBox);

        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_2->addItem(horizontalSpacer);

        NOWbtn = new QPushButton(frame);
        NOWbtn->setObjectName(QString::fromUtf8("NOWbtn"));
        NOWbtn->setMaximumSize(QSize(35, 16777215));

        horizontalLayout_2->addWidget(NOWbtn);


        verticalLayout_3->addLayout(horizontalLayout_2);

        description = new QLabel(frame);
        description->setObjectName(QString::fromUtf8("description"));

        verticalLayout_3->addWidget(description);

        progressBar = new QProgressBar(frame);
        progressBar->setObjectName(QString::fromUtf8("progressBar"));
        progressBar->setMaximumSize(QSize(16777215, 19));
        progressBar->setValue(0);
        progressBar->setTextVisible(false);
        progressBar->setTextDirection(QProgressBar::TopToBottom);

        verticalLayout_3->addWidget(progressBar);

        pushButton = new QPushButton(frame);
        pushButton->setObjectName(QString::fromUtf8("pushButton"));
        pushButton->setMaximumSize(QSize(16777215, 18));

        verticalLayout_3->addWidget(pushButton);


        verticalLayout_2->addLayout(verticalLayout_3);

        extInfo = new QWidget(frame);
        extInfo->setObjectName(QString::fromUtf8("extInfo"));
        QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
        sizePolicy2.setHorizontalStretch(0);
        sizePolicy2.setVerticalStretch(0);
        sizePolicy2.setHeightForWidth(extInfo->sizePolicy().hasHeightForWidth());
        extInfo->setSizePolicy(sizePolicy2);
        formLayout = new QFormLayout(extInfo);
        formLayout->setObjectName(QString::fromUtf8("formLayout"));
        formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
        label_8 = new QLabel(extInfo);
        label_8->setObjectName(QString::fromUtf8("label_8"));
        label_8->setMinimumSize(QSize(0, 20));

        formLayout->setWidget(0, QFormLayout::LabelRole, label_8);

        version = new QLabel(extInfo);
        version->setObjectName(QString::fromUtf8("version"));
        version->setMaximumSize(QSize(150, 20));
        version->setBaseSize(QSize(150, 20));

        formLayout->setWidget(0, QFormLayout::FieldRole, version);

        label_4 = new QLabel(extInfo);
        label_4->setObjectName(QString::fromUtf8("label_4"));
        label_4->setMinimumSize(QSize(0, 20));

        formLayout->setWidget(1, QFormLayout::LabelRole, label_4);

        installedVer = new QLabel(extInfo);
        installedVer->setObjectName(QString::fromUtf8("installedVer"));

        formLayout->setWidget(1, QFormLayout::FieldRole, installedVer);

        label_6 = new QLabel(extInfo);
        label_6->setObjectName(QString::fromUtf8("label_6"));
        label_6->setMinimumSize(QSize(0, 20));

        formLayout->setWidget(2, QFormLayout::LabelRole, label_6);

        url = new QLabel(extInfo);
        url->setObjectName(QString::fromUtf8("url"));

        formLayout->setWidget(2, QFormLayout::FieldRole, url);

        label_10 = new QLabel(extInfo);
        label_10->setObjectName(QString::fromUtf8("label_10"));
        label_10->setMinimumSize(QSize(0, 20));

        formLayout->setWidget(3, QFormLayout::LabelRole, label_10);

        licenseLabel = new QLabel(extInfo);
        licenseLabel->setObjectName(QString::fromUtf8("licenseLabel"));

        formLayout->setWidget(3, QFormLayout::FieldRole, licenseLabel);

        label = new QLabel(extInfo);
        label->setObjectName(QString::fromUtf8("label"));

        formLayout->setWidget(4, QFormLayout::LabelRole, label);

        keyEdit = new QLineEdit(extInfo);
        keyEdit->setObjectName(QString::fromUtf8("keyEdit"));
        keyEdit->setEnabled(false);

        formLayout->setWidget(4, QFormLayout::FieldRole, keyEdit);

        label_3 = new QLabel(extInfo);
        label_3->setObjectName(QString::fromUtf8("label_3"));
        label_3->setMinimumSize(QSize(0, 20));

        formLayout->setWidget(5, QFormLayout::LabelRole, label_3);

        kits = new QLabel(extInfo);
        kits->setObjectName(QString::fromUtf8("kits"));
        kits->setMinimumSize(QSize(0, 20));

        formLayout->setWidget(5, QFormLayout::FieldRole, kits);

        label_12 = new QLabel(extInfo);
        label_12->setObjectName(QString::fromUtf8("label_12"));
        label_12->setMinimumSize(QSize(0, 20));
        label_12->setBaseSize(QSize(0, 20));

        formLayout->setWidget(6, QFormLayout::LabelRole, label_12);

        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
        scriptLabel = new QLabel(extInfo);
        scriptLabel->setObjectName(QString::fromUtf8("scriptLabel"));
        scriptLabel->setMinimumSize(QSize(0, 20));
        scriptLabel->setFrameShape(QFrame::StyledPanel);

        horizontalLayout_3->addWidget(scriptLabel);

        installerEdit = new QLineEdit(extInfo);
        installerEdit->setObjectName(QString::fromUtf8("installerEdit"));
        installerEdit->setEnabled(true);
        installerEdit->setMinimumSize(QSize(0, 20));

        horizontalLayout_3->addWidget(installerEdit);

        toolButton = new QToolButton(extInfo);
        toolButton->setObjectName(QString::fromUtf8("toolButton"));
        toolButton->setMinimumSize(QSize(0, 20));

        horizontalLayout_3->addWidget(toolButton);


        formLayout->setLayout(6, QFormLayout::FieldRole, horizontalLayout_3);


        verticalLayout_2->addWidget(extInfo);


        verticalLayout->addWidget(frame);


        retranslateUi(appBox);

        QMetaObject::connectSlotsByName(appBox);
    } // setupUi

    void retranslateUi(QWidget *appBox)
    {
        appBox->setWindowTitle(QApplication::translate("appBox", "Form", 0, QApplication::UnicodeUTF8));
        checkBox->setText(QApplication::translate("appBox", "\320\235\320\260\320\267\320\262\320\260\320\275\320\270\320\265 \321\203\321\202\320\265\321\200\321\217\320\275\320\276", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        NOWbtn->setToolTip(QApplication::translate("appBox", "\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\270\321\202\321\214 \321\201\320\265\320\271\321\207\320\260\321\201", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        NOWbtn->setText(QApplication::translate("appBox", "NOW", 0, QApplication::UnicodeUTF8));
        description->setText(QApplication::translate("appBox", "\320\236\320\277\320\270\321\201\320\260\320\275\320\270\320\265 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\321\213 \321\203\321\202\320\265\321\200\321\217\320\275\320\276 :(", 0, QApplication::UnicodeUTF8));
        progressBar->setFormat(QApplication::translate("appBox", "%p%", 0, QApplication::UnicodeUTF8));
        pushButton->setText(QApplication::translate("appBox", "\320\237\320\276\320\264\321\200\320\276\320\261\320\275\320\265\320\265", 0, QApplication::UnicodeUTF8));
        label_8->setText(QApplication::translate("appBox", "\320\222\320\265\321\200\321\201\320\270\321\217", 0, QApplication::UnicodeUTF8));
        version->setText(QApplication::translate("appBox", "\320\235\320\265 \321\203\320\272\320\260\320\267\320\260\320\275\320\260", 0, QApplication::UnicodeUTF8));
        label_4->setText(QApplication::translate("appBox", "\320\233\320\276\320\272\320\260\320\273\321\214\320\275\320\276", 0, QApplication::UnicodeUTF8));
        installedVer->setText(QApplication::translate("appBox", "\320\235\320\265 \320\275\320\260\320\271\320\264\320\265\320\275\320\276", 0, QApplication::UnicodeUTF8));
        label_6->setText(QApplication::translate("appBox", "\320\241\320\260\320\271\321\202", 0, QApplication::UnicodeUTF8));
        url->setText(QApplication::translate("appBox", "\320\235\320\265 \321\203\320\272\320\260\320\267\320\260\320\275", 0, QApplication::UnicodeUTF8));
        label_10->setText(QApplication::translate("appBox", "\320\233\320\270\321\206\320\265\320\275\320\267\320\270\321\217", 0, QApplication::UnicodeUTF8));
        licenseLabel->setText(QApplication::translate("appBox", "\320\235\320\265 \321\203\320\272\320\260\320\267\320\260\320\275\320\260", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("appBox", "\320\232\320\273\321\216\321\207", 0, QApplication::UnicodeUTF8));
        keyEdit->setText(QApplication::translate("appBox", "\320\235\320\265\320\264\320\276\321\201\321\202\321\203\320\277\320\275\320\276", 0, QApplication::UnicodeUTF8));
        label_3->setText(QApplication::translate("appBox", "\320\235\320\260\320\261\320\276\321\200\321\213", 0, QApplication::UnicodeUTF8));
        kits->setText(QApplication::translate("appBox", "\320\222\320\275\320\265 \320\275\320\260\320\261\320\276\321\200\320\276\320\262", 0, QApplication::UnicodeUTF8));
        label_12->setText(QApplication::translate("appBox", "\320\232 \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\270\321\216", 0, QApplication::UnicodeUTF8));
        scriptLabel->setText(QApplication::translate("appBox", "\320\241\320\276\320\261\321\201\321\202\320\262\320\265\320\275\320\275\321\213\320\271 \321\201\321\206\320\265\320\275\320\260\321\200\320\270\320\271", 0, QApplication::UnicodeUTF8));
        installerEdit->setText(QString());
        toolButton->setText(QApplication::translate("appBox", "...", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class appBox: public Ui_appBox {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_APPBOX_H
