/********************************************************************************
** Form generated from reading UI file 'DocumentProviderSelectorDialog.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_DOCUMENTPROVIDERSELECTORDIALOG_H
#define UI_DOCUMENTPROVIDERSELECTORDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_DocumentProviderSelectorDialog
{
public:
    QVBoxLayout *verticalLayout;
    QGroupBox *gbFormats;
    QVBoxLayout *formatsLayout;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *DocumentProviderSelectorDialog)
    {
        if (DocumentProviderSelectorDialog->objectName().isEmpty())
            DocumentProviderSelectorDialog->setObjectName(QStringLiteral("DocumentProviderSelectorDialog"));
        DocumentProviderSelectorDialog->resize(400, 300);
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(DocumentProviderSelectorDialog->sizePolicy().hasHeightForWidth());
        DocumentProviderSelectorDialog->setSizePolicy(sizePolicy);
        verticalLayout = new QVBoxLayout(DocumentProviderSelectorDialog);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        verticalLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);
        gbFormats = new QGroupBox(DocumentProviderSelectorDialog);
        gbFormats->setObjectName(QStringLiteral("gbFormats"));
        sizePolicy.setHeightForWidth(gbFormats->sizePolicy().hasHeightForWidth());
        gbFormats->setSizePolicy(sizePolicy);
        formatsLayout = new QVBoxLayout(gbFormats);
        formatsLayout->setSpacing(12);
        formatsLayout->setObjectName(QStringLiteral("formatsLayout"));
        formatsLayout->setSizeConstraint(QLayout::SetMinAndMaxSize);

        verticalLayout->addWidget(gbFormats);

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

        verticalLayout->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *DocumentProviderSelectorDialog)
    {
        DocumentProviderSelectorDialog->setWindowTitle(QApplication::translate("DocumentProviderSelectorDialog", "Select Document Format", 0));
        gbFormats->setTitle(QApplication::translate("DocumentProviderSelectorDialog", "Document Format", 0));
    } // retranslateUi

};

namespace Ui {
    class DocumentProviderSelectorDialog: public Ui_DocumentProviderSelectorDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_DOCUMENTPROVIDERSELECTORDIALOG_H
