/********************************************************************************
** Form generated from reading UI file 'CreateFragmentDialog.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_CREATEFRAGMENTDIALOG_H
#define UI_CREATEFRAGMENTDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_CreateFragmentDialog
{
public:
    QVBoxLayout *verticalLayout_5;
    QTabWidget *tabWidget;
    QWidget *tab;
    QVBoxLayout *verticalLayout_4;
    QHBoxLayout *rangeSelectorLayout;
    QHBoxLayout *horizontalLayout_5;
    QGroupBox *leftEndBox;
    QVBoxLayout *verticalLayout_2;
    QHBoxLayout *horizontalLayout_3;
    QRadioButton *lDirectButton;
    QRadioButton *lComplButton;
    QLineEdit *lCustomOverhangEdit;
    QGroupBox *rightEndBox;
    QVBoxLayout *verticalLayout_3;
    QHBoxLayout *horizontalLayout_4;
    QRadioButton *rDirectButton;
    QRadioButton *rComplButton;
    QLineEdit *rCustomOverhangEdit;
    QSpacerItem *verticalSpacer;
    QWidget *tab_2;
    QVBoxLayout *verticalLayout;
    QWidget *annotationsWidget;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *CreateFragmentDialog)
    {
        if (CreateFragmentDialog->objectName().isEmpty())
            CreateFragmentDialog->setObjectName(QStringLiteral("CreateFragmentDialog"));
        CreateFragmentDialog->resize(547, 204);
        verticalLayout_5 = new QVBoxLayout(CreateFragmentDialog);
        verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
        tabWidget = new QTabWidget(CreateFragmentDialog);
        tabWidget->setObjectName(QStringLiteral("tabWidget"));
        tab = new QWidget();
        tab->setObjectName(QStringLiteral("tab"));
        verticalLayout_4 = new QVBoxLayout(tab);
        verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
        rangeSelectorLayout = new QHBoxLayout();
        rangeSelectorLayout->setObjectName(QStringLiteral("rangeSelectorLayout"));

        verticalLayout_4->addLayout(rangeSelectorLayout);

        horizontalLayout_5 = new QHBoxLayout();
        horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
        leftEndBox = new QGroupBox(tab);
        leftEndBox->setObjectName(QStringLiteral("leftEndBox"));
        leftEndBox->setCheckable(true);
        leftEndBox->setChecked(false);
        verticalLayout_2 = new QVBoxLayout(leftEndBox);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
        lDirectButton = new QRadioButton(leftEndBox);
        lDirectButton->setObjectName(QStringLiteral("lDirectButton"));
        lDirectButton->setChecked(true);

        horizontalLayout_3->addWidget(lDirectButton);

        lComplButton = new QRadioButton(leftEndBox);
        lComplButton->setObjectName(QStringLiteral("lComplButton"));

        horizontalLayout_3->addWidget(lComplButton);


        verticalLayout_2->addLayout(horizontalLayout_3);

        lCustomOverhangEdit = new QLineEdit(leftEndBox);
        lCustomOverhangEdit->setObjectName(QStringLiteral("lCustomOverhangEdit"));
        lCustomOverhangEdit->setEnabled(false);
        lCustomOverhangEdit->setMaxLength(10);

        verticalLayout_2->addWidget(lCustomOverhangEdit);


        horizontalLayout_5->addWidget(leftEndBox);

        rightEndBox = new QGroupBox(tab);
        rightEndBox->setObjectName(QStringLiteral("rightEndBox"));
        rightEndBox->setCheckable(true);
        rightEndBox->setChecked(false);
        verticalLayout_3 = new QVBoxLayout(rightEndBox);
        verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
        rDirectButton = new QRadioButton(rightEndBox);
        rDirectButton->setObjectName(QStringLiteral("rDirectButton"));
        rDirectButton->setChecked(true);

        horizontalLayout_4->addWidget(rDirectButton);

        rComplButton = new QRadioButton(rightEndBox);
        rComplButton->setObjectName(QStringLiteral("rComplButton"));

        horizontalLayout_4->addWidget(rComplButton);


        verticalLayout_3->addLayout(horizontalLayout_4);

        rCustomOverhangEdit = new QLineEdit(rightEndBox);
        rCustomOverhangEdit->setObjectName(QStringLiteral("rCustomOverhangEdit"));
        rCustomOverhangEdit->setEnabled(false);
        rCustomOverhangEdit->setMaxLength(10);

        verticalLayout_3->addWidget(rCustomOverhangEdit);


        horizontalLayout_5->addWidget(rightEndBox);


        verticalLayout_4->addLayout(horizontalLayout_5);

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

        verticalLayout_4->addItem(verticalSpacer);

        tabWidget->addTab(tab, QString());
        tab_2 = new QWidget();
        tab_2->setObjectName(QStringLiteral("tab_2"));
        verticalLayout = new QVBoxLayout(tab_2);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        annotationsWidget = new QWidget(tab_2);
        annotationsWidget->setObjectName(QStringLiteral("annotationsWidget"));

        verticalLayout->addWidget(annotationsWidget);

        tabWidget->addTab(tab_2, QString());

        verticalLayout_5->addWidget(tabWidget);

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

        verticalLayout_5->addWidget(buttonBox);


        retranslateUi(CreateFragmentDialog);
        QObject::connect(leftEndBox, SIGNAL(toggled(bool)), lCustomOverhangEdit, SLOT(setEnabled(bool)));
        QObject::connect(rightEndBox, SIGNAL(toggled(bool)), rCustomOverhangEdit, SLOT(setEnabled(bool)));
        QObject::connect(buttonBox, SIGNAL(accepted()), CreateFragmentDialog, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), CreateFragmentDialog, SLOT(reject()));

        tabWidget->setCurrentIndex(0);


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

    void retranslateUi(QDialog *CreateFragmentDialog)
    {
        CreateFragmentDialog->setWindowTitle(QApplication::translate("CreateFragmentDialog", "Create DNA Fragment", 0));
        leftEndBox->setTitle(QApplication::translate("CreateFragmentDialog", "Include Left Overhang", 0));
        lDirectButton->setText(QApplication::translate("CreateFragmentDialog", "Direct", 0));
        lComplButton->setText(QApplication::translate("CreateFragmentDialog", "Reverse-complement", 0));
        rightEndBox->setTitle(QApplication::translate("CreateFragmentDialog", "Include Right Overhang", 0));
        rDirectButton->setText(QApplication::translate("CreateFragmentDialog", "Direct", 0));
        rComplButton->setText(QApplication::translate("CreateFragmentDialog", "Reverse-complement", 0));
        tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("CreateFragmentDialog", "Fragment Options", 0));
        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("CreateFragmentDialog", "Output", 0));
    } // retranslateUi

};

namespace Ui {
    class CreateFragmentDialog: public Ui_CreateFragmentDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CREATEFRAGMENTDIALOG_H
