/********************************************************************************
** Form generated from reading UI file 'DistanceMatrixMSAProfileDialog.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_DISTANCEMATRIXMSAPROFILEDIALOG_H
#define UI_DISTANCEMATRIXMSAPROFILEDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_DistanceMatrixMSAProfileDialog
{
public:
    QVBoxLayout *verticalLayout_2;
    QHBoxLayout *horizontalLayout_2;
    QLabel *algoLabel;
    QComboBox *algoCombo;
    QGroupBox *groupBox_2;
    QGridLayout *gridLayout_2;
    QRadioButton *countsRB;
    QRadioButton *percentsRB;
    QCheckBox *checkBox;
    QCheckBox *groupStatisticsCheck;
    QGroupBox *saveBox;
    QGridLayout *gridLayout;
    QLabel *label;
    QLineEdit *fileEdit;
    QToolButton *fileButton;
    QRadioButton *htmlRB;
    QRadioButton *csvRB;
    QSpacerItem *verticalSpacer;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *DistanceMatrixMSAProfileDialog)
    {
        if (DistanceMatrixMSAProfileDialog->objectName().isEmpty())
            DistanceMatrixMSAProfileDialog->setObjectName(QStringLiteral("DistanceMatrixMSAProfileDialog"));
        DistanceMatrixMSAProfileDialog->resize(547, 375);
        verticalLayout_2 = new QVBoxLayout(DistanceMatrixMSAProfileDialog);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
        algoLabel = new QLabel(DistanceMatrixMSAProfileDialog);
        algoLabel->setObjectName(QStringLiteral("algoLabel"));

        horizontalLayout_2->addWidget(algoLabel);

        algoCombo = new QComboBox(DistanceMatrixMSAProfileDialog);
        algoCombo->setObjectName(QStringLiteral("algoCombo"));

        horizontalLayout_2->addWidget(algoCombo);

        horizontalLayout_2->setStretch(1, 1);

        verticalLayout_2->addLayout(horizontalLayout_2);

        groupBox_2 = new QGroupBox(DistanceMatrixMSAProfileDialog);
        groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
        gridLayout_2 = new QGridLayout(groupBox_2);
        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
        countsRB = new QRadioButton(groupBox_2);
        countsRB->setObjectName(QStringLiteral("countsRB"));
        countsRB->setChecked(true);

        gridLayout_2->addWidget(countsRB, 0, 0, 1, 1);

        percentsRB = new QRadioButton(groupBox_2);
        percentsRB->setObjectName(QStringLiteral("percentsRB"));

        gridLayout_2->addWidget(percentsRB, 1, 0, 1, 1);

        checkBox = new QCheckBox(groupBox_2);
        checkBox->setObjectName(QStringLiteral("checkBox"));
        checkBox->setChecked(true);

        gridLayout_2->addWidget(checkBox, 2, 0, 1, 1);

        groupStatisticsCheck = new QCheckBox(groupBox_2);
        groupStatisticsCheck->setObjectName(QStringLiteral("groupStatisticsCheck"));

        gridLayout_2->addWidget(groupStatisticsCheck, 3, 0, 1, 1);


        verticalLayout_2->addWidget(groupBox_2);

        saveBox = new QGroupBox(DistanceMatrixMSAProfileDialog);
        saveBox->setObjectName(QStringLiteral("saveBox"));
        saveBox->setCheckable(true);
        saveBox->setChecked(false);
        gridLayout = new QGridLayout(saveBox);
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        label = new QLabel(saveBox);
        label->setObjectName(QStringLiteral("label"));

        gridLayout->addWidget(label, 0, 0, 1, 1);

        fileEdit = new QLineEdit(saveBox);
        fileEdit->setObjectName(QStringLiteral("fileEdit"));

        gridLayout->addWidget(fileEdit, 0, 1, 1, 1);

        fileButton = new QToolButton(saveBox);
        fileButton->setObjectName(QStringLiteral("fileButton"));

        gridLayout->addWidget(fileButton, 0, 2, 1, 1);

        htmlRB = new QRadioButton(saveBox);
        htmlRB->setObjectName(QStringLiteral("htmlRB"));
        htmlRB->setChecked(true);

        gridLayout->addWidget(htmlRB, 2, 0, 1, 2);

        csvRB = new QRadioButton(saveBox);
        csvRB->setObjectName(QStringLiteral("csvRB"));
        csvRB->setChecked(false);

        gridLayout->addWidget(csvRB, 3, 0, 1, 1);


        verticalLayout_2->addWidget(saveBox);

        verticalSpacer = new QSpacerItem(20, 17, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_2->addItem(verticalSpacer);

        buttonBox = new QDialogButtonBox(DistanceMatrixMSAProfileDialog);
        buttonBox->setObjectName(QStringLiteral("buttonBox"));
        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);

        verticalLayout_2->addWidget(buttonBox);

        QWidget::setTabOrder(saveBox, countsRB);
        QWidget::setTabOrder(countsRB, percentsRB);
        QWidget::setTabOrder(percentsRB, checkBox);
        QWidget::setTabOrder(checkBox, groupStatisticsCheck);
        QWidget::setTabOrder(groupStatisticsCheck, fileEdit);
        QWidget::setTabOrder(fileEdit, fileButton);
        QWidget::setTabOrder(fileButton, htmlRB);
        QWidget::setTabOrder(htmlRB, csvRB);
        QWidget::setTabOrder(csvRB, algoCombo);

        retranslateUi(DistanceMatrixMSAProfileDialog);
        QObject::connect(buttonBox, SIGNAL(accepted()), DistanceMatrixMSAProfileDialog, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), DistanceMatrixMSAProfileDialog, SLOT(reject()));

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

    void retranslateUi(QDialog *DistanceMatrixMSAProfileDialog)
    {
        DistanceMatrixMSAProfileDialog->setWindowTitle(QApplication::translate("DistanceMatrixMSAProfileDialog", "Generate Distance Matrix", 0));
        algoLabel->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Distance algorithm", 0));
        groupBox_2->setTitle(QApplication::translate("DistanceMatrixMSAProfileDialog", "Profile mode", 0));
        countsRB->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Count", 0));
        percentsRB->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Percentage", 0));
        checkBox->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Exclude gaps", 0));
        groupStatisticsCheck->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Show group statistics of multiple alignment", 0));
        saveBox->setTitle(QApplication::translate("DistanceMatrixMSAProfileDialog", "Save profile to file", 0));
        label->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "File", 0));
        fileButton->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "...", 0));
        htmlRB->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Hypertext  (.HTML)", 0));
        csvRB->setText(QApplication::translate("DistanceMatrixMSAProfileDialog", "Comma separated ( .CSV)", 0));
    } // retranslateUi

};

namespace Ui {
    class DistanceMatrixMSAProfileDialog: public Ui_DistanceMatrixMSAProfileDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_DISTANCEMATRIXMSAPROFILEDIALOG_H
