/********************************************************************************
** Form generated from reading UI file 'SendReportDialog.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_SENDREPORTDIALOG_H
#define UI_SENDREPORTDIALOG_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPlainTextEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_Dialog
{
public:
    QVBoxLayout *verticalLayout;
    QLabel *label;
    QTextEdit *errorEdit;
    QLabel *emailLabel;
    QLineEdit *emailLineEdit;
    QLabel *additionalInfoLabel;
    QPlainTextEdit *additionalInfoTextEdit;
    QHBoxLayout *horizontalLayout;
    QCheckBox *checkBox;
    QSpacerItem *horizontalSpacer;
    QPushButton *sendButton;
    QPushButton *cancelButton;

    void setupUi(QDialog *Dialog)
    {
        if (Dialog->objectName().isEmpty())
            Dialog->setObjectName(QStringLiteral("Dialog"));
        Dialog->resize(557, 511);
        QIcon icon;
        icon.addFile(QStringLiteral("../crash_icon.png"), QSize(), QIcon::Normal, QIcon::Off);
        Dialog->setWindowIcon(icon);
        verticalLayout = new QVBoxLayout(Dialog);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        label = new QLabel(Dialog);
        label->setObjectName(QStringLiteral("label"));
        label->setWordWrap(true);

        verticalLayout->addWidget(label);

        errorEdit = new QTextEdit(Dialog);
        errorEdit->setObjectName(QStringLiteral("errorEdit"));
        errorEdit->setReadOnly(true);

        verticalLayout->addWidget(errorEdit);

        emailLabel = new QLabel(Dialog);
        emailLabel->setObjectName(QStringLiteral("emailLabel"));

        verticalLayout->addWidget(emailLabel);

        emailLineEdit = new QLineEdit(Dialog);
        emailLineEdit->setObjectName(QStringLiteral("emailLineEdit"));
        emailLineEdit->setMaxLength(200);

        verticalLayout->addWidget(emailLineEdit);

        additionalInfoLabel = new QLabel(Dialog);
        additionalInfoLabel->setObjectName(QStringLiteral("additionalInfoLabel"));

        verticalLayout->addWidget(additionalInfoLabel);

        additionalInfoTextEdit = new QPlainTextEdit(Dialog);
        additionalInfoTextEdit->setObjectName(QStringLiteral("additionalInfoTextEdit"));

        verticalLayout->addWidget(additionalInfoTextEdit);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        checkBox = new QCheckBox(Dialog);
        checkBox->setObjectName(QStringLiteral("checkBox"));
        checkBox->setChecked(true);

        horizontalLayout->addWidget(checkBox);

        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout->addItem(horizontalSpacer);

        sendButton = new QPushButton(Dialog);
        sendButton->setObjectName(QStringLiteral("sendButton"));
        sendButton->setCheckable(false);
        sendButton->setChecked(false);

        horizontalLayout->addWidget(sendButton);

        cancelButton = new QPushButton(Dialog);
        cancelButton->setObjectName(QStringLiteral("cancelButton"));

        horizontalLayout->addWidget(cancelButton);


        verticalLayout->addLayout(horizontalLayout);


        retranslateUi(Dialog);

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

    void retranslateUi(QDialog *Dialog)
    {
        Dialog->setWindowTitle(QApplication::translate("Dialog", "UGENE Crash Reporter", 0));
        label->setText(QApplication::translate("Dialog", "A fatal error has occurred during the program execution.\n"
"Would you like to send the following crash report and the crashed process memory dump to UGENE team?", 0));
        emailLabel->setText(QApplication::translate("Dialog", "Please, enter your e-mail to stay in touch and help us improve UGENE (optional)", 0));
        additionalInfoLabel->setText(QApplication::translate("Dialog", "Additional information (optional)", 0));
        checkBox->setText(QApplication::translate("Dialog", "Restart UGENE", 0));
        sendButton->setText(QApplication::translate("Dialog", "Send", 0));
        cancelButton->setText(QApplication::translate("Dialog", "Don't send", 0));
    } // retranslateUi

};

namespace Ui {
    class Dialog: public Ui_Dialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_SENDREPORTDIALOG_H
