/********************************************************************************
** Form generated from reading UI file 'DocumentFormatSelectorDialog.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_DOCUMENTFORMATSELECTORDIALOG_H
#define UI_DOCUMENTFORMATSELECTORDIALOG_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/QLabel>
#include <QtWidgets/QPlainTextEdit>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_DocumentFormatSelectorDialog
{
public:
    QVBoxLayout *verticalLayout;
    QGroupBox *optionsBox;
    QLabel *label;
    QPlainTextEdit *previewEdit;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *DocumentFormatSelectorDialog)
    {
        if (DocumentFormatSelectorDialog->objectName().isEmpty())
            DocumentFormatSelectorDialog->setObjectName(QStringLiteral("DocumentFormatSelectorDialog"));
        DocumentFormatSelectorDialog->resize(586, 239);
        DocumentFormatSelectorDialog->setSizeGripEnabled(true);
        DocumentFormatSelectorDialog->setModal(true);
        verticalLayout = new QVBoxLayout(DocumentFormatSelectorDialog);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        optionsBox = new QGroupBox(DocumentFormatSelectorDialog);
        optionsBox->setObjectName(QStringLiteral("optionsBox"));
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(optionsBox->sizePolicy().hasHeightForWidth());
        optionsBox->setSizePolicy(sizePolicy);

        verticalLayout->addWidget(optionsBox);

        label = new QLabel(DocumentFormatSelectorDialog);
        label->setObjectName(QStringLiteral("label"));

        verticalLayout->addWidget(label);

        previewEdit = new QPlainTextEdit(DocumentFormatSelectorDialog);
        previewEdit->setObjectName(QStringLiteral("previewEdit"));
        previewEdit->setMaximumSize(QSize(16777215, 200));
        previewEdit->setLineWrapMode(QPlainTextEdit::NoWrap);
        previewEdit->setReadOnly(true);

        verticalLayout->addWidget(previewEdit);

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

        verticalLayout->addWidget(buttonBox);


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

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

    void retranslateUi(QDialog *DocumentFormatSelectorDialog)
    {
        DocumentFormatSelectorDialog->setWindowTitle(QApplication::translate("DocumentFormatSelectorDialog", "Select Correct Document Format", 0));
        optionsBox->setTitle(QApplication::translate("DocumentFormatSelectorDialog", "Options", 0));
        label->setText(QApplication::translate("DocumentFormatSelectorDialog", "File preview", 0));
    } // retranslateUi

};

namespace Ui {
    class DocumentFormatSelectorDialog: public Ui_DocumentFormatSelectorDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_DOCUMENTFORMATSELECTORDIALOG_H
