/********************************************************************************
** Form generated from reading UI file 'DNAStatMSAProfileDialog.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_DNASTATMSAPROFILEDIALOG_H
#define UI_DNASTATMSAPROFILEDIALOG_H

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

QT_BEGIN_NAMESPACE

class Ui_DNAStatMSAProfileDialog
{
public:
    QVBoxLayout *verticalLayout_2;
    QGroupBox *groupBox_2;
    QGridLayout *gridLayout_2;
    QRadioButton *countsRB;
    QRadioButton *percentsRB;
    QGroupBox *groupBox;
    QVBoxLayout *verticalLayout;
    QCheckBox *gapCB;
    QCheckBox *unusedCB;
    QCheckBox *skipGapPositionsCB;
    QGroupBox *saveBox;
    QGridLayout *gridLayout;
    QLabel *label;
    QLineEdit *fileEdit;
    QToolButton *fileButton;
    QRadioButton *htmlRB;
    QRadioButton *csvRB;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *DNAStatMSAProfileDialog)
    {
        if (DNAStatMSAProfileDialog->objectName().isEmpty())
            DNAStatMSAProfileDialog->setObjectName(QStringLiteral("DNAStatMSAProfileDialog"));
        DNAStatMSAProfileDialog->resize(547, 409);
        verticalLayout_2 = new QVBoxLayout(DNAStatMSAProfileDialog);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        groupBox_2 = new QGroupBox(DNAStatMSAProfileDialog);
        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);


        verticalLayout_2->addWidget(groupBox_2);

        groupBox = new QGroupBox(DNAStatMSAProfileDialog);
        groupBox->setObjectName(QStringLiteral("groupBox"));
        verticalLayout = new QVBoxLayout(groupBox);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        gapCB = new QCheckBox(groupBox);
        gapCB->setObjectName(QStringLiteral("gapCB"));

        verticalLayout->addWidget(gapCB);

        unusedCB = new QCheckBox(groupBox);
        unusedCB->setObjectName(QStringLiteral("unusedCB"));

        verticalLayout->addWidget(unusedCB);

        skipGapPositionsCB = new QCheckBox(groupBox);
        skipGapPositionsCB->setObjectName(QStringLiteral("skipGapPositionsCB"));

        verticalLayout->addWidget(skipGapPositionsCB);


        verticalLayout_2->addWidget(groupBox);

        saveBox = new QGroupBox(DNAStatMSAProfileDialog);
        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);

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

        verticalLayout_2->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *DNAStatMSAProfileDialog)
    {
        DNAStatMSAProfileDialog->setWindowTitle(QApplication::translate("DNAStatMSAProfileDialog", "Generate Alignment Profile", 0));
        groupBox_2->setTitle(QApplication::translate("DNAStatMSAProfileDialog", "Profile mode", 0));
        countsRB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Count", 0));
        percentsRB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Percentage", 0));
        groupBox->setTitle(QApplication::translate("DNAStatMSAProfileDialog", "Custom options", 0));
        gapCB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Show scores for gaps", 0));
        unusedCB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Show scores for symbols not used in alignment", 0));
        skipGapPositionsCB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Skip gaps in consensus position increments", 0));
        saveBox->setTitle(QApplication::translate("DNAStatMSAProfileDialog", "Save profile to file", 0));
        label->setText(QApplication::translate("DNAStatMSAProfileDialog", "File", 0));
        fileButton->setText(QApplication::translate("DNAStatMSAProfileDialog", "...", 0));
        htmlRB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Hypertext  (.HTML)", 0));
        csvRB->setText(QApplication::translate("DNAStatMSAProfileDialog", "Comma separated ( .CSV)", 0));
    } // retranslateUi

};

namespace Ui {
    class DNAStatMSAProfileDialog: public Ui_DNAStatMSAProfileDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_DNASTATMSAPROFILEDIALOG_H
