/********************************************************************************
** Form generated from reading UI file 'ConstructMoleculeDialog.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_CONSTRUCTMOLECULEDIALOG_H
#define UI_CONSTRUCTMOLECULEDIALOG_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/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QTreeWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_ConstructMoleculeDialog
{
public:
    QVBoxLayout *verticalLayout;
    QTabWidget *tabWidget;
    QWidget *tab;
    QVBoxLayout *verticalLayout_2;
    QLabel *label;
    QGridLayout *gridLayout;
    QListWidget *fragmentListWidget;
    QPushButton *takeButton;
    QSpacerItem *verticalSpacer;
    QPushButton *fromProjectButton;
    QPushButton *takeAllButton;
    QLabel *label_2;
    QTreeWidget *molConstructWidget;
    QHBoxLayout *horizontalLayout;
    QSpacerItem *horizontalSpacer;
    QToolButton *upButton;
    QToolButton *downButton;
    QToolButton *removeButton;
    QToolButton *editFragmentButton;
    QToolButton *clearButton;
    QSpacerItem *horizontalSpacer_2;
    QCheckBox *annotateFragmentsBox;
    QCheckBox *makeBluntBox;
    QCheckBox *makeCircularBox;
    QWidget *tab_2;
    QVBoxLayout *verticalLayout_3;
    QHBoxLayout *horizontalLayout_2;
    QLabel *label_3;
    QLineEdit *filePathEdit;
    QToolButton *browseButton;
    QCheckBox *openViewBox;
    QCheckBox *saveImmediatlyBox;
    QSpacerItem *verticalSpacer_2;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *ConstructMoleculeDialog)
    {
        if (ConstructMoleculeDialog->objectName().isEmpty())
            ConstructMoleculeDialog->setObjectName(QStringLiteral("ConstructMoleculeDialog"));
        ConstructMoleculeDialog->resize(657, 477);
        ConstructMoleculeDialog->setMinimumSize(QSize(400, 400));
        verticalLayout = new QVBoxLayout(ConstructMoleculeDialog);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        verticalLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        tabWidget = new QTabWidget(ConstructMoleculeDialog);
        tabWidget->setObjectName(QStringLiteral("tabWidget"));
        tab = new QWidget();
        tab->setObjectName(QStringLiteral("tab"));
        verticalLayout_2 = new QVBoxLayout(tab);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        verticalLayout_2->setSizeConstraint(QLayout::SetMinAndMaxSize);
        label = new QLabel(tab);
        label->setObjectName(QStringLiteral("label"));
        label->setMargin(1);

        verticalLayout_2->addWidget(label);

        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        gridLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        fragmentListWidget = new QListWidget(tab);
        fragmentListWidget->setObjectName(QStringLiteral("fragmentListWidget"));

        gridLayout->addWidget(fragmentListWidget, 0, 0, 5, 1);

        takeButton = new QPushButton(tab);
        takeButton->setObjectName(QStringLiteral("takeButton"));

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

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

        gridLayout->addItem(verticalSpacer, 4, 1, 1, 1);

        fromProjectButton = new QPushButton(tab);
        fromProjectButton->setObjectName(QStringLiteral("fromProjectButton"));

        gridLayout->addWidget(fromProjectButton, 3, 1, 1, 1);

        takeAllButton = new QPushButton(tab);
        takeAllButton->setObjectName(QStringLiteral("takeAllButton"));

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


        verticalLayout_2->addLayout(gridLayout);

        label_2 = new QLabel(tab);
        label_2->setObjectName(QStringLiteral("label_2"));
        label_2->setMargin(1);

        verticalLayout_2->addWidget(label_2);

        molConstructWidget = new QTreeWidget(tab);
        molConstructWidget->setObjectName(QStringLiteral("molConstructWidget"));
        molConstructWidget->setAcceptDrops(false);

        verticalLayout_2->addWidget(molConstructWidget);

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

        horizontalLayout->addItem(horizontalSpacer);

        upButton = new QToolButton(tab);
        upButton->setObjectName(QStringLiteral("upButton"));

        horizontalLayout->addWidget(upButton);

        downButton = new QToolButton(tab);
        downButton->setObjectName(QStringLiteral("downButton"));

        horizontalLayout->addWidget(downButton);

        removeButton = new QToolButton(tab);
        removeButton->setObjectName(QStringLiteral("removeButton"));

        horizontalLayout->addWidget(removeButton);

        editFragmentButton = new QToolButton(tab);
        editFragmentButton->setObjectName(QStringLiteral("editFragmentButton"));

        horizontalLayout->addWidget(editFragmentButton);

        clearButton = new QToolButton(tab);
        clearButton->setObjectName(QStringLiteral("clearButton"));

        horizontalLayout->addWidget(clearButton);

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

        horizontalLayout->addItem(horizontalSpacer_2);


        verticalLayout_2->addLayout(horizontalLayout);

        annotateFragmentsBox = new QCheckBox(tab);
        annotateFragmentsBox->setObjectName(QStringLiteral("annotateFragmentsBox"));
        annotateFragmentsBox->setChecked(true);

        verticalLayout_2->addWidget(annotateFragmentsBox);

        makeBluntBox = new QCheckBox(tab);
        makeBluntBox->setObjectName(QStringLiteral("makeBluntBox"));
        makeBluntBox->setEnabled(true);
        makeBluntBox->setChecked(false);

        verticalLayout_2->addWidget(makeBluntBox);

        makeCircularBox = new QCheckBox(tab);
        makeCircularBox->setObjectName(QStringLiteral("makeCircularBox"));
        makeCircularBox->setEnabled(true);

        verticalLayout_2->addWidget(makeCircularBox);

        tabWidget->addTab(tab, QString());
        tab_2 = new QWidget();
        tab_2->setObjectName(QStringLiteral("tab_2"));
        verticalLayout_3 = new QVBoxLayout(tab_2);
        verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
        label_3 = new QLabel(tab_2);
        label_3->setObjectName(QStringLiteral("label_3"));

        horizontalLayout_2->addWidget(label_3);

        filePathEdit = new QLineEdit(tab_2);
        filePathEdit->setObjectName(QStringLiteral("filePathEdit"));

        horizontalLayout_2->addWidget(filePathEdit);

        browseButton = new QToolButton(tab_2);
        browseButton->setObjectName(QStringLiteral("browseButton"));

        horizontalLayout_2->addWidget(browseButton);


        verticalLayout_3->addLayout(horizontalLayout_2);

        openViewBox = new QCheckBox(tab_2);
        openViewBox->setObjectName(QStringLiteral("openViewBox"));
        openViewBox->setEnabled(true);
        openViewBox->setChecked(true);

        verticalLayout_3->addWidget(openViewBox);

        saveImmediatlyBox = new QCheckBox(tab_2);
        saveImmediatlyBox->setObjectName(QStringLiteral("saveImmediatlyBox"));
        saveImmediatlyBox->setEnabled(true);

        verticalLayout_3->addWidget(saveImmediatlyBox);

        verticalSpacer_2 = new QSpacerItem(20, 308, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_3->addItem(verticalSpacer_2);

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

        verticalLayout->addWidget(tabWidget);

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

        verticalLayout->addWidget(buttonBox);


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

        tabWidget->setCurrentIndex(0);


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

    void retranslateUi(QDialog *ConstructMoleculeDialog)
    {
        ConstructMoleculeDialog->setWindowTitle(QApplication::translate("ConstructMoleculeDialog", "Construct Molecule", 0));
        label->setText(QApplication::translate("ConstructMoleculeDialog", "Available fragments (core length - length without sticky ends):", 0));
#ifndef QT_NO_TOOLTIP
        fragmentListWidget->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Fragments available from active project", 0));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        takeButton->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Add selected fragments to new molecule contents", 0));
#endif // QT_NO_TOOLTIP
        takeButton->setText(QApplication::translate("ConstructMoleculeDialog", "Add", 0));
        fromProjectButton->setText(QApplication::translate("ConstructMoleculeDialog", "From Project", 0));
#ifndef QT_NO_TOOLTIP
        takeAllButton->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Add all available fragments to molecule contets", 0));
#endif // QT_NO_TOOLTIP
        takeAllButton->setText(QApplication::translate("ConstructMoleculeDialog", "Add All", 0));
        label_2->setText(QApplication::translate("ConstructMoleculeDialog", "New molecule contents:", 0));
        QTreeWidgetItem *___qtreewidgetitem = molConstructWidget->headerItem();
        ___qtreewidgetitem->setText(3, QApplication::translate("ConstructMoleculeDialog", "Inverted", 0));
        ___qtreewidgetitem->setText(2, QApplication::translate("ConstructMoleculeDialog", "3'", 0));
        ___qtreewidgetitem->setText(1, QApplication::translate("ConstructMoleculeDialog", "Fragment", 0));
        ___qtreewidgetitem->setText(0, QApplication::translate("ConstructMoleculeDialog", "5'", 0));
#ifndef QT_NO_TOOLTIP
        molConstructWidget->setToolTip(QApplication::translate("ConstructMoleculeDialog", "New molecule contents", 0));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        upButton->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Move selected fragment up", 0));
#endif // QT_NO_TOOLTIP
        upButton->setText(QApplication::translate("ConstructMoleculeDialog", "Up", 0));
#ifndef QT_NO_TOOLTIP
        downButton->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Move selected fragment down", 0));
#endif // QT_NO_TOOLTIP
        downButton->setText(QApplication::translate("ConstructMoleculeDialog", "Down", 0));
#ifndef QT_NO_TOOLTIP
        removeButton->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Remove selected fragment from new molecule", 0));
#endif // QT_NO_TOOLTIP
        removeButton->setText(QApplication::translate("ConstructMoleculeDialog", "Remove", 0));
        editFragmentButton->setText(QApplication::translate("ConstructMoleculeDialog", "Edit", 0));
#ifndef QT_NO_TOOLTIP
        clearButton->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Clear molecule contents", 0));
#endif // QT_NO_TOOLTIP
        clearButton->setText(QApplication::translate("ConstructMoleculeDialog", "Clear All", 0));
        annotateFragmentsBox->setText(QApplication::translate("ConstructMoleculeDialog", "Annotate fragments in new molecule", 0));
#ifndef QT_NO_TOOLTIP
        makeBluntBox->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Setting this option checked will result in ignoring overhangs while constructing new molecule.", 0));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_WHATSTHIS
        makeBluntBox->setWhatsThis(QString());
#endif // QT_NO_WHATSTHIS
        makeBluntBox->setText(QApplication::translate("ConstructMoleculeDialog", "Force \"blunt\" and omit all overhangs", 0));
#ifndef QT_NO_TOOLTIP
        makeCircularBox->setToolTip(QApplication::translate("ConstructMoleculeDialog", "Circulirize result molecule", 0));
#endif // QT_NO_TOOLTIP
        makeCircularBox->setText(QApplication::translate("ConstructMoleculeDialog", "Make circular", 0));
        tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("ConstructMoleculeDialog", "Construction", 0));
        label_3->setText(QApplication::translate("ConstructMoleculeDialog", "Path to file:", 0));
        browseButton->setText(QApplication::translate("ConstructMoleculeDialog", "...", 0));
        openViewBox->setText(QApplication::translate("ConstructMoleculeDialog", "Open view for new molecule", 0));
        saveImmediatlyBox->setText(QApplication::translate("ConstructMoleculeDialog", "Save immediately", 0));
        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("ConstructMoleculeDialog", "Output", 0));
    } // retranslateUi

};

namespace Ui {
    class ConstructMoleculeDialog: public Ui_ConstructMoleculeDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CONSTRUCTMOLECULEDIALOG_H
