/********************************************************************************
** Form generated from reading UI file 'ConvertToSQLiteDialog.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_CONVERTTOSQLITEDIALOG_H
#define UI_CONVERTTOSQLITEDIALOG_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/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTableWidget>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_ConvertToSQLiteDialog
{
public:
    QVBoxLayout *dialogLayout;
    QGridLayout *gridLayout_3;
    QLabel *refUrlLabel;
    QLineEdit *sourceUrlView;
    QLineEdit *refUrlEdit;
    QLabel *sourceUrlLabel;
    QPushButton *bamInfoButton;
    QPushButton *refUrlButton;
    QLabel *referenceWarningLabel;
    QLabel *indexNotAvailableLabel;
    QTableWidget *tableWidget;
    QWidget *selectionButtons;
    QHBoxLayout *horizontalLayout_3;
    QToolButton *selectAllToolButton;
    QToolButton *selectNoneToolButton;
    QToolButton *inverseSelectionToolButton;
    QSpacerItem *horizontalSpacer_3;
    QCheckBox *importUnmappedBox;
    QGridLayout *gridLayout;
    QLabel *label_2;
    QLineEdit *destinationUrlEdit;
    QToolButton *destinationUrlButton;
    QHBoxLayout *horizontalLayout;
    QCheckBox *addToProjectBox;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *ConvertToSQLiteDialog)
    {
        if (ConvertToSQLiteDialog->objectName().isEmpty())
            ConvertToSQLiteDialog->setObjectName(QStringLiteral("ConvertToSQLiteDialog"));
        ConvertToSQLiteDialog->resize(581, 491);
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(ConvertToSQLiteDialog->sizePolicy().hasHeightForWidth());
        ConvertToSQLiteDialog->setSizePolicy(sizePolicy);
        ConvertToSQLiteDialog->setSizeGripEnabled(true);
        dialogLayout = new QVBoxLayout(ConvertToSQLiteDialog);
        dialogLayout->setObjectName(QStringLiteral("dialogLayout"));
        dialogLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
        gridLayout_3 = new QGridLayout();
        gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
        gridLayout_3->setSizeConstraint(QLayout::SetFixedSize);
        refUrlLabel = new QLabel(ConvertToSQLiteDialog);
        refUrlLabel->setObjectName(QStringLiteral("refUrlLabel"));

        gridLayout_3->addWidget(refUrlLabel, 1, 0, 1, 1);

        sourceUrlView = new QLineEdit(ConvertToSQLiteDialog);
        sourceUrlView->setObjectName(QStringLiteral("sourceUrlView"));
        sourceUrlView->setReadOnly(true);

        gridLayout_3->addWidget(sourceUrlView, 0, 1, 1, 1);

        refUrlEdit = new QLineEdit(ConvertToSQLiteDialog);
        refUrlEdit->setObjectName(QStringLiteral("refUrlEdit"));
        refUrlEdit->setReadOnly(true);

        gridLayout_3->addWidget(refUrlEdit, 1, 1, 1, 1);

        sourceUrlLabel = new QLabel(ConvertToSQLiteDialog);
        sourceUrlLabel->setObjectName(QStringLiteral("sourceUrlLabel"));

        gridLayout_3->addWidget(sourceUrlLabel, 0, 0, 1, 1);

        bamInfoButton = new QPushButton(ConvertToSQLiteDialog);
        bamInfoButton->setObjectName(QStringLiteral("bamInfoButton"));

        gridLayout_3->addWidget(bamInfoButton, 0, 2, 1, 1);

        refUrlButton = new QPushButton(ConvertToSQLiteDialog);
        refUrlButton->setObjectName(QStringLiteral("refUrlButton"));

        gridLayout_3->addWidget(refUrlButton, 1, 2, 1, 1);


        dialogLayout->addLayout(gridLayout_3);

        referenceWarningLabel = new QLabel(ConvertToSQLiteDialog);
        referenceWarningLabel->setObjectName(QStringLiteral("referenceWarningLabel"));
        QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(referenceWarningLabel->sizePolicy().hasHeightForWidth());
        referenceWarningLabel->setSizePolicy(sizePolicy1);
        referenceWarningLabel->setWordWrap(true);

        dialogLayout->addWidget(referenceWarningLabel);

        indexNotAvailableLabel = new QLabel(ConvertToSQLiteDialog);
        indexNotAvailableLabel->setObjectName(QStringLiteral("indexNotAvailableLabel"));

        dialogLayout->addWidget(indexNotAvailableLabel);

        tableWidget = new QTableWidget(ConvertToSQLiteDialog);
        tableWidget->setObjectName(QStringLiteral("tableWidget"));
        tableWidget->setSelectionMode(QAbstractItemView::NoSelection);
        tableWidget->setSelectionBehavior(QAbstractItemView::SelectRows);
        tableWidget->setColumnCount(0);

        dialogLayout->addWidget(tableWidget);

        selectionButtons = new QWidget(ConvertToSQLiteDialog);
        selectionButtons->setObjectName(QStringLiteral("selectionButtons"));
        horizontalLayout_3 = new QHBoxLayout(selectionButtons);
        horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
        horizontalLayout_3->setSizeConstraint(QLayout::SetFixedSize);
        horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
        selectAllToolButton = new QToolButton(selectionButtons);
        selectAllToolButton->setObjectName(QStringLiteral("selectAllToolButton"));

        horizontalLayout_3->addWidget(selectAllToolButton);

        selectNoneToolButton = new QToolButton(selectionButtons);
        selectNoneToolButton->setObjectName(QStringLiteral("selectNoneToolButton"));

        horizontalLayout_3->addWidget(selectNoneToolButton);

        inverseSelectionToolButton = new QToolButton(selectionButtons);
        inverseSelectionToolButton->setObjectName(QStringLiteral("inverseSelectionToolButton"));

        horizontalLayout_3->addWidget(inverseSelectionToolButton);

        horizontalSpacer_3 = new QSpacerItem(250, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_3->addItem(horizontalSpacer_3);


        dialogLayout->addWidget(selectionButtons);

        importUnmappedBox = new QCheckBox(ConvertToSQLiteDialog);
        importUnmappedBox->setObjectName(QStringLiteral("importUnmappedBox"));

        dialogLayout->addWidget(importUnmappedBox);

        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        gridLayout->setSizeConstraint(QLayout::SetFixedSize);
        label_2 = new QLabel(ConvertToSQLiteDialog);
        label_2->setObjectName(QStringLiteral("label_2"));

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

        destinationUrlEdit = new QLineEdit(ConvertToSQLiteDialog);
        destinationUrlEdit->setObjectName(QStringLiteral("destinationUrlEdit"));

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

        destinationUrlButton = new QToolButton(ConvertToSQLiteDialog);
        destinationUrlButton->setObjectName(QStringLiteral("destinationUrlButton"));

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


        dialogLayout->addLayout(gridLayout);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        horizontalLayout->setSizeConstraint(QLayout::SetFixedSize);
        addToProjectBox = new QCheckBox(ConvertToSQLiteDialog);
        addToProjectBox->setObjectName(QStringLiteral("addToProjectBox"));
        addToProjectBox->setChecked(true);

        horizontalLayout->addWidget(addToProjectBox);


        dialogLayout->addLayout(horizontalLayout);

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

        dialogLayout->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *ConvertToSQLiteDialog)
    {
        ConvertToSQLiteDialog->setWindowTitle(QApplication::translate("ConvertToSQLiteDialog", "Import BAM File", 0));
        refUrlLabel->setText(QApplication::translate("ConvertToSQLiteDialog", "Reference:", 0));
        sourceUrlLabel->setText(QApplication::translate("ConvertToSQLiteDialog", "Source URL:", 0));
        bamInfoButton->setText(QApplication::translate("ConvertToSQLiteDialog", "Info", 0));
        refUrlButton->setText(QApplication::translate("ConvertToSQLiteDialog", "...", 0));
        referenceWarningLabel->setText(QApplication::translate("ConvertToSQLiteDialog", "There is no header in the SAM file. \320\241hoose a file with the reference sequences or the header information will be generated automatically.", 0));
        indexNotAvailableLabel->setText(QApplication::translate("ConvertToSQLiteDialog", "Index file (*.bai) is not available. Partial import is going to be slowed down.", 0));
        selectAllToolButton->setText(QApplication::translate("ConvertToSQLiteDialog", "Select All", 0));
        selectNoneToolButton->setText(QApplication::translate("ConvertToSQLiteDialog", "Deselect All", 0));
        inverseSelectionToolButton->setText(QApplication::translate("ConvertToSQLiteDialog", "Invert Selection", 0));
        importUnmappedBox->setText(QApplication::translate("ConvertToSQLiteDialog", "Import unmapped reads", 0));
        label_2->setText(QApplication::translate("ConvertToSQLiteDialog", "Destination URL:", 0));
        destinationUrlButton->setText(QApplication::translate("ConvertToSQLiteDialog", "...", 0));
        addToProjectBox->setText(QApplication::translate("ConvertToSQLiteDialog", "Add to project", 0));
    } // retranslateUi

};

namespace Ui {
    class ConvertToSQLiteDialog: public Ui_ConvertToSQLiteDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_CONVERTTOSQLITEDIALOG_H
