/********************************************************************************
** Form generated from reading UI file 'RemoteBLASTDialog.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_REMOTEBLASTDIALOG_H
#define UI_REMOTEBLASTDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QDoubleSpinBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_RemoteBLASTDialog
{
public:
    QVBoxLayout *verticalLayout_3;
    QTabWidget *optionsTab;
    QWidget *tabGeneralOptions;
    QVBoxLayout *verticalLayout_2;
    QGridLayout *layoutSearchOptions;
    QLabel *lblDatabase;
    QComboBox *dataBase;
    QCheckBox *shortSequenceCheckBox;
    QLabel *lblEvalue;
    QCheckBox *megablastCheckBox;
    QLabel *lblQuantity;
    QSpinBox *quantitySpinBox;
    QDoubleSpinBox *evalueSpinBox;
    QVBoxLayout *layoutDb;
    QLabel *lblDb;
    QComboBox *dbComboBox;
    QVBoxLayout *layoutDbDescription;
    QLabel *lblDbDescription;
    QTextEdit *teDbDescription;
    QVBoxLayout *layoutAnnotations;
    QHBoxLayout *layoutTimeout;
    QSpacerItem *spacerTimeout;
    QLabel *lblTimeout;
    QSpinBox *retrySpinBox;
    QWidget *tabAdvancedOptions;
    QVBoxLayout *verticalLayout_8;
    QGridLayout *layoutAdvancedOptions;
    QComboBox *wordSizeComboBox;
    QLabel *lblWordSize;
    QLabel *lblCosts;
    QComboBox *costsComboBox;
    QLabel *lblScores;
    QComboBox *scoresComboBox;
    QLabel *lblMatrix;
    QComboBox *matrixComboBox;
    QLineEdit *phiPatternEdit;
    QLabel *lblPhiPattern;
    QSpacerItem *spacerAdvancedOptions1;
    QLabel *lblEntrezQuery;
    QLineEdit *entrezQueryEdit;
    QLabel *lblService;
    QSpacerItem *spacerAdvancedOptions2;
    QComboBox *serviceComboBox;
    QHBoxLayout *layoutFiltersAndMasks;
    QGroupBox *gbFilters;
    QVBoxLayout *verticalLayout_7;
    QCheckBox *lowComplexityFilterCheckBox;
    QCheckBox *repeatsCheckBox;
    QGroupBox *gbMasks;
    QVBoxLayout *verticalLayout;
    QCheckBox *lookupMaskCheckBox;
    QCheckBox *lowerCaseCheckBox;
    QGroupBox *gbFilterResults;
    QVBoxLayout *verticalLayout_6;
    QGridLayout *layoutFilterResults;
    QLabel *label_8;
    QCheckBox *defCheckBox;
    QRadioButton *scoreRadioButton;
    QCheckBox *accessionCheckBox;
    QCheckBox *idCheckBox;
    QRadioButton *evalueRadioButton;
    QLabel *label_11;
    QSpacerItem *verticalSpacer_2;
    QSpacerItem *verticalSpacer;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *RemoteBLASTDialog)
    {
        if (RemoteBLASTDialog->objectName().isEmpty())
            RemoteBLASTDialog->setObjectName(QStringLiteral("RemoteBLASTDialog"));
        RemoteBLASTDialog->resize(601, 478);
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(RemoteBLASTDialog->sizePolicy().hasHeightForWidth());
        RemoteBLASTDialog->setSizePolicy(sizePolicy);
        RemoteBLASTDialog->setMaximumSize(QSize(1000, 500));
        RemoteBLASTDialog->setAutoFillBackground(false);
        RemoteBLASTDialog->setSizeGripEnabled(false);
        RemoteBLASTDialog->setModal(false);
        verticalLayout_3 = new QVBoxLayout(RemoteBLASTDialog);
        verticalLayout_3->setSpacing(6);
        verticalLayout_3->setContentsMargins(9, 9, 9, 9);
        verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
        verticalLayout_3->setSizeConstraint(QLayout::SetMinimumSize);
        optionsTab = new QTabWidget(RemoteBLASTDialog);
        optionsTab->setObjectName(QStringLiteral("optionsTab"));
        QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Maximum);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(optionsTab->sizePolicy().hasHeightForWidth());
        optionsTab->setSizePolicy(sizePolicy1);
        optionsTab->setMaximumSize(QSize(1000, 650));
        tabGeneralOptions = new QWidget();
        tabGeneralOptions->setObjectName(QStringLiteral("tabGeneralOptions"));
        QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
        sizePolicy2.setHorizontalStretch(0);
        sizePolicy2.setVerticalStretch(0);
        sizePolicy2.setHeightForWidth(tabGeneralOptions->sizePolicy().hasHeightForWidth());
        tabGeneralOptions->setSizePolicy(sizePolicy2);
        verticalLayout_2 = new QVBoxLayout(tabGeneralOptions);
        verticalLayout_2->setSpacing(6);
        verticalLayout_2->setContentsMargins(9, 9, 9, 9);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        verticalLayout_2->setSizeConstraint(QLayout::SetMinAndMaxSize);
        layoutSearchOptions = new QGridLayout();
        layoutSearchOptions->setSpacing(6);
        layoutSearchOptions->setObjectName(QStringLiteral("layoutSearchOptions"));
        layoutSearchOptions->setSizeConstraint(QLayout::SetMinAndMaxSize);
        layoutSearchOptions->setHorizontalSpacing(15);
        layoutSearchOptions->setContentsMargins(3, -1, -1, -1);
        lblDatabase = new QLabel(tabGeneralOptions);
        lblDatabase->setObjectName(QStringLiteral("lblDatabase"));

        layoutSearchOptions->addWidget(lblDatabase, 0, 0, 1, 1);

        dataBase = new QComboBox(tabGeneralOptions);
        dataBase->setObjectName(QStringLiteral("dataBase"));

        layoutSearchOptions->addWidget(dataBase, 0, 1, 1, 1);

        shortSequenceCheckBox = new QCheckBox(tabGeneralOptions);
        shortSequenceCheckBox->setObjectName(QStringLiteral("shortSequenceCheckBox"));

        layoutSearchOptions->addWidget(shortSequenceCheckBox, 0, 2, 1, 1);

        lblEvalue = new QLabel(tabGeneralOptions);
        lblEvalue->setObjectName(QStringLiteral("lblEvalue"));

        layoutSearchOptions->addWidget(lblEvalue, 2, 0, 1, 1);

        megablastCheckBox = new QCheckBox(tabGeneralOptions);
        megablastCheckBox->setObjectName(QStringLiteral("megablastCheckBox"));

        layoutSearchOptions->addWidget(megablastCheckBox, 2, 2, 1, 1);

        lblQuantity = new QLabel(tabGeneralOptions);
        lblQuantity->setObjectName(QStringLiteral("lblQuantity"));

        layoutSearchOptions->addWidget(lblQuantity, 3, 0, 1, 1);

        quantitySpinBox = new QSpinBox(tabGeneralOptions);
        quantitySpinBox->setObjectName(QStringLiteral("quantitySpinBox"));
        quantitySpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        quantitySpinBox->setMaximum(5000);
        quantitySpinBox->setSingleStep(10);
        quantitySpinBox->setValue(20);

        layoutSearchOptions->addWidget(quantitySpinBox, 3, 1, 1, 1);

        evalueSpinBox = new QDoubleSpinBox(tabGeneralOptions);
        evalueSpinBox->setObjectName(QStringLiteral("evalueSpinBox"));
        evalueSpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        evalueSpinBox->setDecimals(6);
        evalueSpinBox->setMinimum(1e-06);
        evalueSpinBox->setMaximum(100000);
        evalueSpinBox->setValue(10);

        layoutSearchOptions->addWidget(evalueSpinBox, 2, 1, 1, 1);


        verticalLayout_2->addLayout(layoutSearchOptions);

        layoutDb = new QVBoxLayout();
        layoutDb->setSpacing(3);
        layoutDb->setObjectName(QStringLiteral("layoutDb"));
        layoutDb->setSizeConstraint(QLayout::SetMinAndMaxSize);
        layoutDb->setContentsMargins(-1, 6, -1, -1);
        lblDb = new QLabel(tabGeneralOptions);
        lblDb->setObjectName(QStringLiteral("lblDb"));

        layoutDb->addWidget(lblDb);

        dbComboBox = new QComboBox(tabGeneralOptions);
        dbComboBox->setObjectName(QStringLiteral("dbComboBox"));

        layoutDb->addWidget(dbComboBox);


        verticalLayout_2->addLayout(layoutDb);

        layoutDbDescription = new QVBoxLayout();
        layoutDbDescription->setSpacing(3);
        layoutDbDescription->setObjectName(QStringLiteral("layoutDbDescription"));
        layoutDbDescription->setSizeConstraint(QLayout::SetMinAndMaxSize);
        layoutDbDescription->setContentsMargins(3, 6, -1, -1);
        lblDbDescription = new QLabel(tabGeneralOptions);
        lblDbDescription->setObjectName(QStringLiteral("lblDbDescription"));
        QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
        sizePolicy3.setHorizontalStretch(0);
        sizePolicy3.setVerticalStretch(0);
        sizePolicy3.setHeightForWidth(lblDbDescription->sizePolicy().hasHeightForWidth());
        lblDbDescription->setSizePolicy(sizePolicy3);

        layoutDbDescription->addWidget(lblDbDescription);

        teDbDescription = new QTextEdit(tabGeneralOptions);
        teDbDescription->setObjectName(QStringLiteral("teDbDescription"));
        QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::MinimumExpanding);
        sizePolicy4.setHorizontalStretch(0);
        sizePolicy4.setVerticalStretch(0);
        sizePolicy4.setHeightForWidth(teDbDescription->sizePolicy().hasHeightForWidth());
        teDbDescription->setSizePolicy(sizePolicy4);
        teDbDescription->setMinimumSize(QSize(0, 100));
        teDbDescription->setMaximumSize(QSize(16777215, 100));
        teDbDescription->setReadOnly(true);

        layoutDbDescription->addWidget(teDbDescription);


        verticalLayout_2->addLayout(layoutDbDescription);

        layoutAnnotations = new QVBoxLayout();
        layoutAnnotations->setSpacing(6);
        layoutAnnotations->setObjectName(QStringLiteral("layoutAnnotations"));
        layoutAnnotations->setSizeConstraint(QLayout::SetFixedSize);

        verticalLayout_2->addLayout(layoutAnnotations);

        layoutTimeout = new QHBoxLayout();
        layoutTimeout->setSpacing(6);
        layoutTimeout->setObjectName(QStringLiteral("layoutTimeout"));
        layoutTimeout->setSizeConstraint(QLayout::SetFixedSize);
        spacerTimeout = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        layoutTimeout->addItem(spacerTimeout);

        lblTimeout = new QLabel(tabGeneralOptions);
        lblTimeout->setObjectName(QStringLiteral("lblTimeout"));

        layoutTimeout->addWidget(lblTimeout);

        retrySpinBox = new QSpinBox(tabGeneralOptions);
        retrySpinBox->setObjectName(QStringLiteral("retrySpinBox"));
        sizePolicy3.setHeightForWidth(retrySpinBox->sizePolicy().hasHeightForWidth());
        retrySpinBox->setSizePolicy(sizePolicy3);
        retrySpinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
        retrySpinBox->setMinimum(1);
        retrySpinBox->setMaximum(6000);
        retrySpinBox->setSingleStep(1);
        retrySpinBox->setValue(10);

        layoutTimeout->addWidget(retrySpinBox);


        verticalLayout_2->addLayout(layoutTimeout);

        optionsTab->addTab(tabGeneralOptions, QString());
        tabAdvancedOptions = new QWidget();
        tabAdvancedOptions->setObjectName(QStringLiteral("tabAdvancedOptions"));
        verticalLayout_8 = new QVBoxLayout(tabAdvancedOptions);
        verticalLayout_8->setSpacing(6);
        verticalLayout_8->setContentsMargins(9, 9, 9, 9);
        verticalLayout_8->setObjectName(QStringLiteral("verticalLayout_8"));
        verticalLayout_8->setSizeConstraint(QLayout::SetMinAndMaxSize);
        layoutAdvancedOptions = new QGridLayout();
        layoutAdvancedOptions->setSpacing(6);
        layoutAdvancedOptions->setObjectName(QStringLiteral("layoutAdvancedOptions"));
        wordSizeComboBox = new QComboBox(tabAdvancedOptions);
        wordSizeComboBox->setObjectName(QStringLiteral("wordSizeComboBox"));
        QSizePolicy sizePolicy5(QSizePolicy::Preferred, QSizePolicy::Fixed);
        sizePolicy5.setHorizontalStretch(2);
        sizePolicy5.setVerticalStretch(0);
        sizePolicy5.setHeightForWidth(wordSizeComboBox->sizePolicy().hasHeightForWidth());
        wordSizeComboBox->setSizePolicy(sizePolicy5);

        layoutAdvancedOptions->addWidget(wordSizeComboBox, 0, 1, 1, 1);

        lblWordSize = new QLabel(tabAdvancedOptions);
        lblWordSize->setObjectName(QStringLiteral("lblWordSize"));
        QSizePolicy sizePolicy6(QSizePolicy::Minimum, QSizePolicy::Preferred);
        sizePolicy6.setHorizontalStretch(0);
        sizePolicy6.setVerticalStretch(0);
        sizePolicy6.setHeightForWidth(lblWordSize->sizePolicy().hasHeightForWidth());
        lblWordSize->setSizePolicy(sizePolicy6);

        layoutAdvancedOptions->addWidget(lblWordSize, 0, 0, 1, 1);

        lblCosts = new QLabel(tabAdvancedOptions);
        lblCosts->setObjectName(QStringLiteral("lblCosts"));

        layoutAdvancedOptions->addWidget(lblCosts, 0, 3, 1, 1);

        costsComboBox = new QComboBox(tabAdvancedOptions);
        costsComboBox->setObjectName(QStringLiteral("costsComboBox"));
        sizePolicy5.setHeightForWidth(costsComboBox->sizePolicy().hasHeightForWidth());
        costsComboBox->setSizePolicy(sizePolicy5);

        layoutAdvancedOptions->addWidget(costsComboBox, 0, 4, 1, 1);

        lblScores = new QLabel(tabAdvancedOptions);
        lblScores->setObjectName(QStringLiteral("lblScores"));
        sizePolicy6.setHeightForWidth(lblScores->sizePolicy().hasHeightForWidth());
        lblScores->setSizePolicy(sizePolicy6);

        layoutAdvancedOptions->addWidget(lblScores, 1, 0, 1, 1);

        scoresComboBox = new QComboBox(tabAdvancedOptions);
        scoresComboBox->setObjectName(QStringLiteral("scoresComboBox"));

        layoutAdvancedOptions->addWidget(scoresComboBox, 1, 1, 1, 1);

        lblMatrix = new QLabel(tabAdvancedOptions);
        lblMatrix->setObjectName(QStringLiteral("lblMatrix"));
        sizePolicy6.setHeightForWidth(lblMatrix->sizePolicy().hasHeightForWidth());
        lblMatrix->setSizePolicy(sizePolicy6);

        layoutAdvancedOptions->addWidget(lblMatrix, 3, 0, 1, 1);

        matrixComboBox = new QComboBox(tabAdvancedOptions);
        matrixComboBox->setObjectName(QStringLiteral("matrixComboBox"));

        layoutAdvancedOptions->addWidget(matrixComboBox, 3, 1, 1, 1);

        phiPatternEdit = new QLineEdit(tabAdvancedOptions);
        phiPatternEdit->setObjectName(QStringLiteral("phiPatternEdit"));

        layoutAdvancedOptions->addWidget(phiPatternEdit, 5, 1, 1, 4);

        lblPhiPattern = new QLabel(tabAdvancedOptions);
        lblPhiPattern->setObjectName(QStringLiteral("lblPhiPattern"));

        layoutAdvancedOptions->addWidget(lblPhiPattern, 5, 0, 1, 1);

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

        layoutAdvancedOptions->addItem(spacerAdvancedOptions1, 0, 2, 1, 1);

        lblEntrezQuery = new QLabel(tabAdvancedOptions);
        lblEntrezQuery->setObjectName(QStringLiteral("lblEntrezQuery"));

        layoutAdvancedOptions->addWidget(lblEntrezQuery, 2, 0, 1, 1);

        entrezQueryEdit = new QLineEdit(tabAdvancedOptions);
        entrezQueryEdit->setObjectName(QStringLiteral("entrezQueryEdit"));

        layoutAdvancedOptions->addWidget(entrezQueryEdit, 2, 1, 1, 4);

        lblService = new QLabel(tabAdvancedOptions);
        lblService->setObjectName(QStringLiteral("lblService"));

        layoutAdvancedOptions->addWidget(lblService, 3, 3, 1, 1);

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

        layoutAdvancedOptions->addItem(spacerAdvancedOptions2, 3, 2, 1, 1);

        serviceComboBox = new QComboBox(tabAdvancedOptions);
        serviceComboBox->setObjectName(QStringLiteral("serviceComboBox"));

        layoutAdvancedOptions->addWidget(serviceComboBox, 3, 4, 1, 1);


        verticalLayout_8->addLayout(layoutAdvancedOptions);

        layoutFiltersAndMasks = new QHBoxLayout();
        layoutFiltersAndMasks->setSpacing(6);
        layoutFiltersAndMasks->setObjectName(QStringLiteral("layoutFiltersAndMasks"));
        gbFilters = new QGroupBox(tabAdvancedOptions);
        gbFilters->setObjectName(QStringLiteral("gbFilters"));
        verticalLayout_7 = new QVBoxLayout(gbFilters);
        verticalLayout_7->setSpacing(6);
        verticalLayout_7->setContentsMargins(9, 9, 9, 9);
        verticalLayout_7->setObjectName(QStringLiteral("verticalLayout_7"));
        lowComplexityFilterCheckBox = new QCheckBox(gbFilters);
        lowComplexityFilterCheckBox->setObjectName(QStringLiteral("lowComplexityFilterCheckBox"));

        verticalLayout_7->addWidget(lowComplexityFilterCheckBox);

        repeatsCheckBox = new QCheckBox(gbFilters);
        repeatsCheckBox->setObjectName(QStringLiteral("repeatsCheckBox"));

        verticalLayout_7->addWidget(repeatsCheckBox);


        layoutFiltersAndMasks->addWidget(gbFilters);

        gbMasks = new QGroupBox(tabAdvancedOptions);
        gbMasks->setObjectName(QStringLiteral("gbMasks"));
        verticalLayout = new QVBoxLayout(gbMasks);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(9, 9, 9, 9);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        lookupMaskCheckBox = new QCheckBox(gbMasks);
        lookupMaskCheckBox->setObjectName(QStringLiteral("lookupMaskCheckBox"));

        verticalLayout->addWidget(lookupMaskCheckBox);

        lowerCaseCheckBox = new QCheckBox(gbMasks);
        lowerCaseCheckBox->setObjectName(QStringLiteral("lowerCaseCheckBox"));

        verticalLayout->addWidget(lowerCaseCheckBox);


        layoutFiltersAndMasks->addWidget(gbMasks);


        verticalLayout_8->addLayout(layoutFiltersAndMasks);

        gbFilterResults = new QGroupBox(tabAdvancedOptions);
        gbFilterResults->setObjectName(QStringLiteral("gbFilterResults"));
        verticalLayout_6 = new QVBoxLayout(gbFilterResults);
        verticalLayout_6->setSpacing(6);
        verticalLayout_6->setContentsMargins(9, 9, 9, 9);
        verticalLayout_6->setObjectName(QStringLiteral("verticalLayout_6"));
        layoutFilterResults = new QGridLayout();
        layoutFilterResults->setSpacing(6);
        layoutFilterResults->setObjectName(QStringLiteral("layoutFilterResults"));
        label_8 = new QLabel(gbFilterResults);
        label_8->setObjectName(QStringLiteral("label_8"));

        layoutFilterResults->addWidget(label_8, 0, 0, 1, 1);

        defCheckBox = new QCheckBox(gbFilterResults);
        defCheckBox->setObjectName(QStringLiteral("defCheckBox"));

        layoutFilterResults->addWidget(defCheckBox, 2, 0, 1, 1);

        scoreRadioButton = new QRadioButton(gbFilterResults);
        scoreRadioButton->setObjectName(QStringLiteral("scoreRadioButton"));

        layoutFilterResults->addWidget(scoreRadioButton, 2, 1, 1, 1);

        accessionCheckBox = new QCheckBox(gbFilterResults);
        accessionCheckBox->setObjectName(QStringLiteral("accessionCheckBox"));

        layoutFilterResults->addWidget(accessionCheckBox, 1, 0, 1, 1);

        idCheckBox = new QCheckBox(gbFilterResults);
        idCheckBox->setObjectName(QStringLiteral("idCheckBox"));

        layoutFilterResults->addWidget(idCheckBox, 3, 0, 1, 1);

        evalueRadioButton = new QRadioButton(gbFilterResults);
        evalueRadioButton->setObjectName(QStringLiteral("evalueRadioButton"));
        evalueRadioButton->setChecked(true);

        layoutFilterResults->addWidget(evalueRadioButton, 1, 1, 1, 1);

        label_11 = new QLabel(gbFilterResults);
        label_11->setObjectName(QStringLiteral("label_11"));

        layoutFilterResults->addWidget(label_11, 0, 1, 1, 1);


        verticalLayout_6->addLayout(layoutFilterResults);


        verticalLayout_8->addWidget(gbFilterResults);

        verticalSpacer_2 = new QSpacerItem(1, 1, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding);

        verticalLayout_8->addItem(verticalSpacer_2);

        optionsTab->addTab(tabAdvancedOptions, QString());

        verticalLayout_3->addWidget(optionsTab);

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

        verticalLayout_3->addItem(verticalSpacer);

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

        verticalLayout_3->addWidget(buttonBox);

        QWidget::setTabOrder(optionsTab, dataBase);
        QWidget::setTabOrder(dataBase, shortSequenceCheckBox);
        QWidget::setTabOrder(shortSequenceCheckBox, megablastCheckBox);
        QWidget::setTabOrder(megablastCheckBox, quantitySpinBox);
        QWidget::setTabOrder(quantitySpinBox, evalueSpinBox);
        QWidget::setTabOrder(evalueSpinBox, dbComboBox);
        QWidget::setTabOrder(dbComboBox, teDbDescription);
        QWidget::setTabOrder(teDbDescription, retrySpinBox);
        QWidget::setTabOrder(retrySpinBox, wordSizeComboBox);
        QWidget::setTabOrder(wordSizeComboBox, scoresComboBox);
        QWidget::setTabOrder(scoresComboBox, costsComboBox);
        QWidget::setTabOrder(costsComboBox, entrezQueryEdit);
        QWidget::setTabOrder(entrezQueryEdit, matrixComboBox);
        QWidget::setTabOrder(matrixComboBox, serviceComboBox);
        QWidget::setTabOrder(serviceComboBox, phiPatternEdit);
        QWidget::setTabOrder(phiPatternEdit, lowComplexityFilterCheckBox);
        QWidget::setTabOrder(lowComplexityFilterCheckBox, repeatsCheckBox);
        QWidget::setTabOrder(repeatsCheckBox, lookupMaskCheckBox);
        QWidget::setTabOrder(lookupMaskCheckBox, lowerCaseCheckBox);
        QWidget::setTabOrder(lowerCaseCheckBox, accessionCheckBox);
        QWidget::setTabOrder(accessionCheckBox, defCheckBox);
        QWidget::setTabOrder(defCheckBox, idCheckBox);
        QWidget::setTabOrder(idCheckBox, evalueRadioButton);
        QWidget::setTabOrder(evalueRadioButton, scoreRadioButton);

        retranslateUi(RemoteBLASTDialog);

        optionsTab->setCurrentIndex(0);
        dbComboBox->setCurrentIndex(2);
        wordSizeComboBox->setCurrentIndex(0);
        costsComboBox->setCurrentIndex(0);
        scoresComboBox->setCurrentIndex(0);


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

    void retranslateUi(QDialog *RemoteBLASTDialog)
    {
        RemoteBLASTDialog->setWindowTitle(QApplication::translate("RemoteBLASTDialog", "Search Through a Remote Database", 0));
        lblDatabase->setText(QApplication::translate("RemoteBLASTDialog", "Select the search type:", 0));
        dataBase->clear();
        dataBase->insertItems(0, QStringList()
         << QApplication::translate("RemoteBLASTDialog", "blastn", 0)
         << QApplication::translate("RemoteBLASTDialog", "blastp", 0)
         << QApplication::translate("RemoteBLASTDialog", "cdd", 0)
        );
        shortSequenceCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "Search for short, nearly exact matches", 0));
        lblEvalue->setText(QApplication::translate("RemoteBLASTDialog", "Expectation value:", 0));
        megablastCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "Megablast", 0));
#ifndef QT_NO_TOOLTIP
        lblQuantity->setToolTip(QApplication::translate("RemoteBLASTDialog", "The maximum number of results", 0));
#endif // QT_NO_TOOLTIP
        lblQuantity->setText(QApplication::translate("RemoteBLASTDialog", "Results limit:", 0));
#ifndef QT_NO_TOOLTIP
        quantitySpinBox->setToolTip(QApplication::translate("RemoteBLASTDialog", "The maximum number of results", 0));
#endif // QT_NO_TOOLTIP
        lblDb->setText(QApplication::translate("RemoteBLASTDialog", "The database:", 0));
        dbComboBox->clear();
        dbComboBox->insertItems(0, QStringList()
         << QApplication::translate("RemoteBLASTDialog", "Human genomic plus transcript - est_human", 0)
         << QApplication::translate("RemoteBLASTDialog", "Mouse genomic plus transcript - est_mouse", 0)
         << QApplication::translate("RemoteBLASTDialog", "Nucleotide collection - nr", 0)
         << QApplication::translate("RemoteBLASTDialog", "Reference nRNA sequences - refseq_rna", 0)
         << QApplication::translate("RemoteBLASTDialog", "Reference genomic seqence - refseq_genomic", 0)
         << QApplication::translate("RemoteBLASTDialog", "NCBI genomes - chromosome", 0)
         << QApplication::translate("RemoteBLASTDialog", "Express sequence tags - est", 0)
         << QApplication::translate("RemoteBLASTDialog", "Non-human, non-mouse ESTs - est_other", 0)
         << QApplication::translate("RemoteBLASTDialog", "Genomic survey sequences - gss", 0)
         << QApplication::translate("RemoteBLASTDialog", "High throughput genomic sequences - HTGS", 0)
         << QApplication::translate("RemoteBLASTDialog", "Patent sequences - pat", 0)
         << QApplication::translate("RemoteBLASTDialog", "Protein data bank - pdb", 0)
         << QApplication::translate("RemoteBLASTDialog", "Human ALU repeat elements - alu_repeats", 0)
         << QApplication::translate("RemoteBLASTDialog", "Sequence tagged sites - dbsts", 0)
         << QApplication::translate("RemoteBLASTDialog", "Whole-genome shotgun reads - wgs", 0)
         << QApplication::translate("RemoteBLASTDialog", "Environmental samples - env_nt", 0)
        );
        lblDbDescription->setText(QApplication::translate("RemoteBLASTDialog", "The database description:", 0));
        teDbDescription->setHtml(QApplication::translate("RemoteBLASTDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;\"><br /></p></body></html>", 0));
        lblTimeout->setText(QApplication::translate("RemoteBLASTDialog", "Search timeout", 0));
        retrySpinBox->setSuffix(QApplication::translate("RemoteBLASTDialog", " min", 0));
        optionsTab->setTabText(optionsTab->indexOf(tabGeneralOptions), QApplication::translate("RemoteBLASTDialog", "General options", 0));
        wordSizeComboBox->clear();
        wordSizeComboBox->insertItems(0, QStringList()
         << QApplication::translate("RemoteBLASTDialog", "3", 0)
         << QApplication::translate("RemoteBLASTDialog", "7", 0)
         << QApplication::translate("RemoteBLASTDialog", "11", 0)
         << QApplication::translate("RemoteBLASTDialog", "15", 0)
        );
        lblWordSize->setText(QApplication::translate("RemoteBLASTDialog", "Word size", 0));
        lblCosts->setText(QApplication::translate("RemoteBLASTDialog", "Gap costs", 0));
        costsComboBox->clear();
        costsComboBox->insertItems(0, QStringList()
         << QApplication::translate("RemoteBLASTDialog", "11 1", 0)
         << QApplication::translate("RemoteBLASTDialog", "5 2", 0)
         << QApplication::translate("RemoteBLASTDialog", "4 2", 0)
         << QApplication::translate("RemoteBLASTDialog", "1 2", 0)
         << QApplication::translate("RemoteBLASTDialog", "0 2", 0)
         << QApplication::translate("RemoteBLASTDialog", "3 1", 0)
         << QApplication::translate("RemoteBLASTDialog", "2 1", 0)
         << QApplication::translate("RemoteBLASTDialog", "1 1", 0)
        );
        lblScores->setText(QApplication::translate("RemoteBLASTDialog", "Match scores", 0));
        scoresComboBox->clear();
        scoresComboBox->insertItems(0, QStringList()
         << QApplication::translate("RemoteBLASTDialog", "1 -2", 0)
         << QApplication::translate("RemoteBLASTDialog", "1 -3", 0)
         << QApplication::translate("RemoteBLASTDialog", "1 -4", 0)
         << QApplication::translate("RemoteBLASTDialog", "2 -3", 0)
         << QApplication::translate("RemoteBLASTDialog", "4 -5", 0)
         << QApplication::translate("RemoteBLASTDialog", "1 -1", 0)
        );
        lblMatrix->setText(QApplication::translate("RemoteBLASTDialog", "Matrix", 0));
        lblPhiPattern->setText(QApplication::translate("RemoteBLASTDialog", "PHI pattern", 0));
        lblEntrezQuery->setText(QApplication::translate("RemoteBLASTDialog", "Entrez query", 0));
        lblService->setText(QApplication::translate("RemoteBLASTDialog", "Service", 0));
        serviceComboBox->clear();
        serviceComboBox->insertItems(0, QStringList()
         << QApplication::translate("RemoteBLASTDialog", "plain", 0)
         << QApplication::translate("RemoteBLASTDialog", "psi", 0)
         << QApplication::translate("RemoteBLASTDialog", "phi", 0)
        );
        gbFilters->setTitle(QApplication::translate("RemoteBLASTDialog", "Filters", 0));
        lowComplexityFilterCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "Low complexity filter", 0));
        repeatsCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "Human repeats filter", 0));
        gbMasks->setTitle(QApplication::translate("RemoteBLASTDialog", "Masks", 0));
        lookupMaskCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "Mask for lookup table only", 0));
        lowerCaseCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "Mask lower case letters", 0));
        gbFilterResults->setTitle(QApplication::translate("RemoteBLASTDialog", "Filter results", 0));
        label_8->setText(QApplication::translate("RemoteBLASTDialog", "Filter by", 0));
        defCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "def (filter by definition of annotations)", 0));
        scoreRadioButton->setText(QApplication::translate("RemoteBLASTDialog", "Score", 0));
        accessionCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "accession", 0));
        idCheckBox->setText(QApplication::translate("RemoteBLASTDialog", "id", 0));
        evalueRadioButton->setText(QApplication::translate("RemoteBLASTDialog", "EValue", 0));
        label_11->setText(QApplication::translate("RemoteBLASTDialog", "Select result by", 0));
        optionsTab->setTabText(optionsTab->indexOf(tabAdvancedOptions), QApplication::translate("RemoteBLASTDialog", "Advanced options", 0));
    } // retranslateUi

};

namespace Ui {
    class RemoteBLASTDialog: public Ui_RemoteBLASTDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_REMOTEBLASTDIALOG_H
