/********************************************************************************
** Form generated from reading UI file 'settings.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_SETTINGS_H
#define UI_SETTINGS_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QDialog>
#include <QtGui/QFormLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QSpinBox>
#include <QtGui/QTabWidget>
#include <QtGui/QToolButton>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_Settings
{
public:
    QVBoxLayout *verticalLayout;
    QTabWidget *tabWidget;
    QWidget *tab;
    QVBoxLayout *verticalLayout_3;
    QGroupBox *groupBox;
    QFormLayout *formLayout;
    QLabel *label;
    QHBoxLayout *horizontalLayout_2;
    QLineEdit *softFolderEdit;
    QToolButton *softChoiseFolderBtn;
    QLabel *updateFolderlabell;
    QHBoxLayout *horizontalLayout_3;
    QLineEdit *updatefolderEdit;
    QToolButton *updateChoiseFolderBtn;
    QLabel *label_2;
    QHBoxLayout *horizontalLayout_6;
    QLineEdit *DRPFolderEdit;
    QToolButton *toolButton;
    QCheckBox *recursiveSearchBox;
    QCheckBox *useAutoBatBox;
    QCheckBox *useAutoCmdBox;
    QCheckBox *useInfoTxtBox;
    QCheckBox *useIconsFromExeBox;
    QCheckBox *ignoreDuplicateBox;
    QCheckBox *infotxtIsPreferBox;
    QCheckBox *ignoreBachOnlyBox;
    QCheckBox *osNameFolderBox;
    QCheckBox *addPathCheckBox;
    QHBoxLayout *horizontalLayout_7;
    QLabel *label_5;
    QCheckBox *pathGenWarn;
    QSpacerItem *horizontalSpacer_4;
    QSpacerItem *verticalSpacer_3;
    QSpacerItem *verticalSpacer;
    QWidget *tab_2;
    QVBoxLayout *verticalLayout_4;
    QCheckBox *ShowInfoBlockBox;
    QCheckBox *showProgressBarBox;
    QFormLayout *formLayout_2;
    QLabel *label_3;
    QHBoxLayout *horizontalLayout_4;
    QSpinBox *AppBoxWidthSpin;
    QSpacerItem *horizontalSpacer_2;
    QLabel *label_4;
    QHBoxLayout *horizontalLayout_5;
    QSpinBox *AppBoxHSpin;
    QSpacerItem *horizontalSpacer_3;
    QSpacerItem *verticalSpacer_2;
    QCheckBox *consoleBox;
    QCheckBox *debugBox;
    QHBoxLayout *horizontalLayout;
    QSpacerItem *horizontalSpacer;
    QPushButton *pushButton;
    QPushButton *exitBtn;

    void setupUi(QDialog *Settings)
    {
        if (Settings->objectName().isEmpty())
            Settings->setObjectName(QString::fromUtf8("Settings"));
        Settings->resize(515, 475);
        verticalLayout = new QVBoxLayout(Settings);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        tabWidget = new QTabWidget(Settings);
        tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
        tab = new QWidget();
        tab->setObjectName(QString::fromUtf8("tab"));
        verticalLayout_3 = new QVBoxLayout(tab);
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        groupBox = new QGroupBox(tab);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        formLayout = new QFormLayout(groupBox);
        formLayout->setObjectName(QString::fromUtf8("formLayout"));
        label = new QLabel(groupBox);
        label->setObjectName(QString::fromUtf8("label"));

        formLayout->setWidget(0, QFormLayout::LabelRole, label);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        softFolderEdit = new QLineEdit(groupBox);
        softFolderEdit->setObjectName(QString::fromUtf8("softFolderEdit"));

        horizontalLayout_2->addWidget(softFolderEdit);

        softChoiseFolderBtn = new QToolButton(groupBox);
        softChoiseFolderBtn->setObjectName(QString::fromUtf8("softChoiseFolderBtn"));

        horizontalLayout_2->addWidget(softChoiseFolderBtn);


        formLayout->setLayout(0, QFormLayout::FieldRole, horizontalLayout_2);

        updateFolderlabell = new QLabel(groupBox);
        updateFolderlabell->setObjectName(QString::fromUtf8("updateFolderlabell"));

        formLayout->setWidget(1, QFormLayout::LabelRole, updateFolderlabell);

        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
        updatefolderEdit = new QLineEdit(groupBox);
        updatefolderEdit->setObjectName(QString::fromUtf8("updatefolderEdit"));

        horizontalLayout_3->addWidget(updatefolderEdit);

        updateChoiseFolderBtn = new QToolButton(groupBox);
        updateChoiseFolderBtn->setObjectName(QString::fromUtf8("updateChoiseFolderBtn"));

        horizontalLayout_3->addWidget(updateChoiseFolderBtn);


        formLayout->setLayout(1, QFormLayout::FieldRole, horizontalLayout_3);

        label_2 = new QLabel(groupBox);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        formLayout->setWidget(2, QFormLayout::LabelRole, label_2);

        horizontalLayout_6 = new QHBoxLayout();
        horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
        DRPFolderEdit = new QLineEdit(groupBox);
        DRPFolderEdit->setObjectName(QString::fromUtf8("DRPFolderEdit"));

        horizontalLayout_6->addWidget(DRPFolderEdit);

        toolButton = new QToolButton(groupBox);
        toolButton->setObjectName(QString::fromUtf8("toolButton"));

        horizontalLayout_6->addWidget(toolButton);


        formLayout->setLayout(2, QFormLayout::FieldRole, horizontalLayout_6);


        verticalLayout_3->addWidget(groupBox);

        recursiveSearchBox = new QCheckBox(tab);
        recursiveSearchBox->setObjectName(QString::fromUtf8("recursiveSearchBox"));

        verticalLayout_3->addWidget(recursiveSearchBox);

        useAutoBatBox = new QCheckBox(tab);
        useAutoBatBox->setObjectName(QString::fromUtf8("useAutoBatBox"));

        verticalLayout_3->addWidget(useAutoBatBox);

        useAutoCmdBox = new QCheckBox(tab);
        useAutoCmdBox->setObjectName(QString::fromUtf8("useAutoCmdBox"));

        verticalLayout_3->addWidget(useAutoCmdBox);

        useInfoTxtBox = new QCheckBox(tab);
        useInfoTxtBox->setObjectName(QString::fromUtf8("useInfoTxtBox"));

        verticalLayout_3->addWidget(useInfoTxtBox);

        useIconsFromExeBox = new QCheckBox(tab);
        useIconsFromExeBox->setObjectName(QString::fromUtf8("useIconsFromExeBox"));

        verticalLayout_3->addWidget(useIconsFromExeBox);

        ignoreDuplicateBox = new QCheckBox(tab);
        ignoreDuplicateBox->setObjectName(QString::fromUtf8("ignoreDuplicateBox"));

        verticalLayout_3->addWidget(ignoreDuplicateBox);

        infotxtIsPreferBox = new QCheckBox(tab);
        infotxtIsPreferBox->setObjectName(QString::fromUtf8("infotxtIsPreferBox"));

        verticalLayout_3->addWidget(infotxtIsPreferBox);

        ignoreBachOnlyBox = new QCheckBox(tab);
        ignoreBachOnlyBox->setObjectName(QString::fromUtf8("ignoreBachOnlyBox"));

        verticalLayout_3->addWidget(ignoreBachOnlyBox);

        osNameFolderBox = new QCheckBox(tab);
        osNameFolderBox->setObjectName(QString::fromUtf8("osNameFolderBox"));

        verticalLayout_3->addWidget(osNameFolderBox);

        addPathCheckBox = new QCheckBox(tab);
        addPathCheckBox->setObjectName(QString::fromUtf8("addPathCheckBox"));

        verticalLayout_3->addWidget(addPathCheckBox);

        horizontalLayout_7 = new QHBoxLayout();
        horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
        label_5 = new QLabel(tab);
        label_5->setObjectName(QString::fromUtf8("label_5"));

        horizontalLayout_7->addWidget(label_5);

        pathGenWarn = new QCheckBox(tab);
        pathGenWarn->setObjectName(QString::fromUtf8("pathGenWarn"));
        pathGenWarn->setEnabled(false);

        horizontalLayout_7->addWidget(pathGenWarn);

        horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_7->addItem(horizontalSpacer_4);


        verticalLayout_3->addLayout(horizontalLayout_7);

        verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_3->addItem(verticalSpacer_3);

        verticalSpacer = new QSpacerItem(20, 8, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_3->addItem(verticalSpacer);

        tabWidget->addTab(tab, QString());
        tab_2 = new QWidget();
        tab_2->setObjectName(QString::fromUtf8("tab_2"));
        verticalLayout_4 = new QVBoxLayout(tab_2);
        verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
        ShowInfoBlockBox = new QCheckBox(tab_2);
        ShowInfoBlockBox->setObjectName(QString::fromUtf8("ShowInfoBlockBox"));

        verticalLayout_4->addWidget(ShowInfoBlockBox);

        showProgressBarBox = new QCheckBox(tab_2);
        showProgressBarBox->setObjectName(QString::fromUtf8("showProgressBarBox"));

        verticalLayout_4->addWidget(showProgressBarBox);

        formLayout_2 = new QFormLayout();
        formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
        label_3 = new QLabel(tab_2);
        label_3->setObjectName(QString::fromUtf8("label_3"));

        formLayout_2->setWidget(0, QFormLayout::LabelRole, label_3);

        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
        AppBoxWidthSpin = new QSpinBox(tab_2);
        AppBoxWidthSpin->setObjectName(QString::fromUtf8("AppBoxWidthSpin"));
        AppBoxWidthSpin->setMinimumSize(QSize(60, 0));
        AppBoxWidthSpin->setMaximumSize(QSize(60, 16777215));
        AppBoxWidthSpin->setSizeIncrement(QSize(60, 0));
        AppBoxWidthSpin->setMinimum(250);
        AppBoxWidthSpin->setMaximum(10000);
        AppBoxWidthSpin->setValue(300);

        horizontalLayout_4->addWidget(AppBoxWidthSpin);

        horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_4->addItem(horizontalSpacer_2);


        formLayout_2->setLayout(0, QFormLayout::FieldRole, horizontalLayout_4);

        label_4 = new QLabel(tab_2);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        formLayout_2->setWidget(1, QFormLayout::LabelRole, label_4);

        horizontalLayout_5 = new QHBoxLayout();
        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
        AppBoxHSpin = new QSpinBox(tab_2);
        AppBoxHSpin->setObjectName(QString::fromUtf8("AppBoxHSpin"));
        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(AppBoxHSpin->sizePolicy().hasHeightForWidth());
        AppBoxHSpin->setSizePolicy(sizePolicy);
        AppBoxHSpin->setMinimumSize(QSize(60, 0));
        AppBoxHSpin->setMaximumSize(QSize(60, 16777215));
        AppBoxHSpin->setSizeIncrement(QSize(60, 0));
        AppBoxHSpin->setMinimum(50);
        AppBoxHSpin->setMaximum(5000);
        AppBoxHSpin->setSingleStep(1);
        AppBoxHSpin->setValue(350);

        horizontalLayout_5->addWidget(AppBoxHSpin);

        horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_5->addItem(horizontalSpacer_3);


        formLayout_2->setLayout(1, QFormLayout::FieldRole, horizontalLayout_5);


        verticalLayout_4->addLayout(formLayout_2);

        verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_4->addItem(verticalSpacer_2);

        consoleBox = new QCheckBox(tab_2);
        consoleBox->setObjectName(QString::fromUtf8("consoleBox"));

        verticalLayout_4->addWidget(consoleBox);

        debugBox = new QCheckBox(tab_2);
        debugBox->setObjectName(QString::fromUtf8("debugBox"));

        verticalLayout_4->addWidget(debugBox);

        tabWidget->addTab(tab_2, QString());

        verticalLayout->addWidget(tabWidget);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout->addItem(horizontalSpacer);

        pushButton = new QPushButton(Settings);
        pushButton->setObjectName(QString::fromUtf8("pushButton"));

        horizontalLayout->addWidget(pushButton);

        exitBtn = new QPushButton(Settings);
        exitBtn->setObjectName(QString::fromUtf8("exitBtn"));

        horizontalLayout->addWidget(exitBtn);


        verticalLayout->addLayout(horizontalLayout);


        retranslateUi(Settings);
        QObject::connect(addPathCheckBox, SIGNAL(clicked(bool)), pathGenWarn, SLOT(setEnabled(bool)));

        tabWidget->setCurrentIndex(0);


        QMetaObject::connectSlotsByName(Settings);
    } // setupUi

    void retranslateUi(QDialog *Settings)
    {
        Settings->setWindowTitle(QApplication::translate("Settings", "Dialog", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("Settings", "\320\237\321\203\321\202\320\270 \320\272 \320\264\320\270\321\200\320\265\320\272\321\202\320\276\321\200\320\270\321\217\320\274", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("Settings", "\320\237\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\320\271", 0, QApplication::UnicodeUTF8));
        softChoiseFolderBtn->setText(QApplication::translate("Settings", "...", 0, QApplication::UnicodeUTF8));
        updateFolderlabell->setText(QApplication::translate("Settings", "\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\271", 0, QApplication::UnicodeUTF8));
        updateChoiseFolderBtn->setText(QApplication::translate("Settings", "...", 0, QApplication::UnicodeUTF8));
        label_2->setText(QApplication::translate("Settings", "\320\224\321\200\320\260\320\271\320\262\320\265\321\200\320\277\320\260\320\272", 0, QApplication::UnicodeUTF8));
        toolButton->setText(QApplication::translate("Settings", "...", 0, QApplication::UnicodeUTF8));
        recursiveSearchBox->setText(QApplication::translate("Settings", "\320\240\320\260\320\267\321\200\320\265\321\210\320\270\321\202\321\214 \321\200\320\265\320\272\321\203\321\200\321\201\320\270\320\262\320\275\321\213\320\271 \320\277\320\276\320\270\321\201\320\272 \320\262 \320\277\320\276\320\264\320\277\320\260\320\277\320\272\320\260\321\205", 0, QApplication::UnicodeUTF8));
        useAutoBatBox->setText(QApplication::translate("Settings", "\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214 \321\204\320\260\320\271\320\273 auto.bat \320\272\320\260\320\272 \320\270\320\275\320\264\320\270\320\272\320\260\321\202\320\276\321\200 \320\275\320\260\320\273\320\270\321\207\320\270\321\217 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\321\213 \320\262 \320\277\320\260\320\277\320\272\320\265", 0, QApplication::UnicodeUTF8));
        useAutoCmdBox->setText(QApplication::translate("Settings", "\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214 \321\204\320\260\320\271\320\273 auto.cmd \320\272\320\260\320\272 \320\270\320\275\320\264\320\270\320\272\320\260\321\202\320\276\321\200 \320\275\320\260\320\273\320\270\321\207\320\270\321\217 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\321\213 \320\262 \320\277\320\260\320\277\320\272\320\265", 0, QApplication::UnicodeUTF8));
        useInfoTxtBox->setText(QApplication::translate("Settings", "\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214 \321\204\320\260\320\271\320\273 info.txt", 0, QApplication::UnicodeUTF8));
        useIconsFromExeBox->setText(QApplication::translate("Settings", "\320\240\320\260\320\267\321\200\320\265\321\210\320\270\321\202\321\214 \320\277\320\276\320\273\321\203\321\207\320\265\320\275\320\270\320\265 \320\267\320\275\320\260\321\207\320\272\320\276\320\262 \320\277\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\321\217 \320\270\320\267 exe  \321\204\320\260\320\271\320\273\320\276\320\262", 0, QApplication::UnicodeUTF8));
        ignoreDuplicateBox->setText(QApplication::translate("Settings", "\320\225\321\201\320\273\320\270 \320\262 \320\277\320\260\320\277\320\272\320\265 \320\275\320\265\321\201\320\272\320\276\320\273\321\214\320\272\320\276 \321\204\320\260\320\271\320\273\320\276\320\262-\320\270\320\275\320\264\320\270\320\272\320\260\321\202\320\276\321\200\320\276\320\262 \320\270\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\320\262\321\202\321\214 \321\202\320\276\320\273\321\214\320\272\320\276 1", 0, QApplication::UnicodeUTF8));
        infotxtIsPreferBox->setText(QApplication::translate("Settings", "Info.txt \320\277\321\200\320\270\320\276\321\200\320\270\321\202\320\265\321\202\320\275\320\265\320\265 bat \320\270 cmd \321\204\320\260\320\271\320\273\320\276\320\262 (\321\200\320\265\320\272\320\276\320\274\320\265\320\275\320\264\321\203\320\265\321\202\321\201\321\217)", 0, QApplication::UnicodeUTF8));
        ignoreBachOnlyBox->setText(QApplication::translate("Settings", "\320\225\321\201\320\273\320\270 \320\262 \320\277\320\260\320\277\320\272\320\265 \321\202\320\276\320\273\321\214\320\272\320\276 \321\204\320\260\320\271\320\273\321\213 auto.cmd/auto.bat \320\261\320\265\320\267 exe \320\270\320\273\320\270 msi \321\201\321\207\320\270\321\202\320\260\321\202\321\214 \320\277\320\260\320\277\320\272\321\203 \320\263\321\200\321\203\320\277\320\277\320\276\320\271", 0, QApplication::UnicodeUTF8));
        osNameFolderBox->setText(QApplication::translate("Settings", "\320\236\320\261\321\200\320\260\320\261\320\260\321\202\321\213\320\262\320\260\321\202\321\214 \320\277\320\260\320\277\320\272\320\270 \321\201 \320\272\320\276\320\264\320\276\320\262\321\213\320\274\320\270 \320\275\320\260\320\267\320\262\320\260\320\275\320\270\321\217\320\274\320\270 OS (\321\200\320\265\320\272\320\276\320\274\320\265\320\275\320\264\321\203\320\265\321\202\321\201\321\217)", 0, QApplication::UnicodeUTF8));
        addPathCheckBox->setText(QApplication::translate("Settings", "\320\240\320\260\320\267\321\200\320\265\321\210\320\270\321\202\321\214 \320\275\320\265\321\217\320\262\320\275\321\203\321\216 \320\277\320\276\320\264\321\201\321\202\320\260\320\275\320\276\320\262\320\272\321\203 \320\277\321\203\321\202\320\265\320\271 (\320\275\320\265\320\261\320\265\320\267\320\276\320\277\320\260\321\201\320\275\320\276)", 0, QApplication::UnicodeUTF8));
        label_5->setText(QString());
        pathGenWarn->setText(QApplication::translate("Settings", "\320\237\320\276\320\264\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260 \320\277\321\203\321\202\320\270 \320\275\320\265 \320\277\321\200\320\270\320\262\320\276\320\264\320\270\321\202 \320\272 \320\277\321\200\320\265\320\264\321\203\320\277\321\200\320\265\320\266\320\264\320\265\320\275\320\270\321\216", 0, QApplication::UnicodeUTF8));
        tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Settings", "\320\236\321\201\320\275\320\276\320\262\320\275\321\213\320\265", 0, QApplication::UnicodeUTF8));
        ShowInfoBlockBox->setText(QApplication::translate("Settings", "\320\237\320\276\320\272\320\260\320\267\321\213\320\262\320\260\321\202\321\214 \320\270\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\321\213\320\271 \320\261\320\273\320\276\320\272 \320\262 \320\263\320\273\320\260\320\262\320\275\320\276\320\274 \320\276\320\272\320\275\320\265", 0, QApplication::UnicodeUTF8));
        showProgressBarBox->setText(QApplication::translate("Settings", "\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214 \320\277\321\200\320\276\320\263\321\200\320\265\321\201\321\201\320\261\320\260\321\200", 0, QApplication::UnicodeUTF8));
        label_3->setText(QApplication::translate("Settings", "\320\221\320\260\320\267\320\276\320\262\320\260\321\217 \321\210\320\270\321\200\320\270\320\275\320\260 \320\261\320\273\320\276\320\272\320\260 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\321\213", 0, QApplication::UnicodeUTF8));
        label_4->setText(QApplication::translate("Settings", "\320\221\320\260\320\267\320\276\320\262\320\260\321\217 \320\262\321\213\321\201\320\276\321\202\320\260 \321\200\320\260\320\267\320\262\320\265\321\200\320\275\321\203\321\202\320\276\320\263\320\276 \320\261\320\273\320\276\320\272\320\260", 0, QApplication::UnicodeUTF8));
        consoleBox->setText(QApplication::translate("Settings", "\320\237\320\276\320\272\320\260\320\267\321\213\320\262\320\260\321\202\321\214 \320\272\320\276\320\275\321\201\320\276\320\273\321\214 \320\277\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\321\217", 0, QApplication::UnicodeUTF8));
        debugBox->setText(QApplication::translate("Settings", "\320\240\320\265\320\266\320\270\320\274 \320\276\321\202\320\273\320\260\320\264\320\272\320\270", 0, QApplication::UnicodeUTF8));
        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("Settings", "\320\222\320\275\320\265\321\210\320\275\320\270\320\271 \320\262\320\270\320\264", 0, QApplication::UnicodeUTF8));
        pushButton->setText(QApplication::translate("Settings", "\320\237\321\200\320\270\320\274\320\265\320\275\320\270\321\202\321\214", 0, QApplication::UnicodeUTF8));
        exitBtn->setText(QApplication::translate("Settings", "\320\222\321\213\321\205\320\276\320\264", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class Settings: public Ui_Settings {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_SETTINGS_H
