/********************************************************************************
** Form generated from reading UI file 'CustomAutoAnnotationDialog.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_CUSTOMAUTOANNOTATIONDIALOG_H
#define UI_CUSTOMAUTOANNOTATIONDIALOG_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/QSpacerItem>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_CustomAutoAnnotationDialog
{
public:
    QVBoxLayout *verticalLayout;
    QGroupBox *groupBox;
    QGridLayout *gridLayout;
    QCheckBox *promotersBox;
    QCheckBox *originBox;
    QCheckBox *terminatorBox;
    QCheckBox *primerBox;
    QCheckBox *genesBox;
    QCheckBox *featureBox;
    QCheckBox *regulatoryBox;
    QSpacerItem *verticalSpacer;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *CustomAutoAnnotationDialog)
    {
        if (CustomAutoAnnotationDialog->objectName().isEmpty())
            CustomAutoAnnotationDialog->setObjectName(QStringLiteral("CustomAutoAnnotationDialog"));
        CustomAutoAnnotationDialog->resize(330, 205);
        verticalLayout = new QVBoxLayout(CustomAutoAnnotationDialog);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        groupBox = new QGroupBox(CustomAutoAnnotationDialog);
        groupBox->setObjectName(QStringLiteral("groupBox"));
        gridLayout = new QGridLayout(groupBox);
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        promotersBox = new QCheckBox(groupBox);
        promotersBox->setObjectName(QStringLiteral("promotersBox"));

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

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

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

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

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

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

        gridLayout->addWidget(primerBox, 1, 1, 1, 1);

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

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

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

        gridLayout->addWidget(featureBox, 2, 1, 1, 1);

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

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


        verticalLayout->addWidget(groupBox);

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

        verticalLayout->addItem(verticalSpacer);

        buttonBox = new QDialogButtonBox(CustomAutoAnnotationDialog);
        buttonBox->setObjectName(QStringLiteral("buttonBox"));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);

        verticalLayout->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *CustomAutoAnnotationDialog)
    {
        CustomAutoAnnotationDialog->setWindowTitle(QApplication::translate("CustomAutoAnnotationDialog", "Plasmid Auto Annotations", 0));
        groupBox->setTitle(QApplication::translate("CustomAutoAnnotationDialog", "Selected features", 0));
        promotersBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Promoter", 0));
        originBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Origin", 0));
        terminatorBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Terminator", 0));
        primerBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Primer", 0));
        genesBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Gene", 0));
        featureBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Other features", 0));
        regulatoryBox->setText(QApplication::translate("CustomAutoAnnotationDialog", "Regulatory", 0));
    } // retranslateUi

};

namespace Ui {
    class CustomAutoAnnotationDialog: public Ui_CustomAutoAnnotationDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CUSTOMAUTOANNOTATIONDIALOG_H
