/********************************************************************************
** Form generated from reading UI file 'PrimerLibraryWidget.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_PRIMERLIBRARYWIDGET_H
#define UI_PRIMERLIBRARYWIDGET_H

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

QT_BEGIN_NAMESPACE

class Ui_PrimerLibraryWidget
{
public:
    QHBoxLayout *horizontalLayout;
    U2::PrimerLibraryTable *primerTable;
    QDialogButtonBox *buttonBox;

    void setupUi(QWidget *PrimerLibraryWidget)
    {
        if (PrimerLibraryWidget->objectName().isEmpty())
            PrimerLibraryWidget->setObjectName(QStringLiteral("PrimerLibraryWidget"));
        PrimerLibraryWidget->resize(717, 300);
        horizontalLayout = new QHBoxLayout(PrimerLibraryWidget);
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        primerTable = new U2::PrimerLibraryTable(PrimerLibraryWidget);
        primerTable->setObjectName(QStringLiteral("primerTable"));
        primerTable->setEditTriggers(QAbstractItemView::NoEditTriggers);
        primerTable->setTabKeyNavigation(false);
        primerTable->setAlternatingRowColors(true);
        primerTable->setSelectionMode(QAbstractItemView::ExtendedSelection);
        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);

        horizontalLayout->addWidget(primerTable);

        buttonBox = new QDialogButtonBox(PrimerLibraryWidget);
        buttonBox->setObjectName(QStringLiteral("buttonBox"));
        buttonBox->setOrientation(Qt::Vertical);
        buttonBox->setStandardButtons(QDialogButtonBox::Close);
        buttonBox->setCenterButtons(false);

        horizontalLayout->addWidget(buttonBox);


        retranslateUi(PrimerLibraryWidget);

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

    void retranslateUi(QWidget *PrimerLibraryWidget)
    {
        PrimerLibraryWidget->setWindowTitle(QApplication::translate("PrimerLibraryWidget", "Form", 0));
    } // retranslateUi

};

namespace Ui {
    class PrimerLibraryWidget: public Ui_PrimerLibraryWidget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_PRIMERLIBRARYWIDGET_H
