/********************************************************************************
** Form generated from reading UI file 'SetDefaultParametersDialog.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_SETDEFAULTPARAMETERSDIALOG_H
#define UI_SETDEFAULTPARAMETERSDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QFormLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QSlider>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_SetDefaultParametersDialog
{
public:
    QVBoxLayout *verticalLayout_2;
    QFormLayout *formLayout;
    QLabel *algorithmLabel;
    QComboBox *algorithmComboBox;
    QLabel *scoreLabel;
    QHBoxLayout *horizontalLayout;
    QSlider *scoreSlider;
    QLabel *scoreValueLabel;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *SetDefaultParametersDialog)
    {
        if (SetDefaultParametersDialog->objectName().isEmpty())
            SetDefaultParametersDialog->setObjectName(QStringLiteral("SetDefaultParametersDialog"));
        SetDefaultParametersDialog->resize(466, 106);
        verticalLayout_2 = new QVBoxLayout(SetDefaultParametersDialog);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        formLayout = new QFormLayout();
        formLayout->setObjectName(QStringLiteral("formLayout"));
        formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
        algorithmLabel = new QLabel(SetDefaultParametersDialog);
        algorithmLabel->setObjectName(QStringLiteral("algorithmLabel"));

        formLayout->setWidget(0, QFormLayout::LabelRole, algorithmLabel);

        algorithmComboBox = new QComboBox(SetDefaultParametersDialog);
        algorithmComboBox->setObjectName(QStringLiteral("algorithmComboBox"));

        formLayout->setWidget(0, QFormLayout::FieldRole, algorithmComboBox);

        scoreLabel = new QLabel(SetDefaultParametersDialog);
        scoreLabel->setObjectName(QStringLiteral("scoreLabel"));

        formLayout->setWidget(1, QFormLayout::LabelRole, scoreLabel);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        scoreSlider = new QSlider(SetDefaultParametersDialog);
        scoreSlider->setObjectName(QStringLiteral("scoreSlider"));
        scoreSlider->setMinimum(0);
        scoreSlider->setMaximum(100);
        scoreSlider->setValue(85);
        scoreSlider->setOrientation(Qt::Horizontal);
        scoreSlider->setTickPosition(QSlider::TicksBelow);
        scoreSlider->setTickInterval(5);

        horizontalLayout->addWidget(scoreSlider);

        scoreValueLabel = new QLabel(SetDefaultParametersDialog);
        scoreValueLabel->setObjectName(QStringLiteral("scoreValueLabel"));

        horizontalLayout->addWidget(scoreValueLabel);


        formLayout->setLayout(1, QFormLayout::FieldRole, horizontalLayout);


        verticalLayout_2->addLayout(formLayout);

        buttonBox = new QDialogButtonBox(SetDefaultParametersDialog);
        buttonBox->setObjectName(QStringLiteral("buttonBox"));
        buttonBox->setStandardButtons(QDialogButtonBox::Ok);

        verticalLayout_2->addWidget(buttonBox);


        retranslateUi(SetDefaultParametersDialog);

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

    void retranslateUi(QDialog *SetDefaultParametersDialog)
    {
        SetDefaultParametersDialog->setWindowTitle(QApplication::translate("SetDefaultParametersDialog", "Set default parameters", 0));
        algorithmLabel->setText(QApplication::translate("SetDefaultParametersDialog", "Weight algorithm", 0));
        scoreLabel->setText(QApplication::translate("SetDefaultParametersDialog", "Score:", 0));
        scoreValueLabel->setText(QApplication::translate("SetDefaultParametersDialog", "85%", 0));
    } // retranslateUi

};

namespace Ui {
    class SetDefaultParametersDialog: public Ui_SetDefaultParametersDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_SETDEFAULTPARAMETERSDIALOG_H
