/********************************************************************************
** Form generated from reading UI file 'PairwiseAlignmentHirschbergOptionsPanelMainWidget.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_PAIRWISEALIGNMENTHIRSCHBERGOPTIONSPANELMAINWIDGET_H
#define UI_PAIRWISEALIGNMENTHIRSCHBERGOPTIONSPANELMAINWIDGET_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDoubleSpinBox>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_PairwiseAlignmentHirschbergOptionsPanelMainWidget
{
public:
    QVBoxLayout *verticalLayout_2;
    QVBoxLayout *gapOpenLayout;
    QLabel *gapOpenLabel;
    QDoubleSpinBox *gapOpen;
    QVBoxLayout *gapExtdLayout;
    QLabel *gapExtdLabel;
    QDoubleSpinBox *gapExtd;
    QVBoxLayout *gapTermLayout;
    QLabel *gapTermLabel;
    QDoubleSpinBox *gapTerm;
    QVBoxLayout *bonusScoreLayout;
    QLabel *bonusScoreLabel;
    QDoubleSpinBox *bonusScore;

    void setupUi(QWidget *PairwiseAlignmentHirschbergOptionsPanelMainWidget)
    {
        if (PairwiseAlignmentHirschbergOptionsPanelMainWidget->objectName().isEmpty())
            PairwiseAlignmentHirschbergOptionsPanelMainWidget->setObjectName(QStringLiteral("PairwiseAlignmentHirschbergOptionsPanelMainWidget"));
        PairwiseAlignmentHirschbergOptionsPanelMainWidget->resize(144, 199);
        verticalLayout_2 = new QVBoxLayout(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        verticalLayout_2->setSpacing(5);
        verticalLayout_2->setContentsMargins(0, 0, 0, 0);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        verticalLayout_2->setSizeConstraint(QLayout::SetMinAndMaxSize);
        gapOpenLayout = new QVBoxLayout();
        gapOpenLayout->setSpacing(3);
        gapOpenLayout->setObjectName(QStringLiteral("gapOpenLayout"));
        gapOpenLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        gapOpenLabel = new QLabel(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        gapOpenLabel->setObjectName(QStringLiteral("gapOpenLabel"));

        gapOpenLayout->addWidget(gapOpenLabel);

        gapOpen = new QDoubleSpinBox(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        gapOpen->setObjectName(QStringLiteral("gapOpen"));

        gapOpenLayout->addWidget(gapOpen);


        verticalLayout_2->addLayout(gapOpenLayout);

        gapExtdLayout = new QVBoxLayout();
        gapExtdLayout->setSpacing(3);
        gapExtdLayout->setObjectName(QStringLiteral("gapExtdLayout"));
        gapExtdLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        gapExtdLabel = new QLabel(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        gapExtdLabel->setObjectName(QStringLiteral("gapExtdLabel"));

        gapExtdLayout->addWidget(gapExtdLabel);

        gapExtd = new QDoubleSpinBox(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        gapExtd->setObjectName(QStringLiteral("gapExtd"));

        gapExtdLayout->addWidget(gapExtd);


        verticalLayout_2->addLayout(gapExtdLayout);

        gapTermLayout = new QVBoxLayout();
        gapTermLayout->setSpacing(3);
        gapTermLayout->setObjectName(QStringLiteral("gapTermLayout"));
        gapTermLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        gapTermLabel = new QLabel(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        gapTermLabel->setObjectName(QStringLiteral("gapTermLabel"));

        gapTermLayout->addWidget(gapTermLabel);

        gapTerm = new QDoubleSpinBox(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        gapTerm->setObjectName(QStringLiteral("gapTerm"));

        gapTermLayout->addWidget(gapTerm);


        verticalLayout_2->addLayout(gapTermLayout);

        bonusScoreLayout = new QVBoxLayout();
        bonusScoreLayout->setSpacing(3);
        bonusScoreLayout->setObjectName(QStringLiteral("bonusScoreLayout"));
        bonusScoreLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        bonusScoreLabel = new QLabel(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        bonusScoreLabel->setObjectName(QStringLiteral("bonusScoreLabel"));

        bonusScoreLayout->addWidget(bonusScoreLabel);

        bonusScore = new QDoubleSpinBox(PairwiseAlignmentHirschbergOptionsPanelMainWidget);
        bonusScore->setObjectName(QStringLiteral("bonusScore"));

        bonusScoreLayout->addWidget(bonusScore);


        verticalLayout_2->addLayout(bonusScoreLayout);


        retranslateUi(PairwiseAlignmentHirschbergOptionsPanelMainWidget);

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

    void retranslateUi(QWidget *PairwiseAlignmentHirschbergOptionsPanelMainWidget)
    {
        PairwiseAlignmentHirschbergOptionsPanelMainWidget->setWindowTitle(QApplication::translate("PairwiseAlignmentHirschbergOptionsPanelMainWidget", "Form", 0));
        gapOpenLabel->setText(QApplication::translate("PairwiseAlignmentHirschbergOptionsPanelMainWidget", "Gap open penalty", 0));
        gapExtdLabel->setText(QApplication::translate("PairwiseAlignmentHirschbergOptionsPanelMainWidget", "Gap extension penalty", 0));
        gapTermLabel->setText(QApplication::translate("PairwiseAlignmentHirschbergOptionsPanelMainWidget", "Terminate gap penalty", 0));
        bonusScoreLabel->setText(QApplication::translate("PairwiseAlignmentHirschbergOptionsPanelMainWidget", "Bonus score", 0));
    } // retranslateUi

};

namespace Ui {
    class PairwiseAlignmentHirschbergOptionsPanelMainWidget: public Ui_PairwiseAlignmentHirschbergOptionsPanelMainWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_PAIRWISEALIGNMENTHIRSCHBERGOPTIONSPANELMAINWIDGET_H
