/********************************************************************************
** Form generated from reading UI file 'PrimerLibrarySelector.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_PRIMERLIBRARYSELECTOR_H
#define UI_PRIMERLIBRARYSELECTOR_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QVBoxLayout>
#include "PrimerLibraryTable.h"

QT_BEGIN_NAMESPACE

class Ui_PrimerLibrarySelector
{
public:
    QVBoxLayout *verticalLayout;
    U2::PrimerLibraryTable *primerTable;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *PrimerLibrarySelector)
    {
        if (PrimerLibrarySelector->objectName().isEmpty())
            PrimerLibrarySelector->setObjectName(QStringLiteral("PrimerLibrarySelector"));
        PrimerLibrarySelector->resize(603, 300);
        verticalLayout = new QVBoxLayout(PrimerLibrarySelector);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        primerTable = new U2::PrimerLibraryTable(PrimerLibrarySelector);
        primerTable->setObjectName(QStringLiteral("primerTable"));
        primerTable->setEditTriggers(QAbstractItemView::NoEditTriggers);
        primerTable->setTabKeyNavigation(false);
        primerTable->setAlternatingRowColors(true);
        primerTable->setSelectionMode(QAbstractItemView::SingleSelection);
        primerTable->setSelectionBehavior(QAbstractItemView::SelectRows);
        primerTable->setGridStyle(Qt::NoPen);
        primerTable->setCornerButtonEnabled(false);
        primerTable->horizontalHeader()->setCascadingSectionResizes(false);
        primerTable->horizontalHeader()->setHighlightSections(false);
        primerTable->horizontalHeader()->setStretchLastSection(true);
        primerTable->verticalHeader()->setVisible(false);

        verticalLayout->addWidget(primerTable);

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

        verticalLayout->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *PrimerLibrarySelector)
    {
        PrimerLibrarySelector->setWindowTitle(QApplication::translate("PrimerLibrarySelector", "Choose Primer", 0));
    } // retranslateUi

};

namespace Ui {
    class PrimerLibrarySelector: public Ui_PrimerLibrarySelector {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_PRIMERLIBRARYSELECTOR_H
