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.14.0
**
** 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/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#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(QString::fromUtf8("SendBugReport"));
        SendBugReport->resize(542, 519);
        verticalLayout = new QVBoxLayout(SendBugReport);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        shortDescLabel = new QLabel(SendBugReport);
        shortDescLabel->setObjectName(QString::fromUtf8("shortDescLabel"));
        QFont font;
        font.setBold(true);
        font.setWeight(75);
        shortDescLabel->setFont(font);

        verticalLayout->addWidget(shortDescLabel);

        shortDesc = new QLineEdit(SendBugReport);
        shortDesc->setObjectName(QString::fromUtf8("shortDesc"));

        verticalLayout->addWidget(shortDesc);

        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        emailLabel = new QLabel(SendBugReport);
        emailLabel->setObjectName(QString::fromUtf8("emailLabel"));

        horizontalLayout->addWidget(emailLabel);

        email = new QLineEdit(SendBugReport);
        email->setObjectName(QString::fromUtf8("email"));

        horizontalLayout->addWidget(email);


        verticalLayout->addLayout(horizontalLayout);

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

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

        appName = new QLabel(groupBox);
        appName->setObjectName(QString::fromUtf8("appName"));

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

        platNameLabel = new QLabel(groupBox);
        platNameLabel->setObjectName(QString::fromUtf8("platNameLabel"));

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

        platName = new QLabel(groupBox);
        platName->setObjectName(QString::fromUtf8("platName"));

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

        verLabel = new QLabel(groupBox);
        verLabel->setObjectName(QString::fromUtf8("verLabel"));

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

        platVerLabel = new QLabel(groupBox);
        platVerLabel->setObjectName(QString::fromUtf8("platVerLabel"));

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

        appVer = new QLabel(groupBox);
        appVer->setObjectName(QString::fromUtf8("appVer"));

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

        cpuLabel = new QLabel(groupBox);
        cpuLabel->setObjectName(QString::fromUtf8("cpuLabel"));

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

        cpu = new QLabel(groupBox);
        cpu->setObjectName(QString::fromUtf8("cpu"));

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

        platVer = new QLabel(groupBox);
        platVer->setObjectName(QString::fromUtf8("platVer"));

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

        resLabel = new QLabel(groupBox);
        resLabel->setObjectName(QString::fromUtf8("resLabel"));

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

        res = new QLabel(groupBox);
        res->setObjectName(QString::fromUtf8("res"));

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

        ramLabel = new QLabel(groupBox);
        ramLabel->setObjectName(QString::fromUtf8("ramLabel"));

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

        ram = new QLabel(groupBox);
        ram->setObjectName(QString::fromUtf8("ram"));

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

        dateTime = new QLabel(groupBox);
        dateTime->setObjectName(QString::fromUtf8("dateTime"));

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

        dateTimeLabel = new QLabel(groupBox);
        dateTimeLabel->setObjectName(QString::fromUtf8("dateTimeLabel"));

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


        verticalLayout->addWidget(groupBox);

        descLabel = new QLabel(SendBugReport);
        descLabel->setObjectName(QString::fromUtf8("descLabel"));
        descLabel->setFont(font);

        verticalLayout->addWidget(descLabel);

        desc = new TextEdit(SendBugReport);
        desc->setObjectName(QString::fromUtf8("desc"));

        verticalLayout->addWidget(desc);

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

        horizontalLayout_3->addWidget(sendLabel);

        sendProgressBar = new QProgressBar(page);
        sendProgressBar->setObjectName(QString::fromUtf8("sendProgressBar"));
        sendProgressBar->setValue(24);

        horizontalLayout_3->addWidget(sendProgressBar);

        sendStackedWidget->addWidget(page);
        page_2 = new QWidget();
        page_2->setObjectName(QString::fromUtf8("page_2"));
        horizontalLayout_4 = new QHBoxLayout(page_2);
        horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
        sendReport = new QLabel(page_2);
        sendReport->setObjectName(QString::fromUtf8("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(QString::fromUtf8("cancelButton"));

        horizontalLayout_4->addWidget(cancelButton);

        sendButton = new QPushButton(page_2);
        sendButton->setObjectName(QString::fromUtf8("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(QCoreApplication::translate("SendBugReport", "Send Bug Report", nullptr));
        shortDescLabel->setText(QCoreApplication::translate("SendBugReport", "Summary:", nullptr));
        shortDesc->setText(QString());
        shortDesc->setPlaceholderText(QCoreApplication::translate("SendBugReport", "Short text description of problem", nullptr));
        emailLabel->setText(QCoreApplication::translate("SendBugReport", "Email address (optional):", nullptr));
        groupBox->setTitle(QCoreApplication::translate("SendBugReport", "System information", nullptr));
        appNameLabel->setText(QCoreApplication::translate("SendBugReport", "Application:", nullptr));
        appName->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        platNameLabel->setText(QCoreApplication::translate("SendBugReport", "OS Platform:", nullptr));
        platName->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        verLabel->setText(QCoreApplication::translate("SendBugReport", "Version:", nullptr));
        platVerLabel->setText(QCoreApplication::translate("SendBugReport", "OS Version:", nullptr));
        appVer->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        cpuLabel->setText(QCoreApplication::translate("SendBugReport", "CPU:", nullptr));
        cpu->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        platVer->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        resLabel->setText(QCoreApplication::translate("SendBugReport", "Resolution:", nullptr));
        res->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        ramLabel->setText(QCoreApplication::translate("SendBugReport", "RAM:", nullptr));
        ram->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        dateTime->setText(QCoreApplication::translate("SendBugReport", "unknown", nullptr));
        dateTimeLabel->setText(QCoreApplication::translate("SendBugReport", "Date/Time:", nullptr));
        descLabel->setText(QCoreApplication::translate("SendBugReport", "Bug description:", nullptr));
        desc->setPlaceholderText(QCoreApplication::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.", nullptr));
        sendLabel->setText(QCoreApplication::translate("SendBugReport", "Sending...", nullptr));
        sendReport->setText(QString());
        cancelButton->setText(QCoreApplication::translate("SendBugReport", "&Cancel", nullptr));
        sendButton->setText(QCoreApplication::translate("SendBugReport", "&Send", nullptr));
    } // retranslateUi

};

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

QT_END_NAMESPACE

#endif // UI_SENDBUGREPORT_H