Newer
Older
Import / applications / MakePDF / Build / .gen / ui_SendBugReport.h
/********************************************************************************
** Form generated from reading UI file 'SendBugReport.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_SENDBUGREPORT_H
#define UI_SENDBUGREPORT_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QStackedWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "TextEdit.h"

QT_BEGIN_NAMESPACE

class Ui_SendBugReport
{
public:
    QVBoxLayout *verticalLayout;
    QLabel *shortDescLabel;
    QLineEdit *shortDesc;
    QHBoxLayout *horizontalLayout;
    QLabel *emailLabel;
    QLineEdit *email;
    QGroupBox *groupBox;
    QGridLayout *gridLayout;
    QLabel *appNameLabel;
    QLabel *appName;
    QLabel *platNameLabel;
    QLabel *platName;
    QLabel *verLabel;
    QLabel *platVerLabel;
    QLabel *appVer;
    QLabel *cpuLabel;
    QLabel *cpu;
    QLabel *platVer;
    QLabel *resLabel;
    QLabel *res;
    QLabel *ramLabel;
    QLabel *ram;
    QLabel *dateTime;
    QLabel *dateTimeLabel;
    QLabel *descLabel;
    TextEdit *desc;
    QStackedWidget *sendStackedWidget;
    QWidget *page;
    QHBoxLayout *horizontalLayout_3;
    QLabel *sendLabel;
    QProgressBar *sendProgressBar;
    QWidget *page_2;
    QHBoxLayout *horizontalLayout_4;
    QLabel *sendReport;
    QSpacerItem *horizontalSpacer;
    QPushButton *cancelButton;
    QPushButton *sendButton;

    void setupUi(QDialog *SendBugReport)
    {
        if (SendBugReport->objectName().isEmpty())
            SendBugReport->setObjectName(QStringLiteral("SendBugReport"));
        SendBugReport->resize(542, 519);
        verticalLayout = new QVBoxLayout(SendBugReport);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        shortDescLabel = new QLabel(SendBugReport);
        shortDescLabel->setObjectName(QStringLiteral("shortDescLabel"));
        QFont font;
        font.setBold(true);
        font.setWeight(75);
        shortDescLabel->setFont(font);

        verticalLayout->addWidget(shortDescLabel);

        shortDesc = new QLineEdit(SendBugReport);
        shortDesc->setObjectName(QStringLiteral("shortDesc"));

        verticalLayout->addWidget(shortDesc);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        emailLabel = new QLabel(SendBugReport);
        emailLabel->setObjectName(QStringLiteral("emailLabel"));

        horizontalLayout->addWidget(emailLabel);

        email = new QLineEdit(SendBugReport);
        email->setObjectName(QStringLiteral("email"));

        horizontalLayout->addWidget(email);


        verticalLayout->addLayout(horizontalLayout);

        groupBox = new QGroupBox(SendBugReport);
        groupBox->setObjectName(QStringLiteral("groupBox"));
        gridLayout = new QGridLayout(groupBox);
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        gridLayout->setHorizontalSpacing(15);
        appNameLabel = new QLabel(groupBox);
        appNameLabel->setObjectName(QStringLiteral("appNameLabel"));

        gridLayout->addWidget(appNameLabel, 0, 0, 1, 1);

        appName = new QLabel(groupBox);
        appName->setObjectName(QStringLiteral("appName"));

        gridLayout->addWidget(appName, 0, 1, 1, 1);

        platNameLabel = new QLabel(groupBox);
        platNameLabel->setObjectName(QStringLiteral("platNameLabel"));

        gridLayout->addWidget(platNameLabel, 0, 2, 1, 1);

        platName = new QLabel(groupBox);
        platName->setObjectName(QStringLiteral("platName"));

        gridLayout->addWidget(platName, 0, 3, 1, 1);

        verLabel = new QLabel(groupBox);
        verLabel->setObjectName(QStringLiteral("verLabel"));

        gridLayout->addWidget(verLabel, 1, 0, 1, 1);

        platVerLabel = new QLabel(groupBox);
        platVerLabel->setObjectName(QStringLiteral("platVerLabel"));

        gridLayout->addWidget(platVerLabel, 1, 2, 1, 1);

        appVer = new QLabel(groupBox);
        appVer->setObjectName(QStringLiteral("appVer"));

        gridLayout->addWidget(appVer, 1, 1, 1, 1);

        cpuLabel = new QLabel(groupBox);
        cpuLabel->setObjectName(QStringLiteral("cpuLabel"));

        gridLayout->addWidget(cpuLabel, 2, 0, 1, 1);

        cpu = new QLabel(groupBox);
        cpu->setObjectName(QStringLiteral("cpu"));

        gridLayout->addWidget(cpu, 2, 1, 1, 1);

        platVer = new QLabel(groupBox);
        platVer->setObjectName(QStringLiteral("platVer"));

        gridLayout->addWidget(platVer, 1, 3, 1, 1);

        resLabel = new QLabel(groupBox);
        resLabel->setObjectName(QStringLiteral("resLabel"));

        gridLayout->addWidget(resLabel, 2, 2, 1, 1);

        res = new QLabel(groupBox);
        res->setObjectName(QStringLiteral("res"));

        gridLayout->addWidget(res, 2, 3, 1, 1);

        ramLabel = new QLabel(groupBox);
        ramLabel->setObjectName(QStringLiteral("ramLabel"));

        gridLayout->addWidget(ramLabel, 3, 0, 1, 1);

        ram = new QLabel(groupBox);
        ram->setObjectName(QStringLiteral("ram"));

        gridLayout->addWidget(ram, 3, 1, 1, 1);

        dateTime = new QLabel(groupBox);
        dateTime->setObjectName(QStringLiteral("dateTime"));

        gridLayout->addWidget(dateTime, 3, 3, 1, 1);

        dateTimeLabel = new QLabel(groupBox);
        dateTimeLabel->setObjectName(QStringLiteral("dateTimeLabel"));

        gridLayout->addWidget(dateTimeLabel, 3, 2, 1, 1);


        verticalLayout->addWidget(groupBox);

        descLabel = new QLabel(SendBugReport);
        descLabel->setObjectName(QStringLiteral("descLabel"));
        descLabel->setFont(font);

        verticalLayout->addWidget(descLabel);

        desc = new TextEdit(SendBugReport);
        desc->setObjectName(QStringLiteral("desc"));

        verticalLayout->addWidget(desc);

        sendStackedWidget = new QStackedWidget(SendBugReport);
        sendStackedWidget->setObjectName(QStringLiteral("sendStackedWidget"));
        page = new QWidget();
        page->setObjectName(QStringLiteral("page"));
        horizontalLayout_3 = new QHBoxLayout(page);
        horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
        sendLabel = new QLabel(page);
        sendLabel->setObjectName(QStringLiteral("sendLabel"));

        horizontalLayout_3->addWidget(sendLabel);

        sendProgressBar = new QProgressBar(page);
        sendProgressBar->setObjectName(QStringLiteral("sendProgressBar"));
        sendProgressBar->setValue(24);

        horizontalLayout_3->addWidget(sendProgressBar);

        sendStackedWidget->addWidget(page);
        page_2 = new QWidget();
        page_2->setObjectName(QStringLiteral("page_2"));
        horizontalLayout_4 = new QHBoxLayout(page_2);
        horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
        sendReport = new QLabel(page_2);
        sendReport->setObjectName(QStringLiteral("sendReport"));

        horizontalLayout_4->addWidget(sendReport);

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

        horizontalLayout_4->addItem(horizontalSpacer);

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

        horizontalLayout_4->addWidget(cancelButton);

        sendButton = new QPushButton(page_2);
        sendButton->setObjectName(QStringLiteral("sendButton"));

        horizontalLayout_4->addWidget(sendButton);

        sendStackedWidget->addWidget(page_2);

        verticalLayout->addWidget(sendStackedWidget);

        QWidget::setTabOrder(desc, email);

        retranslateUi(SendBugReport);
        QObject::connect(cancelButton, SIGNAL(clicked()), SendBugReport, SLOT(reject()));

        sendStackedWidget->setCurrentIndex(1);


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

    void retranslateUi(QDialog *SendBugReport)
    {
        SendBugReport->setWindowTitle(QApplication::translate("SendBugReport", "Send Bug Report", 0));
        shortDescLabel->setText(QApplication::translate("SendBugReport", "Summary:", 0));
        shortDesc->setText(QString());
        shortDesc->setPlaceholderText(QApplication::translate("SendBugReport", "Short text description of problem", 0));
        emailLabel->setText(QApplication::translate("SendBugReport", "Email address (optional):", 0));
        groupBox->setTitle(QApplication::translate("SendBugReport", "System information", 0));
        appNameLabel->setText(QApplication::translate("SendBugReport", "Application:", 0));
        appName->setText(QApplication::translate("SendBugReport", "unknown", 0));
        platNameLabel->setText(QApplication::translate("SendBugReport", "OS Platform:", 0));
        platName->setText(QApplication::translate("SendBugReport", "unknown", 0));
        verLabel->setText(QApplication::translate("SendBugReport", "Version:", 0));
        platVerLabel->setText(QApplication::translate("SendBugReport", "OS Version:", 0));
        appVer->setText(QApplication::translate("SendBugReport", "unknown", 0));
        cpuLabel->setText(QApplication::translate("SendBugReport", "CPU:", 0));
        cpu->setText(QApplication::translate("SendBugReport", "unknown", 0));
        platVer->setText(QApplication::translate("SendBugReport", "unknown", 0));
        resLabel->setText(QApplication::translate("SendBugReport", "Resolution:", 0));
        res->setText(QApplication::translate("SendBugReport", "unknown", 0));
        ramLabel->setText(QApplication::translate("SendBugReport", "RAM:", 0));
        ram->setText(QApplication::translate("SendBugReport", "unknown", 0));
        dateTime->setText(QApplication::translate("SendBugReport", "unknown", 0));
        dateTimeLabel->setText(QApplication::translate("SendBugReport", "Date/Time:", 0));
        descLabel->setText(QApplication::translate("SendBugReport", "Bug description:", 0));
        desc->setPlaceholderText(QApplication::translate("SendBugReport", "Detailed description of the issue, such as the type of issue, (eg an improvement, bug, crash, usability problem) and the steps needed to reproduce the problem. Add any notes that you think may be relevant.", 0));
        sendLabel->setText(QApplication::translate("SendBugReport", "Sending...", 0));
        sendReport->setText(QString());
        cancelButton->setText(QApplication::translate("SendBugReport", "&Cancel", 0));
        sendButton->setText(QApplication::translate("SendBugReport", "&Send", 0));
    } // retranslateUi

};

namespace Ui {
    class SendBugReport: public Ui_SendBugReport {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_SENDBUGREPORT_H