/********************************************************************************
** Form generated from reading UI file 'EditFragmentDialog.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_EDITFRAGMENTDIALOG_H
#define UI_EDITFRAGMENTDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#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/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_EditFragmentDialog
{
public:
    QVBoxLayout *verticalLayout_7;
    QHBoxLayout *horizontalLayout;
    QGroupBox *groupBox;
    QVBoxLayout *verticalLayout_5;
    QGroupBox *groupBox_2;
    QVBoxLayout *verticalLayout;
    QRadioButton *lStickyButton;
    QRadioButton *lBluntButton;
    QGroupBox *lCustomOverhangBox;
    QVBoxLayout *verticalLayout_2;
    QGridLayout *gridLayout;
    QRadioButton *lDirectRadioButton;
    QLineEdit *lDirectOverhangEdit;
    QRadioButton *lComplRadioButton;
    QLineEdit *lComplOverhangEdit;
    QPushButton *lResetButton;
    QGroupBox *groupBox_3;
    QVBoxLayout *verticalLayout_6;
    QGroupBox *groupBox_4;
    QVBoxLayout *verticalLayout_4;
    QRadioButton *rStickyButton;
    QRadioButton *rBluntButton;
    QGroupBox *rCustomOverhangBox;
    QVBoxLayout *verticalLayout_3;
    QGridLayout *gridLayout_2;
    QRadioButton *rDirectRadioButton;
    QLineEdit *rDirectOverhangEdit;
    QRadioButton *rComplRadioButton;
    QLineEdit *rComplOverhangEdit;
    QPushButton *rResetButton;
    QLabel *label;
    QTextEdit *previewEdit;
    QHBoxLayout *horizontalLayout_4;
    QSpacerItem *horizontalSpacer;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *EditFragmentDialog)
    {
        if (EditFragmentDialog->objectName().isEmpty())
            EditFragmentDialog->setObjectName(QStringLiteral("EditFragmentDialog"));
        EditFragmentDialog->resize(488, 567);
        EditFragmentDialog->setMinimumSize(QSize(400, 400));
        verticalLayout_7 = new QVBoxLayout(EditFragmentDialog);
        verticalLayout_7->setObjectName(QStringLiteral("verticalLayout_7"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        groupBox = new QGroupBox(EditFragmentDialog);
        groupBox->setObjectName(QStringLiteral("groupBox"));
        verticalLayout_5 = new QVBoxLayout(groupBox);
        verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
        groupBox_2 = new QGroupBox(groupBox);
        groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
        groupBox_2->setCheckable(false);
        verticalLayout = new QVBoxLayout(groupBox_2);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        lStickyButton = new QRadioButton(groupBox_2);
        lStickyButton->setObjectName(QStringLiteral("lStickyButton"));
        lStickyButton->setChecked(true);

        verticalLayout->addWidget(lStickyButton);

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

        verticalLayout->addWidget(lBluntButton);


        verticalLayout_5->addWidget(groupBox_2);

        lCustomOverhangBox = new QGroupBox(groupBox);
        lCustomOverhangBox->setObjectName(QStringLiteral("lCustomOverhangBox"));
        lCustomOverhangBox->setCheckable(true);
        lCustomOverhangBox->setChecked(false);
        verticalLayout_2 = new QVBoxLayout(lCustomOverhangBox);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        lDirectRadioButton = new QRadioButton(lCustomOverhangBox);
        lDirectRadioButton->setObjectName(QStringLiteral("lDirectRadioButton"));
        lDirectRadioButton->setChecked(true);

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

        lDirectOverhangEdit = new QLineEdit(lCustomOverhangBox);
        lDirectOverhangEdit->setObjectName(QStringLiteral("lDirectOverhangEdit"));
        lDirectOverhangEdit->setMaxLength(15);

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

        lComplRadioButton = new QRadioButton(lCustomOverhangBox);
        lComplRadioButton->setObjectName(QStringLiteral("lComplRadioButton"));

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

        lComplOverhangEdit = new QLineEdit(lCustomOverhangBox);
        lComplOverhangEdit->setObjectName(QStringLiteral("lComplOverhangEdit"));
        lComplOverhangEdit->setMaxLength(15);

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


        verticalLayout_2->addLayout(gridLayout);

        lResetButton = new QPushButton(lCustomOverhangBox);
        lResetButton->setObjectName(QStringLiteral("lResetButton"));

        verticalLayout_2->addWidget(lResetButton);


        verticalLayout_5->addWidget(lCustomOverhangBox);


        horizontalLayout->addWidget(groupBox);

        groupBox_3 = new QGroupBox(EditFragmentDialog);
        groupBox_3->setObjectName(QStringLiteral("groupBox_3"));
        verticalLayout_6 = new QVBoxLayout(groupBox_3);
        verticalLayout_6->setObjectName(QStringLiteral("verticalLayout_6"));
        groupBox_4 = new QGroupBox(groupBox_3);
        groupBox_4->setObjectName(QStringLiteral("groupBox_4"));
        verticalLayout_4 = new QVBoxLayout(groupBox_4);
        verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
        rStickyButton = new QRadioButton(groupBox_4);
        rStickyButton->setObjectName(QStringLiteral("rStickyButton"));
        rStickyButton->setChecked(true);

        verticalLayout_4->addWidget(rStickyButton);

        rBluntButton = new QRadioButton(groupBox_4);
        rBluntButton->setObjectName(QStringLiteral("rBluntButton"));

        verticalLayout_4->addWidget(rBluntButton);


        verticalLayout_6->addWidget(groupBox_4);

        rCustomOverhangBox = new QGroupBox(groupBox_3);
        rCustomOverhangBox->setObjectName(QStringLiteral("rCustomOverhangBox"));
        rCustomOverhangBox->setCheckable(true);
        rCustomOverhangBox->setChecked(false);
        verticalLayout_3 = new QVBoxLayout(rCustomOverhangBox);
        verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
        gridLayout_2 = new QGridLayout();
        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
        rDirectRadioButton = new QRadioButton(rCustomOverhangBox);
        rDirectRadioButton->setObjectName(QStringLiteral("rDirectRadioButton"));
        rDirectRadioButton->setChecked(true);

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

        rDirectOverhangEdit = new QLineEdit(rCustomOverhangBox);
        rDirectOverhangEdit->setObjectName(QStringLiteral("rDirectOverhangEdit"));
        rDirectOverhangEdit->setMaxLength(15);

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

        rComplRadioButton = new QRadioButton(rCustomOverhangBox);
        rComplRadioButton->setObjectName(QStringLiteral("rComplRadioButton"));
        rComplRadioButton->setChecked(false);

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

        rComplOverhangEdit = new QLineEdit(rCustomOverhangBox);
        rComplOverhangEdit->setObjectName(QStringLiteral("rComplOverhangEdit"));
        rComplOverhangEdit->setMaxLength(15);

        gridLayout_2->addWidget(rComplOverhangEdit, 1, 1, 1, 1);


        verticalLayout_3->addLayout(gridLayout_2);

        rResetButton = new QPushButton(rCustomOverhangBox);
        rResetButton->setObjectName(QStringLiteral("rResetButton"));

        verticalLayout_3->addWidget(rResetButton);


        verticalLayout_6->addWidget(rCustomOverhangBox);


        horizontalLayout->addWidget(groupBox_3);


        verticalLayout_7->addLayout(horizontalLayout);

        label = new QLabel(EditFragmentDialog);
        label->setObjectName(QStringLiteral("label"));

        verticalLayout_7->addWidget(label);

        previewEdit = new QTextEdit(EditFragmentDialog);
        previewEdit->setObjectName(QStringLiteral("previewEdit"));
        QFont font;
        font.setFamily(QStringLiteral("Courier"));
        font.setPointSize(10);
        previewEdit->setFont(font);
        previewEdit->setLineWrapMode(QTextEdit::NoWrap);
        previewEdit->setReadOnly(true);
        previewEdit->setTextInteractionFlags(Qt::NoTextInteraction);

        verticalLayout_7->addWidget(previewEdit);

        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_4->addItem(horizontalSpacer);

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

        horizontalLayout_4->addWidget(buttonBox);


        verticalLayout_7->addLayout(horizontalLayout_4);


        retranslateUi(EditFragmentDialog);
        QObject::connect(buttonBox, SIGNAL(accepted()), EditFragmentDialog, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), EditFragmentDialog, SLOT(reject()));
        QObject::connect(lBluntButton, SIGNAL(toggled(bool)), lCustomOverhangBox, SLOT(setDisabled(bool)));
        QObject::connect(rBluntButton, SIGNAL(toggled(bool)), rCustomOverhangBox, SLOT(setDisabled(bool)));

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

    void retranslateUi(QDialog *EditFragmentDialog)
    {
        EditFragmentDialog->setWindowTitle(QApplication::translate("EditFragmentDialog", "Edit Molecule Fragment", 0));
        groupBox->setTitle(QApplication::translate("EditFragmentDialog", "Left End", 0));
        groupBox_2->setTitle(QApplication::translate("EditFragmentDialog", "Type", 0));
        lStickyButton->setText(QApplication::translate("EditFragmentDialog", "Overhang", 0));
        lBluntButton->setText(QApplication::translate("EditFragmentDialog", "Blunt", 0));
        lCustomOverhangBox->setTitle(QApplication::translate("EditFragmentDialog", "Custom overhang", 0));
        lDirectRadioButton->setText(QApplication::translate("EditFragmentDialog", "5'-3'", 0));
        lComplRadioButton->setText(QApplication::translate("EditFragmentDialog", "3'-5'", 0));
        lResetButton->setText(QApplication::translate("EditFragmentDialog", "Reset", 0));
        groupBox_3->setTitle(QApplication::translate("EditFragmentDialog", "Right End", 0));
        groupBox_4->setTitle(QApplication::translate("EditFragmentDialog", "Type", 0));
        rStickyButton->setText(QApplication::translate("EditFragmentDialog", "Overhang", 0));
        rBluntButton->setText(QApplication::translate("EditFragmentDialog", "Blunt", 0));
        rCustomOverhangBox->setTitle(QApplication::translate("EditFragmentDialog", "Custom overhang", 0));
        rDirectRadioButton->setText(QApplication::translate("EditFragmentDialog", "5'-3'", 0));
        rComplRadioButton->setText(QApplication::translate("EditFragmentDialog", "3'-5'", 0));
        rResetButton->setText(QApplication::translate("EditFragmentDialog", "Reset", 0));
        label->setText(QApplication::translate("EditFragmentDialog", "Preview:", 0));
    } // retranslateUi

};

namespace Ui {
    class EditFragmentDialog: public Ui_EditFragmentDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_EDITFRAGMENTDIALOG_H
