/********************************************************************************
** Form generated from reading UI file 'QDDialog.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_QDDIALOG_H
#define UI_QDDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_QDDialog
{
public:
    QVBoxLayout *verticalLayout;
    QHBoxLayout *horizontalLayout;
    QLabel *schemeLbl;
    QLineEdit *queryFileEdit;
    QToolButton *tbSelectQuery;
    QTextEdit *hintEdit;
    QHBoxLayout *rangeSelectorLayout;
    QWidget *annotationsWidget;
    QSpacerItem *verticalSpacer;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *QDDialog)
    {
        if (QDDialog->objectName().isEmpty())
            QDDialog->setObjectName(QStringLiteral("QDDialog"));
        QDDialog->resize(637, 184);
        verticalLayout = new QVBoxLayout(QDDialog);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        schemeLbl = new QLabel(QDDialog);
        schemeLbl->setObjectName(QStringLiteral("schemeLbl"));

        horizontalLayout->addWidget(schemeLbl);

        queryFileEdit = new QLineEdit(QDDialog);
        queryFileEdit->setObjectName(QStringLiteral("queryFileEdit"));
        queryFileEdit->setReadOnly(true);

        horizontalLayout->addWidget(queryFileEdit);

        tbSelectQuery = new QToolButton(QDDialog);
        tbSelectQuery->setObjectName(QStringLiteral("tbSelectQuery"));

        horizontalLayout->addWidget(tbSelectQuery);


        verticalLayout->addLayout(horizontalLayout);

        hintEdit = new QTextEdit(QDDialog);
        hintEdit->setObjectName(QStringLiteral("hintEdit"));
        hintEdit->setEnabled(true);
        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(hintEdit->sizePolicy().hasHeightForWidth());
        hintEdit->setSizePolicy(sizePolicy);
        hintEdit->setTextInteractionFlags(Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);

        verticalLayout->addWidget(hintEdit);

        rangeSelectorLayout = new QHBoxLayout();
        rangeSelectorLayout->setObjectName(QStringLiteral("rangeSelectorLayout"));

        verticalLayout->addLayout(rangeSelectorLayout);

        annotationsWidget = new QWidget(QDDialog);
        annotationsWidget->setObjectName(QStringLiteral("annotationsWidget"));
        QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Minimum);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(annotationsWidget->sizePolicy().hasHeightForWidth());
        annotationsWidget->setSizePolicy(sizePolicy1);

        verticalLayout->addWidget(annotationsWidget);

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

        verticalLayout->addItem(verticalSpacer);

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

        verticalLayout->addWidget(buttonBox);


        retranslateUi(QDDialog);
        QObject::connect(buttonBox, SIGNAL(rejected()), QDDialog, SLOT(reject()));

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

    void retranslateUi(QDialog *QDDialog)
    {
        QDDialog->setWindowTitle(QApplication::translate("QDDialog", "Analyze with Query Schema", 0));
        schemeLbl->setText(QApplication::translate("QDDialog", "File with query", 0));
        tbSelectQuery->setText(QApplication::translate("QDDialog", "...", 0));
        hintEdit->setHtml(QApplication::translate("QDDialog", "<!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=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">Hint: </span></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">Queries can be created using the Query Designer tool. </span></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">To launch the Query Designer select the</span><"
                        "span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt; font-style:italic;\">&quot;Tools &gt; Query Designer&quot;  </span><span style=\" font-family:'MS Shell Dlg 2'; font-size:8pt;\">item.</span></p></body></html>", 0));
    } // retranslateUi

};

namespace Ui {
    class QDDialog: public Ui_QDDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_QDDIALOG_H
