| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogsubmitresponsedetail.ui'
- **
- ** Created: Mon Apr 22 12:43:44 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_DIALOGSUBMITRESPONSEDETAIL_H
- #define UI_DIALOGSUBMITRESPONSEDETAIL_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QGridLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QTextBrowser>
- #include <QtGui/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_DialogSubmitResponseDetail
- {
- public:
- QVBoxLayout *verticalLayout;
- QGridLayout *gridLayout;
- QLabel *labelTotalInvalid;
- QLabel *labelTotalValid;
- QLabel *labelTime;
- QLabel *labelDate;
- QLabel *label;
- QLabel *label_9;
- QLabel *label_6;
- QLabel *label_11;
- QLabel *label_3;
- QLabel *labelBlack;
- QLabel *label_8;
- QLabel *labelResult;
- QLabel *labelRemark;
- QTextBrowser *textBrowser;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *DialogSubmitResponseDetail)
- {
- if (DialogSubmitResponseDetail->objectName().isEmpty())
- DialogSubmitResponseDetail->setObjectName(QString::fromUtf8("DialogSubmitResponseDetail"));
- DialogSubmitResponseDetail->resize(475, 319);
- DialogSubmitResponseDetail->setMinimumSize(QSize(475, 319));
- DialogSubmitResponseDetail->setMaximumSize(QSize(475, 319));
- verticalLayout = new QVBoxLayout(DialogSubmitResponseDetail);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- gridLayout = new QGridLayout();
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- labelTotalInvalid = new QLabel(DialogSubmitResponseDetail);
- labelTotalInvalid->setObjectName(QString::fromUtf8("labelTotalInvalid"));
- gridLayout->addWidget(labelTotalInvalid, 1, 1, 1, 1);
- labelTotalValid = new QLabel(DialogSubmitResponseDetail);
- labelTotalValid->setObjectName(QString::fromUtf8("labelTotalValid"));
- gridLayout->addWidget(labelTotalValid, 0, 1, 1, 1);
- labelTime = new QLabel(DialogSubmitResponseDetail);
- labelTime->setObjectName(QString::fromUtf8("labelTime"));
- gridLayout->addWidget(labelTime, 1, 3, 1, 1);
- labelDate = new QLabel(DialogSubmitResponseDetail);
- labelDate->setObjectName(QString::fromUtf8("labelDate"));
- gridLayout->addWidget(labelDate, 0, 3, 1, 1);
- label = new QLabel(DialogSubmitResponseDetail);
- label->setObjectName(QString::fromUtf8("label"));
- gridLayout->addWidget(label, 0, 2, 1, 1);
- label_9 = new QLabel(DialogSubmitResponseDetail);
- label_9->setObjectName(QString::fromUtf8("label_9"));
- gridLayout->addWidget(label_9, 0, 0, 1, 1);
- label_6 = new QLabel(DialogSubmitResponseDetail);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- gridLayout->addWidget(label_6, 1, 0, 1, 1);
- label_11 = new QLabel(DialogSubmitResponseDetail);
- label_11->setObjectName(QString::fromUtf8("label_11"));
- label_11->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
- gridLayout->addWidget(label_11, 2, 0, 1, 1);
- label_3 = new QLabel(DialogSubmitResponseDetail);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- gridLayout->addWidget(label_3, 1, 2, 1, 1);
- labelBlack = new QLabel(DialogSubmitResponseDetail);
- labelBlack->setObjectName(QString::fromUtf8("labelBlack"));
- labelBlack->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
- gridLayout->addWidget(labelBlack, 2, 1, 1, 1);
- label_8 = new QLabel(DialogSubmitResponseDetail);
- label_8->setObjectName(QString::fromUtf8("label_8"));
- label_8->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
- gridLayout->addWidget(label_8, 2, 2, 1, 1);
- labelResult = new QLabel(DialogSubmitResponseDetail);
- labelResult->setObjectName(QString::fromUtf8("labelResult"));
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(labelResult->sizePolicy().hasHeightForWidth());
- labelResult->setSizePolicy(sizePolicy);
- labelResult->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
- labelResult->setWordWrap(true);
- gridLayout->addWidget(labelResult, 2, 3, 1, 1);
- verticalLayout->addLayout(gridLayout);
- labelRemark = new QLabel(DialogSubmitResponseDetail);
- labelRemark->setObjectName(QString::fromUtf8("labelRemark"));
- verticalLayout->addWidget(labelRemark);
- textBrowser = new QTextBrowser(DialogSubmitResponseDetail);
- textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
- verticalLayout->addWidget(textBrowser);
- buttonBox = new QDialogButtonBox(DialogSubmitResponseDetail);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout->addWidget(buttonBox);
- retranslateUi(DialogSubmitResponseDetail);
- QObject::connect(buttonBox, SIGNAL(rejected()), DialogSubmitResponseDetail, SLOT(reject()));
- QMetaObject::connectSlotsByName(DialogSubmitResponseDetail);
- } // setupUi
- void retranslateUi(QDialog *DialogSubmitResponseDetail)
- {
- DialogSubmitResponseDetail->setWindowTitle(QApplication::translate("DialogSubmitResponseDetail", "\350\257\246\347\273\206\344\277\241\346\201\257", 0, QApplication::UnicodeUTF8));
- labelTotalInvalid->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
- labelTotalValid->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
- labelTime->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
- labelDate->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\217\220\344\272\244\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
- label_9->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\234\211\346\225\210\345\217\267\347\240\201\346\200\273\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
- label_6->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\227\240\346\225\210\345\217\267\347\240\201\346\200\273\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
- label_11->setText(QApplication::translate("DialogSubmitResponseDetail", "\351\231\220\345\210\266\345\217\267\347\240\201\346\200\273\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\217\220\344\272\244\346\227\266\351\227\264\357\274\232", 0, QApplication::UnicodeUTF8));
- labelBlack->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
- label_8->setText(QApplication::translate("DialogSubmitResponseDetail", "\350\277\224\345\233\236\347\273\223\346\236\234\357\274\232", 0, QApplication::UnicodeUTF8));
- labelResult->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
- labelRemark->setText(QApplication::translate("DialogSubmitResponseDetail", "\350\242\253\350\277\207\346\273\244\347\232\204\345\217\267\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogSubmitResponseDetail: public Ui_DialogSubmitResponseDetail {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGSUBMITRESPONSEDETAIL_H
|